complete API

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2013 07:51 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2013 04:15 AM
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.
The current master branch (not yet released) contains a new method that allows to choose between global and local.
