The Smart Method Logo

Publishers of the world’s most comprehensive and up-to-date Excel tutorials

: Triggering a workflow via an Inbound REST API call to automate fulfillment when an external system creates a record.

: Programmatically starting workflows for a batch of records after an import.

The API primarily revolves around three key server-side classes:

: A critical GlideRecord method that determines if database actions should trigger associated business rules and workflows. Common Use Cases

: Manages the runtime state and execution details of a specific workflow instance. Key API Methods

: Used to access definitions and configurations of specific workflows.

: The main class used to initiate and manage workflow instances.

: Adding a "Restart Workflow" button on a form that uses script to cancel and re-trigger a process. Best Practices

servicenow-workflow-api

Which Excel Basic Skills version do you need to learn?

Excel 365 for Windows

Excel 2021 for Windows

Excel 2019 for Windows

Excel 2016 for Windows

Servicenow-workflow-api Review

: Triggering a workflow via an Inbound REST API call to automate fulfillment when an external system creates a record.

: Programmatically starting workflows for a batch of records after an import.

The API primarily revolves around three key server-side classes:

: A critical GlideRecord method that determines if database actions should trigger associated business rules and workflows. Common Use Cases

: Manages the runtime state and execution details of a specific workflow instance. Key API Methods

: Used to access definitions and configurations of specific workflows.

: The main class used to initiate and manage workflow instances.

: Adding a "Restart Workflow" button on a form that uses script to cancel and re-trigger a process. Best Practices