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

    Interface WorkflowScheduleTrigger

    interface WorkflowScheduleTrigger {
        activationId: string;
        scheduledFor?: Date;
    }
    Index

    Properties

    activationId: string
    scheduledFor?: Date