The trigger configuration associated with a workflow.

interface WorkflowTrigger {
    id?: string;
    parameters: {};
    ruleKey: string;
}

Properties

id?: string

The ID of the trigger.

parameters: {}

The parameters of the trigger.

Type declaration

    ruleKey: string

    The rule key of the trigger.