Enum TriggerType
- Namespace
- FlowOrchestrator.Core.Abstractions
- Assembly
- FlowOrchestrator.Core.dll
Supported trigger types for flows. Only Webhook has an external URL for integration from outside systems.
public enum TriggerType
Fields
Cron = 2Started automatically on a cron schedule.
Manual = 0Started on demand via the dashboard or the trigger API.
Webhook = 1Started by an inbound HTTP POST to the flow's webhook endpoint.