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

    Interface WorkflowStep

    interface WorkflowStep {
        id: string;
        inputs: { [key: string]: WorkflowValue };
        when?: WorkflowStepWhen;
        timeoutSeconds: number;
        metadata?: JsonObject;
        action: WorkflowStepAction;
    }
    Index

    Properties

    id: string
    inputs: { [key: string]: WorkflowValue }
    timeoutSeconds: number
    metadata?: JsonObject