Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface URLOptions

    Options that may be defined in URL parameters

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

    Hierarchy (View Summary)

    Index

    Properties

    authenticationToken: string | null

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

    culture: string | null

    Sets a culture for translation.

    environmentId: string | null

    The Id of the environment to run the Flow within.

    flowId: string | null

    The Id of the Flow to execute.

    flowVersionId: string | null

    The version Id of the Flow to execute.

    Enable execution debugging modes.

    selectedOutcomeId: string | null

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

    stateId: string | null

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

    tenantId: string

    The Id of the tenant which contains the selected Flow.