|
/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}
|
Perform an HTTP GET on the given flow instance.
|
instanceId
-
the id of the flow instance
targetPath
-
the path to call on the Flow system
|
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.
|
|
The response of the called Flow system
|
|
|
/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}
|
Perform an HTTP POST on the given flow instance.
|
instanceId
-
the id of the flow instance
targetPath
-
the path to call on the Flow system
|
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.
|
|
The response of the called Flow system
|
|
|
/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}
|
Perform an HTTP PUT on the given flow instance.
|
instanceId
-
the id of the flow instance
targetPath
-
the path to call on the Flow system
|
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.
|
|
The response of the called Flow system
|
|
|
/cxf/bpc-flow/flow/{instanceId}\{targetPath: (/.*)?}
|
Perform an HTTP DELETE on the given flow instance.
|
instanceId
-
the id of the flow instance
targetPath
-
the path to call on the Flow system
|
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.
|
|
The response of the called Flow system
|
|