Call Action Chain Action

The action module for this action is "vb/action/builtin/callChainAction".

Note:

You can call a JSON action chain from a JavaScript action chain using this action; however, you can't call a JavaScript action chain from a JSON action chain.

To call an action chain, you need to pass the following parameters:

Parameter Name Description
id The ID of the action chain to call. Action chains need to be prefixed with application: for an application chain and flow: for a flow chain.
params An expression that maps to an array of parameters.

The outcome and result will be the outcome and result of the last action executed in the called action chain.