User Interface - Activities
General Information
This page allows users to view the activity information for all flows that have been executed, either in the past or currently in progress.
Listing Page
The Activities Listing page displays all executed flows. This page displays the following information for each executed flow:
Activity ID,
Flow Name,
Flow ID,
The version of the flow that was executed,
The final status of the execution,
Time of flow trigger,
Time of flow start,
Time of flow finish.
Furthermore, the Settings, Flow Logs, and Exchange Logs sections can be accessed from this page. Furthermore, should the flow be in progress, it can be terminated via the "Flow Stop" option located within the Settings section.

Activity ID
This provides the Activity ID of the Flow, which is required for detailed logging tasks.
Flow Name
The name of the Flow
Flow ID
This provides the Flow ID of the Flow, which is required for detailed logging tasks.
Version
The version of the flow that was run.
Status
This column displays the current status of the flow. There are seven possible states for flows:
Triggered: This status shows if the flow has been triggered either by a webhook or manually using the “Run” button.
Starting: Flow is in its starting stages.
Started: Flow has started establishing connections that will be used in the flow.
In Progress: Flow is running and executing each Flow Step.
Completed: Flow has been completed successfully.
Aborted: The flow was stopped manually by a user.
Failed: Flow has failed to execute successfully.
Triggered On
The date and time the flow has received information and is starting up.
Started On
The date and time the flow started executing its steps.
Finished On
The date and time the flow has finished its execution, either successfully or unsuccessfully.
Activity Details Page
Selecting any item from the list displayed on the "Listing Page" will redirect you to the "Activity Details Page." This page provides a visual representation of the flow's progression. The current stage of the process is visible in real-time. Furthermore, in the event of a failed completion, the point of failure can be readily identified.
Upon initiating the flow, a purple light continuously blinks at the first step. As the flow progresses, the current step is highlighted with a green border, including the first step. If a step is outlined in red, it indicates that the flow has stalled at that point.

Flow Activity in real-time
Upon clicking a step, a right-sidebar pop-up will appear. The header of the bar displays the name of the step and includes three tabs: Details. This tab displays the status of the workflow.
Process Logs: This tab displays the selected step's log.
The output data is as follows: This tab displays the output data for the selected step.
