Table of Contents

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 = 2

Started automatically on a cron schedule.

Manual = 0

Started on demand via the dashboard or the trigger API.

Webhook = 1

Started by an inbound HTTP POST to the flow's webhook endpoint.