The Workflow Bridge forwarding agent sends information to the Workflow Bridge real-time collection agent to report workflow state changes. The state information is delivered in a WorkflowStateUDR
.
...
For more information regarding the states, see Workflow Properties(3.0).
The following fields are common for all of the workflow state UDRs:
...
Field | Description |
---|---|
TxnId (long) | This field includes the id for the batch transaction of the batch forwarding workflow. |
WorkflowStateUDR
The WorkflowStateUDR
defines the common attributes and behaviors for any WorkflowStateUDR
s.
InitializeCycleUDR
This UDR is sent when the forwarding workflow enters the initialize execution state.
BeginBatchCycleUDR
This UDR is sent when the batch forwarding workflow enters the beginBatch execution state.
ConsumeCycleUDR
This is the UDR that contains the data that is being collected from the forwarding workflow. For more information about ConsumeCycleUDR
s, refer to ConsumeCycleUDR(3.0).
DrainCycleUDR
This UDR is sent when the batch forwarding workflow enters the drain execution state.
EndBatchCycleUDR
This UDR is sent when the batch forwarding workflow enters the endBatch execution state.
CommitCycleUDR
This UDR is sent when the batch forwarding workflow enters the commit execution state.
...
Field | Description |
---|---|
IsRecovery (boolean) | This field includes information on recovery status, to be able to know if a rollback shall be committed. |
DeinitializeCycleUDR
This UDR is sent when the forwarding workflow enters the deinitialize execution state.
CancelBatchCycleUDR
This UDR is sent when the batch forwarding workflow enters the cancelBatch execution state.
RollbackCycleUDR
This UDR is sent when the batch forwarding workflow enters the rollback execution state.
...