Component: com.avoka.livecycle.chain 8.0
ChainService Service
Chain: Invokes any LiveCycle process with invocation credentials. It can pass any process data in as input parameters, and assign any response data back as output parameters. This service allows us to call long-lived sub-processes from short-lived processes. It also allows external applications to make unsecured requests into secure LiveCycle processes - by using the chain component as an action in a 'proxy process'.
Operation Title: Invoke Short Lived Service (invokeShortLivedServiceOperation)
Invoke Short Lived Service: Invokes a short lived service and saves output parameters.Allows a short- lived process to be invoked using different credentials to the calling process. If 'fire-and-forget' is set, no values will be returned.
| Input Parameter |
Type |
Description |
Editor |
| username |
java.lang.String |
Specify User Name. If username and password blank, current credentials will be used. |
|
| Output Parameter |
Type |
Description |
| Invocation ID |
java.lang.String |
The invocation ID. |
Operation Title: Invoke Long Lived Service Operation No Wait (invokeLongLivedServiceOperationNoWait)
Invoke Long Lived Service Operation No Wait: Invokes a long lived service with input parameters. Allows a long-lived process to be invoked from a short-lived process (with or without different credentials). 'Fire-and-forget' is always used, and no output parameters will be returned.
| Input Parameter |
Type |
Description |
Editor |
| username |
java.lang.String |
Specify User Name. If username and password blank, current credentials will be used. |
|
| Output Parameter |
Type |
Description |
| Invocation ID |
java.lang.String |
The invocation ID. |
Licence Configuration:
| Parameter |
Type |
Description |
| License Key |
java.lang.String |
The license key. |
| License Organisation |
java.lang.String |
The license organization. |