Next, we want to add another step to our policy action. To do this we again go back to the Policy Action itself by clicking on the βinit_installer_stepsβ Policy Action icon on the left.
This time we need to deal with the new approval document that was sent, so we add an βinformationβ step as a block by clicking on the βInformationβ icon in the top navigation bar.
Again we are naming the βTagβ to better identify this policy action step. In this case, we want to inform the user of the status of the approval in the previous workflow step.
Next, we are setting the Permission to βInstallerβ.
Since approval is mandatory, the step must be active by default.
Also, the next step cannot occur before approval is given. Therefore we set βStop Propagationβ.
For the approval UI, we then specify what Type it is from the drop-down. In our case, a simple TEXT UI is enough to display the approval status.
We then finish by giving the UI a Title and Description.
Programmatically this workflow step looks like this: