To help you get up and running quickly, Stigg provides pre-built workflow templates for common use cases.When you go to create a new workflow, you’ll have the option to choose from these templates. Each template comes with a predefined set of nodes and logic, which you can then customize to fit your exact needs. The example use-cases described earlier (promotional entitlements, auto-upgrades, trial extensions, etc.) are all available as templates.To create a workflow from a template:
As you’re building the workflow, you’ll want to test and debug it to ensure it works correctly before relying on it in production.The Workflow Builder provides several features for testing and inspecting workflow execution.
If your workflow uses an Event Trigger, you can send test events using one of the following options:
Trigger an event via the Stigg app, SDK or API.
Select the event from the drop-down list and click “Send test event”.
If your trigger is an API Trigger, you can manually call it using curl or an API client) with test data to start the workflow.Stigg API’s Graph | GraphOS Studio
To authenticate you need to pass the Server API key in the X-API-KEY request header.
Workflow Builder allows executing a workflow step by step (especially when using manual triggers). In the Stigg app when you click Test Workflow, it may run through and show you each node’s result one after the other.
When testing a workflow, you’re not limited to just viewing the output—you can manually edit a node’s output to simulate different scenarios. This makes it easy to test edge cases and alternate flows without needing to re-trigger events or change upstream logic. For example, you can:
Open the Output tab of any node.
Switch to JSON view by clicking Set mock data or the Edit icon.
Save the edited output and re-run downstream nodes with this synthetic data.
This lets you quickly validate how your workflow handles different conditions.
You can also pin output data to reuse it across multiple test runs. This avoids repeatedly calling external systems and ensures consistent results while developing or debugging your workflow.