: The runtime instance representing a workflow's current state and progress.
: Sends an event to a running workflow to trigger a specific activity or transition.
: A GlideRecord method that determines if business rules (and subsequent workflows) should trigger during database operations. Key Workflow Components servicenow-workflow-api
: Retrieves a list of all active workflows currently running on a record.
: Terminates all active workflow contexts associated with a specific record. : The runtime instance representing a workflow's current
💡 : Use cancel() when closing records manually to prevent "ghost" workflows from staying active in the system. If you tell me what you're trying to build, I can provide:
: Individual building blocks (e.g., approvals, notifications, scripts) that perform specific tasks. servicenow-workflow-api
: Initiates a specific workflow for a record.