ProcessServicesGetOperationSteps Method |
Retrieves all the steps, including the activities associated to the steps, associated to the operation.
Namespace:
FactoryLogix.xTend.ProcessDefinition
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Step> GetOperationSteps(
Guid sessionId,
Guid operationId,
Nullable<Guid> batchId
)
Public Function GetOperationSteps (
sessionId As Guid,
operationId As Guid,
batchId As Nullable(Of Guid)
) As IEnumerable(Of Step)
public:
virtual IEnumerable<Step^>^ GetOperationSteps(
Guid sessionId,
Guid operationId,
Nullable<Guid> batchId
) sealed
abstract GetOperationSteps :
sessionId : Guid *
operationId : Guid *
batchId : Nullable<Guid> -> IEnumerable<Step>
override GetOperationSteps :
sessionId : Guid *
operationId : Guid *
batchId : Nullable<Guid> -> IEnumerable<Step>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - operationId
- Type: SystemGuid
The Id property of the Operation to be modified. - batchId
- Type: SystemNullableGuid
The optional Id of the specific Batch. This is necessary for "Configure To Order" (CTO) situations
where the activities are based upon configured options.
Return Value
Type:
IEnumerableStepA list of the
Steps that have been defined for the
OperationExceptions See Also