cancel
Showing results for 
Search instead for 
Did you mean: 

complete API

rohitagrawal
Champ on-the-rise
Champ on-the-rise
Hi,

When i invoke complete(String taskId, Map<String,Object> variables) passing some parameters as map where are they getting stored.
Are these parameters are same as Task local variables.
Please clarify

Regards,
Rohit
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
No, when providing parameters like that, the parameters will be stored globally, not task local.

The current master branch (not yet released) contains a new method that allows to choose between global and local.