Process Editor
Create and edit process and task XML files.
From the Developer ribbon, select the Process Editor satellite
icon that appears when you hover over the Tasks tool.
Use the Edit Process dialog to complete the following operations.
- Start a new process
- Clears existing data and starts a new process.
- Open file
- Use the file browser to load an existing process XML file, including all tasks, categories, and properties as described in the XML file.
- Save
- Save updates you made to an existing XML file, or save a newly created process to an XML file, which can be opened later in the Task Manager.
- Column Visibility
- Select the attribute values to display in column format. When you select a value to display, the value is displayed for all items that have that value defined. For example, if you select setcommand, the value is displayed for all properties.
- Entity Editor
- When you select an item, its related Name/Value information for that item's attributes is displayed in the Entity Editor, located in the left corner of the Edit Process dialog.
- Select File
- Loads a Python file that contains all functions that can be used in the *command attributes.
- Modules
- Sets the module level. Increase the module level to go up a folder. The functions take the levels that you define.
- Interactively Move Items
- To move items within the tree, press the Alt key and select the item to move it to a new location. The new location must be logical within the context of the Process Editor. You can move the multiple instances of the same item type simultaneously.
- Change Display Type
- For a property, you can change the display type from the displaytype drop-down menu in the Entity Editor.
Context Menu
The following context menu options are available when you right-click on a process,
task, and category item.
- Add category
- Add a new category to a process.
- Add task
- Add a new task to a process.
- Add task by files
- Add a new task from an existing Python file.
- Add task by folders
- Add a new task from a folder.
- Add property
- Add a property to a task or category.
- Delete
- Delete a task, category, or property. A warning message prompts you to confirm the deletion.
- Validate
- On a process, task, category, or property, verify if an inserted attribute is correct or needs additional editing. A caution symbol indicates that an attribute needs to be fixed.
- Collapse/Expand
- Collapse or expand the sections within the process hierarchy.