Workflows
Workflows allow administrators to create custom automation scripts directly within IdentityNow. These automation scripts respond to event triggers and perform a series of actions to perform tasks that are either too cumbersome or not available in the IdentityNow UI. Workflows can be configured via a graphical user interface within IdentityNow, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.
Workflows is currently in Beta, and is not generally available to all customer tenants. If you would like to participate in the beta program, please submit an application. You must be a customer or partner to participate.
Refer to [Creating and Managing Workflows] for more information about how to build workflows in the visual builder in the IdentityNow UI.
📄️ Create Workflow
Create Workflow
📄️ List Workflows
List Workflows
📄️ Get Workflow By Id
Get Workflow By Id
📄️ Update Workflow
Update Workflow
📄️ Patch Workflow
Patch Workflow
📄️ Delete Workflow By Id
Delete Workflow By Id
📄️ Test Workflow By Id
Test Workflow By Id
📄️ List Workflow Executions
List Workflow Executions
📄️ Get a Workflow Execution
Get a Workflow Execution
📄️ Get Workflow Execution History
Get Workflow Execution History
📄️ Cancel Workflow Execution by ID
Cancel Workflow Execution by ID
📄️ List Complete Workflow Library
List Complete Workflow Library
📄️ List Workflow Library Actions
List Workflow Library Actions
📄️ List Workflow Library Triggers
List Workflow Library Triggers
📄️ List Workflow Library Operators
List Workflow Library Operators
📄️ Generate External Trigger OAuth Client
Generate External Trigger OAuth Client
📄️ Execute Workflow via External Trigger
Execute Workflow via External Trigger
📄️ Test Workflow via External Trigger
Test Workflow via External Trigger