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
description xs:string Optional The description for checklist item.
displayName xs:string Required The display name for checklist item.
id bpmIdType Required The unique id for checklist item within a stage.
itemMetaData xs:string Optional Holds meta data used by the user interface.
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.
translatedDescription bpmLabelType Optional
Array (0/∞)
any translated description for checkpoint
translatedDisplayName bpmLabelType Optional
Array (0/∞)
Translated display name for the checklist item
In This Document