Trigger configuration for workflow transitions.

interface PreviewTrigger {
    id?: string;
    ruleKey?: string;
}

Properties

Properties

id?: string

The ID of the trigger.

ruleKey?: string

The key of the trigger rule.