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

Description

This node is used to invoke any ibridge operations.

Properties

Name Type Occurrence Description
connectorId xs:integer Required The connector id for operation.
continueOnError xs:boolean Optional
Default=false
If you set this to ‘true’ then the BPM process will continue after any error without aborting the process.
credential Array<bpmIntegrationCredentialType> Optional The keySafe ID for the credentials required by this integration.
goto bpmIdType Required The flow-out point to next node.
ibridgeRequestParameters xs:string Optional Hornbill’s iBridge supported more complex data strcutures for input parameters. When this represents an iBrdige node, this property can be used instead of the ‘parameter’ proprty to sepcify the request parameter content as a JSON object. If this is specified then the ‘parameter’ property is disregarded.
methodName xs:string Optional The method display name for the operation.
methodPath xs:string Required The method path for the operation.
methodSchemaPath xs:string Required The method schema path for the operation.
parameter Array<bpmFlowcodeParameterType> Optional The input parameters to pass to this flowcode operation.
resultReference xs:string Optional The context variable to put call result into i.e. “mycall” which would expose globals.ibridge.mycall
timeout xs:unsignedInt Optional
Default=60
The amount of time (in seconds) to wait for the integration call to complete before a timeout is returned.
waitForCompletion xs:boolean Optional
Default=false
Wait for intgration call to complete and return results to the BPM context
In This Document