cancel
Showing results for 
Search instead for 
Did you mean: 

multiple task id for same UI task and assigning to different users

Former Member
0 Kudos


I can create multiple task id for same ui task using looping ? but what if each task id has to be given too different users? is it possible?

For example :-

Using tokenize i can create two taskid of same process

now each task needs to go to different users.

UserHashTag(s)TASKPROCESS
SalURL1task-1Process-1
GunjitaURL1task-2

Accepted Solutions (1)

Accepted Solutions (1)

ch_loos
Advisor
Advisor
0 Kudos

you can use a dynamic expression for the potential owners, and e.g. use a decision table or ejb function to determine the potential owners per task instance

Former Member
0 Kudos

I cant use Decision Table as the potential owners are not fixed , it is assumed to be given to me on run-time from web service.

for using ejb function , i would be grateful if you can send me some help documents for developing such function making a dynamic URL in human activity.

WEB-SERVICE BPM
Items in listProjectScenarioConstraint TypeNetwork(s)UserHashTag(s)STATUSTASKPROCESS
1Proj XScen YPotentialNet 1SalURL1completedtask-1Process-1
2Proj XScen YriskNet 1GunjitaURL1completedtask-2
3Proj XScen YPotentialNet 2stephenURL2completedProcess-1
4Proj XScen ZPotentialNet 1SalURL3pending
5Proj XScen ZPotentialNet 2GunjitaURL4pending
6Proj XScen Z1Capacity countNet 3prakashURL5pending
7Proj XScen Z2Capacity countNet 3prakashURL6pending

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

what is this taskid?

what is stopping u now?