Customize the 'Step Details' Window
- Last UpdatedJun 10, 2024
- 2 minute read
AVEVA Work Tasks allows you to customize the 'Step Details' window.
The following customization can be done in the 'Step Details' window:
-
Hide Step Details, Variables, Contents and Content tabs.
-
Localize the Description content.
-
Customize the look and feel of this window.
Steps to hide the Step Details, Variables, Content and Contents tabs:
-
Open the following aspx page from AVEVA Work Tasks installed folder. \Web\BPMUITemplates\Default\ProcessExecutionView\ExecutionDetailsWindow.aspx
-
Locate the following code and set the property visible="false" for the required tab to be hidden. For example, to hide Step Details tab, set Visible property as false for this tab.

-
Control the page details. If you do not want to show tab details, then control it by editing the following methods.
-
ProcessTabClick - This method will open the details of the clicked node.
-
ShowDetails - This method will open the 'Step Details' window.
-
ShowVariables - This method will open the 'Variables', 'Contents', 'Content' windows.

-
To Localize the description content, follow the steps given below:
-
Locate the WorkflowElements\Default\en-US\Actions\XML folder from AVEVA Work Tasks installed folder.
-
All the step details associated with any action will be from the respective Action definition from the Actions.xml file.
Note: Before modifying, take a backup of Actions.xml files. While modifying the Actions.xml, one should not modify the placeholders declared.
In order to modify the step description, you need to change the following description in the Actions.xml

To customize the look and feel of the window, follow the steps given below:
Open the BPMUITemplates\Default\Common\StyleSheet\Global.css from AVEVA Work Tasks installed folder to customize the look and feel of the window.
For more details on the css class and the images, please go through the following files:
-
BPMUITemplates\Default\ProcessExecutionView\ShowVariablesAndContents.aspx
-
BPMUITemplates\Default\ProcessExecutionView\ ExecutionDetailsWindow.aspx