Skip to main content

Good morning,

 

situation is that I need to run multiple workflows on one click. Below I will explain why:

 

It is a ticketing system to ask for different personal documentation (credit card,id etc.)

1) Client registers himself and each member of his family

2) Client runs for each member 1 process with 10 paper works inside.

 

Right now after Selecting the process, and clicking on Submit button, it executes 1 workflow (for the selected process).

 

Now the question: what should I do to run 1 workflow for each paper work (10) and not for each process?

 

Thanks,

 

Will

Dear ,

 

I couldnt clearly understand what you are trying to achieve ,

but oh well , if ur tryin to start more than 1 workflow on button event click ,

u could add "start workflow" for multiple workflows to start them together ,

 

If u meant that u have like 10 items in the same form , and u want to start a workflow for each item ,

it depends where u are storing , are they in a list view ? are they in a list control ?

if its one of those ,

on submit button click u could add a loop , "For each item in the list/list control"

inside that loop "start workflow" , that would be right if u want to start a workflow individually for each item ,

 

Hope it helps!

Regards.


Reply