...
- Set a workflow variable to a constant value. Use AssignVariablePlugin as a tool. Use the parameters workflow variable name : A, expression : 0.
- To increment a workflow variable value, use AssignVariablePlugin as a tool. Use the parameters workflow variable name : A, expression : Integer.parseInt(A) + 1.
- To decrement a workflow variable value : use AssignVariablePlugin as a tool. Use the parameters workflow variable name : A, expression : Integer.parseInt(A) - 1.
...
{"serverDuration": 143, "requestCorrelationId": "45427db90c24504e"}