Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Assigning Multiple Participants to Human Task

Shah23Aug 7 2014 — edited Aug 8 2014

BPM Suite 11g

| BPMN Editor | 11.1.1.7.0.0.97 |

Jdev version: 11.1.1.7.0

Jdev Build: JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493

We have a requirement where a user submits a form as part of the first human task in a BPM process. This user will enter comma separated userIDs in the form and then submit that form. The next human task should be assigned to the users mentioned in comma separated list by the original submitter.

My question is, how do I model participants for the next human task based on this comma separated user IDs? Currently, I have modeled participant only for single user and it is working fine. And I am doing it as follows:

pastedImage_0.png

Please suggest.

Thanks.

-Nirav

Comments

Use subprocess and put you next human task into that. After first human task convert comma separated value into xml format like

<users>

<user>jcooper</user>

<user>jstein</user>

</users>

and loop it on subprocess and assign task to each user on each iteration.

Thanks

Bhupinder

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 5 2014
Added on Aug 7 2014
1 comment
830 views