Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

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

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - bpmStageItemType

Description

BPM stage types.

Properties

Name Type Occurrence Description
checklist bpmStageChecklistType Optional The checklist defined for the bpm process. All the required item has to be checked to goto the next stage else the process failed.
completionThreshold xs:duration Optional PRELIMINARYThe amount of time you expect the stage to be completed in. This will only be measured if a Service Level Calendar (slcName) is defined. Completion is only calculated when a stage completes successfully.
description xs:string Optional The description for bpm stage.
displayName xs:string Optional The display name for bpm stage.
flow bpmFlowType Required The flow defined for the bpm process. It should have one start node and atleast one stop node. Flow can be suspended by the approval/task node.
id bpmIdType Required The unique id for stage.
slcName xs:string Optional PRELIMINARYThe name of the service level calendar used to measure working time taken to complete. If not specified then the workflow’s defined SLC will be assumed. If no workflow-level SLC is defined then working time will not be measured.
stageMetaData xs:string Optional Holds meta data used by the user interface.
translatedDescription bpmLabelType Optional
Array (0/∞)
any translated description for stage
translatedDisplayName bpmLabelType Optional
Array (0/∞)
Translated display name for stage
In This Document