Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}} - try a more specific search to see the rest.

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

Complex Types - entityActionRunbookRunType

Description

This node is used to spawn runbook processes.

Properties

Name Type Occurrence Description
processApplication xs:string Optional The process application context
processName xs:string Optional The name of the process to run
inputParams Array<bpmFlowcodeParameterType> Optional The input parameters to pass to process
waitForCompletion xs:boolean Optional
Default=false
Wait for process to complete and return results to the BPM context
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.
resultReference xs:string Optional The context variable to put call result into i.e. “mycall” which would expose globals.runbook.mycall
In This Document