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

    Interface StepStaticNode

    interface StepStaticNode {
        actors?: WorkflowExpression | WorkflowActor[];
        events?: {
            escalationDate?: number;
            escalationTimeSpan?: string;
            escalationType?: string;
            expirationDate?: number;
            expirationDateType?: string;
            expirationDateVariable?: string;
            expirationTimeSpan?: string;
            reassignedActors?: WorkflowActor[];
            reminderDate?: number;
            reminderTimeSpan?: string;
            resumeDateNumber?: number;
            resumeDateRequestProperty?: string;
            resumeDateTimeSpan?: string;
            resumeDateType?: string;
            resumeDateVariable?: string;
        };
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    events?: {
        escalationDate?: number;
        escalationTimeSpan?: string;
        escalationType?: string;
        expirationDate?: number;
        expirationDateType?: string;
        expirationDateVariable?: string;
        expirationTimeSpan?: string;
        reassignedActors?: WorkflowActor[];
        reminderDate?: number;
        reminderTimeSpan?: string;
        resumeDateNumber?: number;
        resumeDateRequestProperty?: string;
        resumeDateTimeSpan?: string;
        resumeDateType?: string;
        resumeDateVariable?: string;
    }
    x: number
    y: number