Type
Metadata access.
Behaviour
Set a variable in the workflow environment. See section on runtime variables for further information.
Parameters
Examples
Set the parameter “var” to “10”:
[OPH_TERM] >> oph_set key=var;value=10;
Set the parameter “var” to the result of the mathematical expression “10/2+sqrt(4)”:
[OPH_TERM] >> oph_set key=var;value=EVAL(10/2+sqrt(4));
Argument name | Type | Mandatory | Values | Default | Min/Max-value |
---|---|---|---|---|---|
key | “string” | “yes” | |||
value | “string” | “no” | “-“ | ||
id | “int” | “no” | “@OPH_WORKFLOW_ID” | “1” / |