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

Description

This webcall node calls a http request and can wait for an outcome response.

Properties

Name Type Occurrence Description
body xs:string Optional Body of the request. This accepts expression inside &[…], which is evaluated to string.
goto bpmIdType Optional The flow-out point to the next node.
header bpmWebCallCustomHeaderType Optional
Array (0/∞)
The custom HTTP headers to pass to this webcall (http posted params).
messageFormatType requestMessageFormatType Required Content type of the request. xml => text/xml, json => application/json.
outputParam bpmWebCallParameterType Optional
Array (0/∞)
the expected output properties from the returned http content (should be js object notation).
resultId simpleIdType Required The id to use holding the webcall result in context.
timeout xs:unsignedInt Optional
Default=60
HTTP request timeout in seconds.
url xs:anyURI Required
Default=http://some-url.com/api
URL of the web call. This accepts expression inside &[…], which is evaluated to string.
verb webCallVerbType Required
Default=POST
The type of web call
In This Document