Automations & Workflows
This section covers the background orchestration engine. Workflows in Struktural handle long-running, asynchronous processes that require pausing, branching, or human interaction.
Please navigate through the following sub-sections:
5.1 Architecture & Triggers Explains the Event Bus, ephemeral execution (Snapshotting & Hydration), and how to configure triggers (Entity Events, Scheduled Cron jobs, and Webhooks).
5.2 Managing State & Variables Guidelines on defining context variables and passing data between nodes using Dynamic LINQ expressions.
5.3 Common Use Cases End-to-end business scenarios resolved using the Workflow engine, demonstrating triggers, state management, and node integration.
*Note: The raw JSON schema reference for Nodes has been moved to 8.3 Workflow Nodes Dictionary.*