cancel
Showing results for 
Search instead for 
Did you mean: 

Sequential Workflow for Multiple agents.

Former Member
0 Kudos

Hi Experts,

I have an requirement for creation of  workflow for multiple initiators and it should send in sequence( After completion one it should go for next initiator).

For example: There will be 5 initiators and first person will fill few entries and once submit it should go to second initiator and so on...

How to achieve the same using one top workitem id.

Thanks in advance,

Basuvaraj.P

Accepted Solutions (1)

Accepted Solutions (1)

former_member185167
Active Contributor
0 Kudos

Hello,

You could do it with a loop. After each approval the workflow figures out if more is needed and if so loops back to the user decision step again. Try it.

regards

Rick Bakker / hanabi technology

Former Member
0 Kudos

Hi Rick Bakker,

Can you elaborate with an example please.

Thanks In Advance,

Basuvaraj.P

former_member185167
Active Contributor
0 Kudos

Hello,

It's a simple workflow loop. The difficult part s the programming behind it - deciding which, if any, approvers still need to approve.

Try it and let us know if you have problems.

regards

Rick Bakker / hanabi technology

anjan_paul
Active Contributor
0 Kudos

Hi,

  you can use Block step with foreach with mutiline container of agents.

Former Member
0 Kudos

Hi All,

The Workflow has been created and solved It has been used with loop.

Beast Regards,

Basuvaraj.P

former_member185167
Active Contributor
0 Kudos

Good to hear. Please mark the thread as Answered.

Answers (0)