Documentation

{{docApp.title}}

{{docApp.description}}

Connect an AI assistant

Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.

The catalog did not load. Refresh the page to try again.

Loading…

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown. Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
  • {{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}

    {{resultItem.url}}

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Ensure your workflows are reliable

As system administrators come and go and your service delivery evolves, the number of workflows configured in your instance inevitably grows over time. This is one area where good housekeeping is important, not just from a storage perspective, but also from an administrative standpoint. Workflows can be managed in Configuration > Service Manager > Customize > Workflows.

Ensure your workflows are reliable

Failed workflows can contribute to greater storage consumption. As part of workflow execution, an event log is generated; in the event of an issue, you can review the log’s actions and responses. An event log is generated for every workflow that is running in the application.

When the workflow reaches a successful conclusion (i.e. a state of Completed) or is canceled (a state of Canceled) its logs are purged 7 days after. Logs are only retained for workflow instances with a state of In progress, Suspended, or Failed. Workflows that are In progress or Suspended are still active, however those that are in a failed state have encountered problems and have stalled. Logs for failed processes are retained for much longer (3 months), so you have time to take action to understand the reason for failure and address this in the workflow design so that further workflow instances can avoid failure. Workflows that have already failed should be dealt with appropriately, either by fixing or canceling the specific workflow instance.

You can inspect the details of any active workflow in the Workflows section (Configuration > [application] > Manage Executed Workflows), of the associated application, for example, Service Manager.

You should monitor the Manage Executed Workflows area periodically to ensure workflows are running reliably through to completion. Any failed workflows should be investigated, and the root caused addressed.

Delete old workflow designs

Deleting old workflows that are no longer used will help manage the storage consumed.

To delete a workflow, click the Delete workflow button (trash can icon) in the workflow’s row in the list.

Workflows can be deleted only if there are no active instances of the design running in the application, for example in the case of Service Manager workflows running against requests.

Design efficiently

Many workflow operations have the option to post a timeline update to a request as part of performing the operation. While an individual timeline update doesn’t contribute a great deal to storage consumption, these will accumulate over time. Consider whether a timeline update as part of the workflow operation is really necessary before enabling it.

To control the timeline content generated by a workflow node, hover over the node, click the cog icon, and in Options, set the System Timeline Update and Manual Timeline Update parameters to Ignore.

In This Document