Decision Tree on an Incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 02:00 PM
Hello, our Incident Management team is being asked to track recovery decisions made during the resolution of a Major Incident.
One proposal was to use automated Incident tasks to track if that step of the recovery worked or not via a change in state.
The manager is wondering if it would be possible to store the decision tree steps within the Incident, where selecting yes or no presents the next step of the tree. Has anyone seen something like this?
Thanks for your time.
Cheryl Glick
United Airlines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:15 PM
Haven't done it, but in theory...
Here is one way:
1.) Create a custom workflow that incorporates the decision tree steps as part of the Major incident resolution process.
- Create a custom field for the decision tree on the incident form.
- Set up a new table for the decision tree.
- Create a custom workflow incorporating the decision tree steps and triggers when the incident is created. The workflow should check the current step in the decision tree and present the user with the next step in the tree based on the decision.
- The workflow should also update the incident state.
- Use automated incident tasks to track if a step of the recovery worked or not.Hope this helps...