BusinessRule
Creates a Business Rule: logic that runs when database records are queried, updated,
Creates a Business Rule: logic that runs when database records are queried, updated,
Creates an email notification configuration for ServiceNow. Email notifications are automated messages
Trigger definitions for starting a Flow. Pass a trigger as the first argument to wfa.trigger().
The wfa (Workflow Activity) namespace provides the core building blocks for defining Flows and Subflows. Use wfa.trigger() to start a flow, wfa.action() to execute built-in actions, and wfa.flowLogic for control flow (If/Else, ForEach, GoBackTo).
Comprehensive guide for creating and editing ServiceNow Workflow Automation (WFA) flows using the Fluent SDK. Covers Flow Designer flows including triggers, actions, flow logic, data pills, approvals, and service catalog integration. Use this when implementing event-driven automation, scheduled tasks, approval workflows, or any WFA component.