Execution History

Note: The information in this section is applicable for an app executable only.

The Execution History displays information about the state of all run flows of a Flogo app. Details of a trigger are not captured.

From this page, you can:

  • Persist execution data: Select Persist Execution Data to persist execution data to the supported database (currently, PostgreSQL).
    Note: If Persist execution data is disabled, any new execution data is not saved to the database. The Rerun flow feature is also disabled for all flow executions.
  • Filter based on app version: You can use the filer to choose the app version for which the data must be displayed.
  • Filter based on time frame: Use the All drop-down to filter based on time frame. For example: in the last 1 hour, last week, last 30 days, and so on.
  • Filter based on flow: If you have multiple flows, use the All Flows drop-down to filter based on flows.
  • Filter based on status: Use the All Statuses drop-down to filter based on the status of the flow.
  • Refresh data: Use to refresh the data in the table.
  • View execution data: The following data is displayed in a tabular format.
  • Rerun Count: This displays the number of times the particular flow is run.

    Name Description
    Status Status
    Flow Name Name of the flow.
    Execution ID Instance ID of the flow.
    App Instance ID Instance ID of the app.
    Duration (ms)Duration for which the flow was running.
    Start Time (UTC)Time when the flow was started, based on Coordinated Universal Time (UTC).
    End Time (UTC)Time when the flow ended, based on Coordinated Universal Time (UTC).

  • View details of a flow: For each flow, you can view its details by clicking View Details. A list of rerun flows is displayed:
  • Rerun the flow You can rerun the flow; you cannot modify the input data.
  • To rerun, click the Rerun flow.
  • Note:
    • Rerun flow disappears if the Persist Execution Data toggle is disabled.
    • If the version of the app running instance is not as same as that of the selected version, you cannot rerun the flow.
    • Search using the Execution ID displays the current flow and all the flow run from this flow.

    • If there are modifications in the execution history configuration or in the database, the execution history service has to be disabled and enabled again.

    After the rerun of the flow, the rerun is indicated by the icon. The Execution History page is also updated with the latest data. Click to refresh the changes on the Execution History page.