Click or drag to resize

TrackingServicesGetProcessFlows 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.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<ProcessFlow> GetProcessFlows(
	Guid sessionId,
	string UID
)

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: IEnumerableProcessFlow
A list of the ProcessFlows that have been defined for the Item.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if the UID parameter is invalid.
See Also