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

Description

BPM input/output parameter item type.

Properties

Name Type Occurrence Description
defaultValue xs:string Optional if no value is provided in this param them set the value to this defaultValue
maxOccurs xs:string Optional The maximum occurrence of the input/output param. The upper limit value can be specified by ‘unbounded’
minOccurs xs:unsignedInt Optional
Default=1
The minimum occurrence of the input/output param. The default value is 1.
name xs:string Required The input/output parameter name for BPM.
type bpmParamNameType Required The input/output parameter name type.
In This Document