When you have the ID of a workflow then how do you find out what the name of the workflow is and where it's located. To simplify this search I have created this workflow.
You can download the workflow here.
This is the code of the scripting element that is used for the search:
vRealize Orchestrator (v6) contains a switch element that can be used to evaluate a series of values. In scripting and programming languages the switch construct is also named Case or Do Case.
For example if we want to check the status of a VM and there are three possible values then we would have to use three if statements or three decision elements to check what the status is.
if status = poweredOn
if status = poweredOff
if status = suspended
This workflow demonstrates an approval process whre two approvers will have the opportunity to approve or deny a request and when both approvers don't respond within the time limit then the workflow will continue as if it was approved. So this will actively give the two approvers a time window to deny a request after which it is automatically approved. Is designed to use n AD group for approver 1 and another AD group for approver 2.
The currency for a vRealize Automation (vCAC) deployment defaults to US Dollar. This can be changed by modifying the Currency Region Name setting. This setting can be found in the Infrastructure tab under Administration - Global Properties.
This package contains several examples that I use in Orchestrator training.
download the package here (version February 2020)
Import the package from the Packages-tab in the Orchestrator client.
There are several workflows in this package that demonstrate the functionality of vRealize Orchestrator. Their purpose is to educate, comments are always welcome.
These two workflows allow the user to create a snapshot of all virtual machines in a folder and to remove all snapshots of all virtual machines in a folder.
Download the workflows in a package
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer