Dear all,
I created a parallel processing bloack in workflow using APPROVERS as the multiline elment. APPROVERS are determined by a responsibility rule. In the rule return a position. Several users are assigned to the position. What I really wanted is to have a parallel process for each user assigned to that position. But the block doesn't work because it regards the APPROVERS container having only one entry (1 position). When I replaced the position with users in the responsibility rule, the block works fine.
But the problem is, the position of the users are maintained by the users. I can simply use the position knowing that it's always up-to-date. If I put users in the rule, it will have to be updated by IS whenever someone change job.
Is there anyway workflow can return users instead of position in the rule?
many thanks!