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

Description

This node is used to spawn runbook processes.

Properties

Name Type Occurrence Description
continueOnError xs:boolean Optional
Default=false
If you set this to ‘true’ then the parent process will continue after any error without aborting the process.
goto bpmIdType Required The flow-out point to next node.
inputParams bpmFlowcodeParameterType Optional
Array (0/∞)
The input parameters to pass to process
processApplication xs:string Optional The process application context
processName xs:string Optional The name of the process to run
resultReference xs:string Optional The context variable to put call result into i.e. “mycall” which would expose globals.runbook.mycall
waitForCompletion xs:boolean Optional
Default=false
Wait for process to complete and return results to the BPM context
In This Document