The Activity Log Pane is available as a primary pane and also displays when a Workflow is executed inside the Workflow Design Pane.
The Activity Log Pane presents a list of all Nodes executed including start time, duration, description and Node Properties and their values at the time.
Search & Filter
Once a set of Activity Log results have been loaded, you can use the Search/Filter component (displays in line with the column headers) to either highlight or filter the results that are loaded on-screen.
Activity Log Columns & Row Selection
Activity Logs are divided into two types of columns. The leftmost columns are standard across all Activity Logs. The rightmost columns are contextualised according to the Activity Log that is selected. Click an Activity Log row to see the Input and Output Properties that pertain to that row. Clicking a row also highlights all Activity Logs that are a child rows of the selected row. This makes it easier to visually pick out sub-steps in a workflow such as invokes from a Splitter or Sub-Workflow.
Static Activity Log Columns
Workflow ID and Instance ID
The two coloured circles on the left represent the Workflow ID and Workflow Instance ID respectively. The same colour will be used to represent these ID's every time you search the logs.
In the screen grab below, the purple leftmost circle indicates that the logs belong to the same Workflow ID. The rightmost circle indicates that the Workflow was executed twice (green Instance ID and blue instance ID respectively).
Timestamp columns
The timestamp columns appear below the Search and Filter UI and do not have named column headers. These columns indicate the date and time at which the Node started to execute as well as the execution time rounded to ms, secs or mins depending on the execution time. Hover the date/time to see the exact date/time range.
Note that the time shown is always local to the timezone of the computer being used to browse the logs.
Node columns
The Node columns indicate the icon of the Node and it's description. If no description was set on the Node in the Workflow Design, the Node name is shown instead. Hover the Node description section to find the Node name and version that actually executed.
When a child step is executed, the child Nodes are also indented with an appropriate number of bullets so that the logs present similarly to a treeview. In such cases, an expand/collapse icon is also provided to allow child rows to be collapsed.
A Node execution is considered to be a child step if it follows a Trigger (e.g. Day Scheduler), an Iterator (e.g. Splitter) or is a sub-workflow Invoke.
Result Columns
The result columns indicate whether the step completed execution successfully. For live logs, an intermediate state may be shown where the step is still executing. For completed steps, either a tick (check) or cross will be shown.
Next to the graphic is the name of the Execution Output that fired. This is empty except for Nodes that have named execution outputs (e.g. The If statement has a True and a False Execution Output) or the Node generated an rrror.
When the Node generated an error, the Error output will fire. To see details of the error, hover or click the Error output.