In a Bonita process, how to wait for the output of a connector(which takes ~5 mins) before moving to the next task?

1
0
-1

I need to wait for the output of a Bonita connector, and use the output to evaluate conditions, (if true or false), before going to the next task. But the execution immediately jumps to the next task, without waiting for the connector output. How to freeze Bonita process to wait for the output of a Bonita connector?

1 answer

1
0
-1

Hi Surbhi,

Normally if you use a Connector In, it will be executed before your task. This way you can use the output of the connector to perform the task "evaluate options" and then go to next steps depending on your answer.

does that answer your question?

Notifications