TrackingServicesGetProcessFlowsByBatchId Method |
Gets the
ProcessFlows related to the batch the specified UID is currrently being tracked through.
The returned
ProcessFlows do not include any child operations.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<ProcessFlow> GetProcessFlowsByBatchId(
Guid sessionId,
Guid batchId
)
Public Function GetProcessFlowsByBatchId (
sessionId As Guid,
batchId As Guid
) As IEnumerable(Of ProcessFlow)
public:
virtual IEnumerable<ProcessFlow^>^ GetProcessFlowsByBatchId(
Guid sessionId,
Guid batchId
) sealed
abstract GetProcessFlowsByBatchId :
sessionId : Guid *
batchId : Guid -> IEnumerable<ProcessFlow>
override GetProcessFlowsByBatchId :
sessionId : Guid *
batchId : Guid -> IEnumerable<ProcessFlow>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The The 128-bit unique identifier of a Batch.
Return Value
Type:
IEnumerableProcessFlowA list of the
TrackingOperations that have been defined for the
ProcessFlow.
Exceptions See Also