VMware Cloud Community
dbhassinger
Contributor
Contributor

Don't continue to next Workflow Step until current workflow step is complete?

See included screen shot of my workflow. How can I make a workflow wait until a PowerShell script in step “OS-Updates” completes before it runs the “Completed” step.  The PowerShell script is on a hosted PS server.  The Step named “Completed” runs before “OS-Updates” completes.  Is there a custom property or something I can define that can make a workflow not continue to next step until current step “OS-UPDATES” is 100% complete. Is this behavior because I am running PS scripts on a PS host server?

0 Kudos
1 Reply
daphnissov
Immortal
Immortal

You will need to look at how you've configured that vRO workflow. It should by synchronous, meaning only if the PS script returns success should the workflow then report success. From that point, the logic will continue in your blueprint.

0 Kudos