Boomi Flow Runtime Reference Documentation
    Preparing search index...
    Execute: (
        { outcomeId, invokeType, objectDataId, objectData, navigationElementId, selectedStateEntryId, selectedNavigationItemId, }: {
            invokeType?: InvokeType;
            navigationElementId?: string;
            objectData?: ObjectData;
            objectDataId?: string;
            outcomeId?: string;
            selectedNavigationItemId?: string;
            selectedStateEntryId?: string;
        },
    ) => void

    React component props object types.

    Type declaration

      • (
            { outcomeId, invokeType, objectDataId, objectData, navigationElementId, selectedStateEntryId, selectedNavigationItemId, }: {
                invokeType?: InvokeType;
                navigationElementId?: string;
                objectData?: ObjectData;
                objectDataId?: string;
                outcomeId?: string;
                selectedNavigationItemId?: string;
                selectedStateEntryId?: string;
            },
        ): void
      • Parameters

        • { outcomeId, invokeType, objectDataId, objectData, navigationElementId, selectedStateEntryId, selectedNavigationItemId, }: {
              invokeType?: InvokeType;
              navigationElementId?: string;
              objectData?: ObjectData;
              objectDataId?: string;
              outcomeId?: string;
              selectedNavigationItemId?: string;
              selectedStateEntryId?: string;
          }
          • OptionalinvokeType?: InvokeType
          • OptionalnavigationElementId?: string
          • OptionalobjectData?: ObjectData
          • OptionalobjectDataId?: string

            Id of a single objectData item that should be exclusively selected before sending the invoke request. Useful for table row actions.

          • OptionaloutcomeId?: string
          • OptionalselectedNavigationItemId?: string
          • OptionalselectedStateEntryId?: string

        Returns void