Parallel WF Execution

Hi Gurus,

I’m trying to acieve below in flow classic.

  1. Have main WF which has an user prompt to exit
  2. While users exits , trigger some WF to run in parallel independent to each other
  3. Execution of WFs in step2 will not hamper step1

Request you to please let me know for any help in this.

BR,

Bhaskar

Hi Bhaski,

There’s something called “Linked workflows” that would enable this behaviour. This subject has been discussed in the forum previously:

Calling another flow inside a flow without using fragments - Flow Classic - Novacura Forum

Linked Workflow not running at end of execution - Flow Classic - Novacura Forum

Flow help on linked workflow: End step | Flow Help

As an option you can trigger Machine Workflows using the REST connector. Generate link | Flow Help