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

Description

This node is used to bring the intelligent capture.to an end with no further action taken, and the captured input data discarded.

Properties

Name Type Occurrence Description
btnColor taskOutcomeButtonType Optional
Default=danger
The color/type of the cancel confirmation button to display
btnDisplayName bpmLabelType Optional
Array (0/∞)
The display name used on the cancel confirmation button. If not specified then ‘Cancel’ is used
duffProperty xs:boolean Optional
Default=true
This is a duff property so that empty object is never returned
promptMessage bpmLabelType Optional
Array (0/∞)
If ‘requirePrompt’ set to ‘true’ when the cancel node is encountered in the IC flow, this message will be displayed to the user in the IC form prompting for confirmation
requirePrompt xs:boolean Optional
Default=false
If set to ‘true’ when the cancel node is encountered in the IC flow, the user will be presented with a confirmation request in the IC form
In This Document