Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Base interface of any renderable element

    interface Outcome {
        attributes: null | { size?: string; uri?: string };
        className: null | string;
        developerName: string;
        id: string;
        isBulkAction: boolean;
        isOut: boolean;
        label: null | string;
        order: number;
        pageActionBindingType: PageActionBindingType;
        pageActionType: null | PageActionType;
        pageObjectBindingId: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: null | { size?: string; uri?: string }
    className: null | string
    developerName: string
    id: string
    isBulkAction: boolean
    isOut: boolean
    label: null | string
    order: number

    Order within its sibling elements

    pageActionBindingType: PageActionBindingType

    What action should apply when executing the outcome (save / do not save / partial save)

    pageActionType: null | PageActionType

    The outcome action type, used for styling (eg. 'save', 'edit')

    pageObjectBindingId: null | string

    The component this outcome should render alongside