ConsumeCycleUDR(4.0)


The ConsumeCycleUDR is the UDR that the Workflow Bridge forwarding agent populates with data and routes to the Workflow Bridge real-time collection agent. The ConsumeCycleUDR must always be acknowledged and sent back from an Analysis agent to the Workflow Bridge real-time collection agent if the ConsumeCycleUDR was initially sent by a Workflow Bridge batch forwarding agent.

If the Send reply over bridge option has been configured in the profile, the ConsumeCycleUDR is sent the whole way back to the Workflow Bridge batch forwarding agent. Refer to Workflow Bridge (3.0) for more information.

The following fields are included in the ConsumeCycleUDR:


Field
Description
Action (wfbActionUDR)This field is used by the user to communicate actions back to the forwarding workflow. It should be populated with a user defined action UDR, see User Defined Action UDRs(4.0).
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.
Broadcast (boolean)This field indicates whether broadcast should be enabled (true) or not (false). If broadcast is enabled, the forwarded UDRs will be sent to all the configured workflows in the collecting workflow configuration.
Data (any)This field can be populated with anything and contains the UDRs or bytearrays that are sent from the forwarding workflow.
LoadId (int)

If you have configured the number of collectors to be more than 1 in the Workflow Bridge profile, LoadIds can be used for determining how data should be distributed. Each workflow is assigned a specific LoadId, and then you can use this field in the ConsumeCycle UDR to indicate which LoadId, i e which workflow, the UDR should be routed to.

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 Workflow Bridge(4.0). This field is only readable in this UDR.