system.mes.batch.queue.getPendingTransitions

Sepasoft MES Module Suite

system.mes.batch.queue.getPendingTransitions(batchQueueEntry, path)

Get a list of pending transitions (transitions that overall status is still false) for a Procedure, Unit Procedure, or Operation specified by the path parameter.

getPendingTransitions(batchQueueEntry, path) → Collection

Syntax

getPendingTransitions(batchQueueEntry, path)

  • Parameters

BatchQueueEntry batchQueueEntry - The BatchQueueEntry object to get the pending transition list from.

String path - The path to the logic item. The format of the path must follow the /Procedure/Unit Procedure/Operation pattern and include a parameter name. Example: /Make Cookies/Mix

  • Returns

A list of TransitionExpressionStatus objects for the Procedure, Unit Procedure, or Operation.

  • Scope

All



Sepasoft MES Module Suite