cancel
Showing results for 
Search instead for 
Did you mean: 

Execute wf step for multiple items

k_gjergja
Participant
0 Kudos

Hello ,

I am new in workflow and i need advice.  I have  WF step that should  determinate   team to execute  different tasks.

I could be more that  more the one  team  is selected .

Something like this  .

STEP1( determinat teams) --> split per team --> STEP2 (complete request for each team comming out STEP1 )

My question what would be the best  wf step for split per team step?

I still do not have BO that will retreive  teams  and i do not know how data will come out of STEP 1.

Please advice

Chris

Accepted Solutions (1)

Accepted Solutions (1)

former_member185167
Active Contributor
0 Kudos

Hello,

Just make a method for your BOR object or class. Give it as input whatever it needs to make the decision about the split and return a multiline container with the agents. To this you can apply Dynamic Parallel Processing if all of them have to approve.

regards

Rick Bakker

k_gjergja
Participant
0 Kudos

Hello Rick,

Thanks, it works. Now have new issue. Again Dynamic Parallel Processing but this time I have to split multiline container  and send each item to respective agent. The challenge is how to  determinate agent  dinamicaly while  executing  dyn. parallel processing. Agents are in the same multiline container . Something like  itab_action_ agent. Each agent is related with action in internal table and  in WFstep each agent has to receive  the form with respectiv action  .

Thanks

Chris

former_member185167
Active Contributor
0 Kudos

Hello,

I see you've already opened a new thread for this new question, which is the right thing to do.

Please close this thread.

regards

Rick

Answers (0)