Hi everyone,
Could you please help with this scenario, i have done most of the work but stuck with agent assignment: Scenario is as follows
The business requires a workflow to send work items to multiple approves based on context. The workflow should wait until all approvals have been received before proceeding to the next step ie
Context | Agent |
---|---|
ABDC | Agent 1 |
XYZQ | Agent 1 |
12456 | Agent 2 |
1245 | Agent 3 |
7896 | Agent 1 |
So far I have created the workflow and I am using the block processing with profach. That works fine in asmuch as i can wait for all approvals to come in before proceeding.
However my issue is the agent assignment. I have a multiline element which i am using in the block and profach and it has the context, I have another container which has the list if actual agents ie user IDs for each context, how do i pass the correct user ID/agent for each context? The expression filed does not accept a table/multiline element with two fields, ie context and agent.
Your help will be greatly appreciated.
Thanks,
Andy