Can we trigger workflow by passing input arguments from API or Rule in Sailpoint ISC ?
In Sailpoint documentation, it is mentioned that we can use external triggers which should pass input values in JSON format. But I am not clear how to do that.
If it is possible can someone share sample code for invoking workflow in ISC
SailPoint ISC workflow has a list of triggers and one amongst them is the External trigger. This trigger fires when any external system or workflow makes the HTTP call by granting the external system’s access to this workflow like the client id and client url. And also an internal workflow 1 can call workflow 2 using this external trigger. For more details I found the below use case from the developer portal from end to end implementation. Hope this helps.
yes, I am looking for sample code in java to trigger workflow.
My understanding is we should have access token and inputs variables in JSON. By using it, we can trigger workflow from java code or Postman. Please let me know I understood it correct or not.