CallMacro
Configuration file |
None. Parameters have to be specified in field "Additional parameters". |
Class name |
com.ebd.hub.datawizard.customresp.CallMacro |
Description
This class can be used to call a macro.
Return values from the macro cannot be evaluated.
Parameters
The macro ID must be specified in the "Additional parameters" field, along with the macro parameters (if available).
The configuration string must be specified in JSON format, see examples.
Examples
The following configuration string calls the macro with the ID -1620352647 and the parameters a=1 and b=2.
{"macro": "-1620352647", "a": "1", "b": "2"} |
Using variables:
{"macro": "{--VAR_MACRO_ID--}", "a": "1", "b": "2"} |