Class WorkOrderUnlockEvent


public class WorkOrderUnlockEvent extends SimpleBusinessEvent<WorkOrderUnlockInput,WorkOrderUnlockOutput>
Event to unlock a work order. The launcher must provide a valid WorkOrderUnlockInput in order to successfully call this event. The listener unlocks the work order if it is in a correct state. If something went wrong, the listener can throws a DAValidateException.
Since:
17.0
GCApi:
event
Reactors:
BTWorkOrderUnlock(0)
No Spouts