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

Sepasoft MES Module Suite

system.mes.batch.queue.skipTransition(batchQueueEntry, path, changedBy)

This function forces batch execution to bypass a transition even though its expression is resulting to false.

skipTransition(batchQueueEntry, path,changedBy) → void

Syntax

skipTransition(batchQueueEntry, path, changedBy)

Parameters

BatchQueueEntry batchQueueEntry - The BatchQueueEntry object to skip the transition.

String path - The path of the transition. The format of the path must follow the /Procedure/Unit Procedure/Operation:Transition pattern. Example: /Make Cookies/Mix/Add Flour:At Temperature

String changedBy - Associates user actions with parameter changes. 

Returns

Nothing

Scope

All



Sepasoft MES Module Suite