Get Master Flow Execution Progress

This returns the status and progress of a running Master Flow

Method

/API2/dataSources/getMasterFlowProgressUpdate

  • 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

scheduleId

Type

string

Description

The schedule's system ID

Output Response

Successful Result Code

200

Response Type

Description of Response Type

The master flow progress update

Notes

This function should be used in conjunction with other functions that can launch the execution of a master flow. The functions result shows the different tasks, their status and any error messages if they exist.

Examples