Skip to content

AppRun

Overview

The AppRun control type will create a button that runs a Composable DataFlow. Depending on the DataFlow this can accept user input and/or update values on the current container page.

AppRun

The calling dataflow can have several wellknown named external inputs, allowing for the dataflow to understand the caller's context, and then be able to query for other information based on those inputs.

  • FormId or DataPortalId - (long) Securable resource id of the DataPortal
  • InstanceId - (int or long) Unique identifier of this container instance where the run button resides (last id in the url)
  • ParentContainerId - (int or long) Parent id of the container instance
  • ComponentId - (long) Composable Id of the UI component representing the run button

Required Fields

  • Name: The name of the field saved to the database.

  • Type: Must be set to System.Int32.

  • ControlType: Must be set to AppRun.

  • DefaultValue: Must be the Id of the DataFlow to run.

Optional Fields