Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Please consider addressing the following when creating your topic:
What have you tried?
What errors did you face (share screenshots)?
Share the details of your efforts (code / search query, workflow json etc.)?
What is the result you are getting and what were you expecting?
I’m implementing access request in SailPoint. When request is submitted to a source entitlement,
a. if user account is present, entitlement is added to the account.
b. If user account is not present, account is created.
Now i want to use workflow to trigger for Provisioning complete. This workflow should trigger a script which is on my IQ service. This script generates random password for AD and send email. How can i trigger my script from workflow?
Is there any examples or sample code on how this works?
If you want to call a PowerShell script from the workflow, you will have to create custom HTTP endpoint outside of Identity Security Cloud that will trigger the PowerShell script and you can call that HTTP endpoint in HTTP Request action of the workflow. Once this step is completed, you can link it with the Send Email action of the workflow to send an email.
Thanks for providing details. Do we need to have 2 new VA instances, or one VA instance is enough?
If we have only one VA instance in our environment, can we deploy new VA instance and decommission the old VA instance?