Servicenow-workflow-api «4K»
: Sends a signal to a running workflow to trigger a specific activity or transition.
: Triggers a specific workflow. workflowId : The sys_id of the workflow definition. current : The GlideRecord the workflow will run against. servicenow-workflow-api
The API primarily revolves around three key server-side classes: : Sends a signal to a running workflow
: Adding a "Restart Workflow" button on a form that uses script to cancel and re-trigger a process. Best Practices servicenow-workflow-api
: Used to access definitions and configurations of specific workflows.
: A critical GlideRecord method that determines if database actions should trigger associated business rules and workflows. Common Use Cases