Method Endpoint

GET

/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP GET on the given flow instance.

Path Parameter

instanceId

the id of the flow instance

targetPath

the path to call on the Flow system

Query Parameter

targetUrl

optional URL parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called Flow system

Required Access Rights

A logged in user or API Key is required.

/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP POST on the given flow instance.

Path Parameter

instanceId

the id of the flow instance

targetPath

the path to call on the Flow system

Query Parameter

targetUrl

optional URL parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called Flow system

Required Access Rights

A logged in user or API Key is required.

PUT

/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP PUT on the given flow instance.

Path Parameter

instanceId

the id of the flow instance

targetPath

the path to call on the Flow system

Query Parameter

targetUrl

optional URL parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called Flow system

Required Access Rights

A logged in user or API Key is required.

/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP DELETE on the given flow instance.

Path Parameter

instanceId

the id of the flow instance

targetPath

the path to call on the Flow system

Query Parameter

targetUrl

optional URL parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called Flow system

Required Access Rights

A logged in user or API Key is required.