Hello,
I wanted to create an HTTP request in an ISC workflow where I disable a workflow in NERM but I couldn’t find an API to do this. Does anyone know if this is possible ?
Thanks !
Hind Latrache
Hello,
I wanted to create an HTTP request in an ISC workflow where I disable a workflow in NERM but I couldn’t find an API to do this. Does anyone know if this is possible ?
Thanks !
Hind Latrache
Could you provide more details about your use case and why you want to disable a workflow? Did you mean to close or complete a workflow session? if yes, then you can use the patch-workflow-session | SailPoint Developer Community
Currently, there isn’t an API available to delete or disable a workflow
Hi @Hindou ,
As far as I’m aware there isn’t a direct API documented specifically for disabling workflows in NERM. However, depending on your environment and how NERM is set up, you might still have options to achieve this using custom configurations, such as making HTTP requests to custom endpoints or automating the disabling of workflows through a general workflow management API !!
Hope this helps!!
Hi @sunnyajmera ,
I have a batch workflow in NERM where we want to emulate the certification process by allowing a user in NERM to modify a profile’s attribute values. However, we want this workflow to temporarily appear on the user’s dashboard and then be disabled, so it is no longer visible. To achieve this, I plan to create a workflow in ISC with ‘trigger scheduled’, followed by an ‘HTTP request’ that enables and disables the NERM workflow.
Hi @Prashanth0707 ,
Can I have more information on how I can do this please ?
@Hindou you can call below api , this will let you change the status of workflow if you create the action in workflow, you need to pass the id of workflow for which you want to change the status and add the status action in workflow
{{baseUrl}}/workflow_actions/status_change_actions
There currently are not apis that allow existing workflows to be modified.