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.245.0.0 (8.245.0.0)
Syntax public IEnumerable<ProcessFlow> GetProcessFlows(
Guid sessionId,
string UID
)
Public Function GetProcessFlows (
sessionId As Guid,
UID As String
) As IEnumerable(Of ProcessFlow)
public:
virtual IEnumerable<ProcessFlow^>^ GetProcessFlows(
Guid sessionId,
String^ UID
) sealed
abstract GetProcessFlows :
sessionId : Guid *
UID : string -> IEnumerable<ProcessFlow>
override GetProcessFlows :
sessionId : Guid *
UID : string -> IEnumerable<ProcessFlow>
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:
IEnumerableProcessFlowA list of the
ProcessFlows that have been defined for the
Item.
Exceptions See Also