VMware Cloud Community
LaxmiRagi
Enthusiast
Enthusiast
Jump to solution

How to create parallel workflow/action in vRealize Orchestrator

Hi,

I have a requirement to create a workflow or an action which can be run in parallel way.

Please help me out on this requirement.

Thanks in Advance!!

Laxminarsaiah Ragi

1 Solution

Accepted Solutions
tschoergez
Leadership
Leadership
Jump to solution

Check the workflow package attached to this article: Wheat on the Wire: The Ever-Versatile vCenter Orchestrator

It contains a nice example how to kick off parallel workflows from a "master" workflow and monitor their execution.

Cheers,

Joerg

View solution in original post

2 Replies
iiliev
VMware Employee
VMware Employee
Jump to solution

Hi,

Every workflow can be run in parallel Smiley Happy

If what you want it to actually run several workflows in parallel, there are several options

- use Nested workflows element; in it you can choose multiple workflows which will run in parallel and the element will wait for all of them to complete

- use Asynchronous workflow element to launch several workflows asynchronously

- start the workflows yourself by writing some Javascript code (you can take a look at the scripting code generated by Asynchronous workflow element as an example starting point)

Reply
0 Kudos
tschoergez
Leadership
Leadership
Jump to solution

Check the workflow package attached to this article: Wheat on the Wire: The Ever-Versatile vCenter Orchestrator

It contains a nice example how to kick off parallel workflows from a "master" workflow and monitor their execution.

Cheers,

Joerg