SMC Output & Execution Status Panel |
Overview
The Server Management Console's Output and Execution Status panel share the same position at the bottom-right section of SMC (directly below the Main panel) and separated by tabs. They supply real-time information pertaining to workflows, tasks, processes and conditions during their execution. The Output panel outputs step by step information in plain readable format and usually furnishes the best indication of when, where and why a workflow failed. The Execution Status panel displays information regarding the current state of a workflow and supplies important data about what workflow items are doing at any given time.
Output panel
The Output tab logs verbose, real-time information about a running workflow. As each object of the workflow executes, debug information is logged to the Output view, including the running object's name, which Agent it is running on, start/end time and completion state (that is, whether the object completed successfully or failed). If a failure occurs, the Output tab supplies extended information about the generated error. Errors are always logged in red so users can easily detect and classify them.
Managing Output Data
The contents of the Output window can be handled in several different ways. New output can be appended to existing output data or the Output window can be cleared before additional data is logged. Output data can be copied to the clipboard, and the contents can then be pasted into any application or window that accepts standard text. You can also save the contents of the Output window to a standard text file.
To Copy the Contents of the Output Window
-
Right-click anywhere inside the Output window and choose Select All from the right-click menu. To copy one or more specific lines of data, select the lines in which to copy. To select multiple lines, hold down the CTRL key during selection.
-
Right-click again anywhere inside the Output window and select Copy from the right-click menu. Contents are saved to the clipboard.
-
Contents can be pasted to the desired application/program by using the Paste function.
To Clear the Contents of the Output Window
-
Right-click anywhere in the Output window and select Clear from the right-click menu that appears.
NOTE: This option clears all data currently populated. It cannot clear only partial or highlighted data.
To Save Output Data to a Standard Windows Text File
-
Right-click anywhere in the Output window and select Save As... An Explorer dialog opens.
NOTE: This option clears all data currently populated. It cannot clear only partial or highlighted data.
-
Select the location and file name of the text file to save the data to. If the file does not exist, it will automatically be created.
-
Click Save. The contents are then saved as a standard Windows text file.
Output Parameters
The Output window is divided into two fields (or columns). The table below provides details regarding each field.
Column Name | Description |
---|---|
Time | Specifies the date and time that the message was logged. |
Message | Specifies a detailed message logged by the server to notify the user of some occurring action within the system. |
Execution Status Panel
The ExecutionStatus panel presents real-time status about running workflows in a table format. Workflow execution details can be expanded to display status of individual objects. As each object in a workflow executes, information is logged in separate fields (or columns). Any object currently running can be easily stopped by clicking the Stop button associated with that object. Each field can be viewed in ascending/descending order by clicking its header.
Execution Status Parameters
The Execution Status window is a table view categorized by several fields (or columns). The table below provides the list of available fields and their description.
Column Name | Description |
---|---|
Type | Specifies with an icon what type of object is currently running (that is, workflow, task, evaluation, condition object). |
Construct | Specifies the assigned name of the running object. This applies to workflow objects that can be named (that is, tasks, processes, workflows). |
Agent Name | Specifies the assigned name of the Agent running the object. |
Started At | Specifies the time that the object started running. |
Status | Specifies the status of the object's execution (that is, Running, Success, Error) |
Action | Provides a button that, when clicked, will execute an action on the object. For example, a Stop button will stop a task that's currently running. |