TrackingServicesGetBatchWithProcessFlows Method  | 
 
            Gets the 
Batch the specified UID is being tracked through as well as the 
ProcessFlows related to the batch.
            The returned 
ProcessFlows do not include any child operations.
            
 
    Namespace: 
   FactoryLogix.xTend.Production
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic BatchProcessFlowResult GetBatchWithProcessFlows(
	Guid sessionId,
	string UID
)
Public Function GetBatchWithProcessFlows ( 
	sessionId As Guid,
	UID As String
) As BatchProcessFlowResult
public:
virtual BatchProcessFlowResult^ GetBatchWithProcessFlows(
	Guid sessionId, 
	String^ UID
) sealed
abstract GetBatchWithProcessFlows : 
        sessionId : Guid * 
        UID : string -> BatchProcessFlowResult 
override GetBatchWithProcessFlows : 
        sessionId : Guid * 
        UID : string -> BatchProcessFlowResult Parameters
- sessionId
 - Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - UID
 - Type: SystemString
The text-based unique identifier of an Item. 
Return Value
Type: 
BatchProcessFlowResultThe 
Batch that the 
Item is currently being tracked through.
Return Value
Type: 
BatchProcessFlowResultA collection of 
ProcessFlows that have been defined for the 
Item.
Exceptions
See Also