Add a tutorial to your user guide
Tutorials describes steps for completing an end-user task. To mark a tutorial, add any of the following tags to any page:
article:task-tutorial-beginner
article:task-tutorial-intermediate
article:task-tutorial-advanced
Add a troubleshooting page
Troubleshooting pages are for users to identify reasons and fixes for problems. To mark a troubleshooting page, add the tag article:task-troubleshooting
to any page.
Add a reference page to your user guide
Reference pages list essential facts about a feature or system. To mark a reference page, add the tag article:reference-feature
to any page.
A subtree is a small process that can be re-used by one or more other task process trees. A subtree differs from a regular process tree in that it defines its own inputs and outputs, much like a task handler defines its input parameters and output results.
Examples of subtrees might include an approval process, or a messaging strategy that uses a common email template.
Topics
The process to create a subtree is very similar to creating a regular process tree.
A subtree should be built the same as a regular process tree. To return the defined subtree output variables and allow the parent tree to continue processing, a new System Control task handler called "Tree Return" must be used.
A subtree can be used just like a task handler. In fact, to the parent tree, it appears just like any other task handler.