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

Description

This decision node flows-out to next node only after the code block is evaluated.

Properties

Name Type Occurrence Description
code xs:string Required This is always intepreted as javascript expression and will be executed.
goto bpmIdType Optional The flow-out point to which the node defaults if the gotoIf condition failed.
gotoIf bpmGotoIfType Optional
Array (0/3)
The flow-out point to next node, if the condition is satisfied.
noMatchErrorMessage xs:string Optional If there is no match on any gotoIf and there is no goto specified then the BPM process will abort. You can provide an optional message here to provide additional information should the process abort becuase of a noMatch condition.
In This Document