Execution sequence and data passing among multiple connectors

1
0
-1

If there are multiple connectors defined in "Connectors out" tab of a task, do they execute in sequence? and can the output of first connector be passed to the next connector? Is there a way of conditional execution of connectors?
for example, lets say, if condition 1 is satisfied, then execute connector_1, else, if condition 2 is satisfied, then execute connector_2.

1 answer

1
0
-1

Hello,

It's possible but you need to create a subProcess to do that with some 'contract' parameters to take in account all your datas you need.

Notifications