Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface URLOptions

    Options that may be defined in URL parameters

    interface URLOptions {
        authenticationToken: null | string;
        culture: null | string;
        environmentId: null | string;
        flowId: null | string;
        flowVersionId: null | string;
        mode: ExecutionMode;
        selectedOutcomeId: null | string;
        stateId: null | string;
        tenantId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authenticationToken: null | string

    A token to use for authenticating requests to the Flow API.

    culture: null | string

    Sets a culture for translation.

    environmentId: null | string

    The Id of the environment to run the Flow within.

    flowId: null | string

    The Id of the Flow to execute.

    flowVersionId: null | string

    The version Id of the Flow to execute.

    Enable execution debugging modes.

    selectedOutcomeId: null | string

    An Id of an outcome to use when initializing the Flow.

    stateId: null | string

    An Id of a state to use when executing the Flow.

    tenantId: string

    The Id of the tenant which contains the selected Flow.