@vhidvz/wfjs
    Preparing search index...

    Interface ExecutionInterface

    interface ExecutionInterface {
        context?: Context<any>;
        data?: any;
        exec?: Partial<Execute>;
        factory?: () => any;
        handler?: any;
        id?: string;
        node?: IdentityOptions;
        path?: string;
        schema?: BPMNDefinition;
        value?: any;
        xml?: string;
    }
    Index

    Properties

    context?: Context<any>
    data?: any
    exec?: Partial<Execute>
    factory?: () => any
    handler?: any
    id?: string
    path?: string
    value?: any
    xml?: string