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 - bpmChecklistItemType

Description

BPM stage checklist item types.

Properties

Name Type Occurrence Description
id bpmIdType Required The unique id for checklist item within a stage.
required xs:boolean Optional
Default=true
The boolean value to identify the mandatory/optional item. Default value is set to true. If the value set to true and in checked state by setCheckListItem node will goto next stage, If the value set to false and in checked/unchecked state by setCheckListItem node will goto next stage, else the BPM process is stopped.
displayName xs:string Required The display name for checklist item.
translatedDisplayName Array<bpmLabelType> Optional Translated display name for the checklist item
description xs:string Optional The description for checklist item.
translatedDescription Array<bpmLabelType> Optional any translated description for checkpoint
itemMetaData xs:string Optional Holds meta data used by the user interface.
In This Document