InterviewSolution
| 1. |
How Do I Take Role Container Actor Tab Values Into Work Flow Container Element? |
|
Answer» You should check the binding. Normal binding of container element from WF to task should accomplish this. In terms of a task to workflow binding, you'd typically only want to pass back ACTUAL agent back into your workflow. There's no real LINKAGE between a role container and the workflow container, unless you've created an extra step in your workflow/a virtual ATTRIBUTE to EVALUATE a role and pass the results to a workflow container element so you can set your agent assignment for a subsequent workflow step via an EXPRESSION. You should check the binding. Normal binding of container element from WF to task should accomplish this. In terms of a task to workflow binding, you'd typically only want to pass back actual agent back into your workflow. There's no real linkage between a role container and the workflow container, unless you've created an extra step in your workflow/a virtual attribute to evaluate a role and pass the results to a workflow container element so you can set your agent assignment for a subsequent workflow step via an expression. |
|