Limit Concurrent Activities in Parallel

In the above sample, the result of processor.process is ignored. But you can modify the code to process the activity results. It is common to send results to another workflow as a signal.

1 Like

Understood, Thanks