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

Description

No description

Properties

Name Type Occurrence Description
action bpmFlowcodeParameterActionType Required What the BPM engine should do with this parameter.
isJsonValue xs:boolean Optional
Default=false
The value of this parameter is a json string and should be parsed to get real value.
param simpleIdType Required The name of the parameter.
value xs:string Optional The value to set this parameter to if action is “set”. This accepts expression inside &[…], which is evaluated to string.
In This Document