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

    Interface FulfillmentTask

    interface FulfillmentTask {
        actors: WorkflowExpression | WorkflowActor[];
        approvalMode: "any";
        events: {
            assignment?: WorkflowNotification;
            escalation?: WorkflowNotification;
            expiration?: WorkflowNotification;
            reassign?: WorkflowNotification;
            reminder?: WorkflowNotification;
        };
        nextStep: { condition: string; outcome: string; step: string }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    approvalMode: "any"
    events: {
        assignment?: WorkflowNotification;
        escalation?: WorkflowNotification;
        expiration?: WorkflowNotification;
        reassign?: WorkflowNotification;
        reminder?: WorkflowNotification;
    }
    nextStep: { condition: string; outcome: string; step: string }[]