How to Transform a Tree into a Routine

Convert your trees into routines.

Overview

This guide covers the process for converting trees into routines.

Process

Follow these steps to transform a tree into a routine:

  1. Find the tree you want to convert in the Trees window, then click Actions > Export.

  2. Click Download.

  3. Open the downloaded file in a text editor and make the following changes:

  4. Change the <sourceName> tag content to "-".

  5. Change the <sourceGroup> tag content to "-".

  6. Change the <type> tag content to "Global Routine".

    1. Add the following tag to the file: <definitionId>[routinename_]routine</definitionId> where \[routinename\] is replaced with a name of your choice. The name must contain only alphanumeric characters and underscores and always end with "routine".
  7. Change the <name> tag content to use a new name.

  8. Save the updated file.

  9. In the Platform's Global Workflow console, click Routines.

  10. Click Import Routine.

  11. Drag and drop the file you want to import into the Import Routine window, or click Browse to search for and select the file.

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>