Frodo Library - v4.0.0-24
    Preparing search index...

    Interface WaitTask

    interface WaitTask {
        nextStep: { condition: string; outcome: string; step: string }[];
        resumeDate: WorkflowExpression;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    nextStep: { condition: string; outcome: string; step: string }[]
    resumeDate: WorkflowExpression