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 well-known 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