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

    Interface WorkflowExportOptions

    Workflow export options

    interface WorkflowExportOptions {
        coords: boolean;
        deps: boolean;
        includeReadOnly: boolean;
        useStringArrays: boolean;
    }
    Index

    Properties

    coords: boolean

    Include x and y coordinate positions of the workflow nodes.

    deps: boolean

    Include any dependencies (email templates, request forms, request types, events).

    includeReadOnly: boolean

    Export the read only (non-mutable) workflows

    useStringArrays: boolean

    Use string arrays to store script code