@valon-technologies/gestalt
    Preparing search index...

    Interface WorkflowRunContextTrigger

    interface WorkflowRunContextTrigger {
        kind: string;
        activationId: string;
        scheduledFor: string;
        event?: Record<string, JsonInput>;
    }
    Index

    Properties

    kind: string
    activationId: string
    scheduledFor: string
    event?: Record<string, JsonInput>