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
id bpmIdType Required The unique id for stage.
displayName xs:string Optional The display name for bpm stage.
translatedDisplayName Array<bpmLabelType> Optional Translated display name for stage
description xs:string Optional The description for bpm stage.
translatedDescription Array<bpmLabelType> Optional any translated description for stage
stageMetaData xs:string Optional Holds meta data used by the user interface.
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.
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.
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.
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.
In This Document