Executes a Master Flow

Run the main flow of tasks defined in a Model file or Materialized (deployed) Model

Method

/API2/dataSources/executeMasterFlow

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2020.20
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

executeMasterFlowObject

Object Type

Description

Input parameters needed to execute a Master Flow

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Execute master flow result

Notes

Before the execution is launched the master flow is validated. If everything is valid the master flow will be executed, otherwise it is aborted.If successful, the function's response returns the schedule ID for the execution which can be used to get the progress details (with related functions). Otherwise it returns all the validation errors.

Examples