Parallel Tasks


Badge +6

I have a workflow that starts with a smartform, and after saving it, must execute 2 different activities at the same and each of them continue with its flow.

I send an image to clarify my problem...

Could is possible to do it?

 

Thank you

 

Juan Antonio


12812i886794DF4AEAD3C2.png

5 replies

Badge +10

Hi JuanAntonio,


 


This should be easily achieved with the "concurrently" rule.


 


11546iF3EA75224A65A629.png


 


Regards,


 


Mike

Badge +6

Thank you Mike for your answer, but is only executing one of them using concurrently....

 

But is only executing one of them....

 

I attaching the step that i built...

 

Thank you

 

 

 

 


12807i39D36FA468D5D1B0.png
Badge +10

Hi Juan,


 


It appears you're attempting to action two already running tasks rather than start two workflows.  Is it the case that the form recieves two serial number parameters, and somehow opens two worklist items at once?


 


I'd expect the only one that gets actioned is the one referenced in the SN parameter.


 


Regards,


 


Mike

Badge +6

Mike, thank you for your answer, but how can i obtain the serial number to be used to start the two activities?

 

Thank you

Badge +10

The serial number of a workflow instance is the  Process ID + "_" + Activity Instance Destination ID  You'll need to pass two of those as parameters to the form, or somehow get those values via smartobject call in the form itself, and then configure both 'action a worklist item' rules to action the seperate items.

Reply