Click or drag to resize

ProcessServicesGetOperationWorkstations Method

Retrieves all the workstations associated to the operation. If no workstations are directly associated to the operation, retrieves all the workstations that share resource types with the specified operation. If no resource types are associated to the operation, then retrieves all workstatios in the system.

Namespace:  FactoryLogix.xTend.ProcessDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<Workstation> GetOperationWorkstations(
	Guid sessionId,
	Guid operationId
)

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 an Operation.

Return Value

Type: IEnumerableWorkstation
A list of the Workstations that are associated to the Operation
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
OperationNotFoundExceptionAn existing operation with matching Id property was not found in the system.
See Also