How to Transform a Tree into a Routine
Kinetic Task Trees can be converted to Routines. This process requires the Tree to be exported, modified in a text editor, and re-imported into Kinetic Task.
Steps
- Navigate to the details of the Tree to be converted
- Export the Tree
- Open in a text editor
- Modify
<sourceName>
tag content to "-" - Modify
<sourceGroup>
tag content to "-" - Modify
<type>
tag content to "Global Routine" - Add
<definitionId>
content (Append with "routine" and may only contain alphanumeric and underscore characters) - Modify
<taskTree> <name>
content to a new name - Save Changes locally
- Import Routine
Example Tree Export
<tree schema_version="1.0">
<sourceName>Kinetic Request CE</sourceName>
<sourceGroup>Forms > services > Exported Tree</sourceGroup>
<type>Tree</type>
<status>Active</status>
<taskTree schema_version="1.0" version="">
<name>Submitted</name>
Example Modified to a Routine
<tree schema_version="1.0">
<sourceName>-</sourceName>
<sourceGroup>-</sourceGroup>
<definitionId>routine_converted_to_routine</definitionId>
<type>Global Routine</type>
<status>Active</status>
<taskTree builder_version="" schema_version="1.0" version="">
<taskTree schema_version="1.0" version="">
<name>Converted to Routine</name>
Updated over 3 years ago