...
Field | Description |
---|---|
AgentId (string) | This field includes the agent id that is created for the Workflow Bridge forwarding agent each time a workflow is started. The id is unique per Workflow Bridge forwarding agent and workflow execution. |
SessionContext (any) | This field might contain data that has been populated in the InitializeCycleUDR or BeginBatchCycleUDR by the Workflow Bridge real-time collection agent. For more information about session context, refer to the section, Session Context, in 9.8586.1 Workflow Bridge Agents Overview. This field is only readable in this UDR. |
...
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 9.8586.6.1 ConsumeCycleUDR.
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.
...