How to get task output variable values?
Issue
Using following code:
taskService.getTaskContent(taskSummary.getId());
The return value are only the input variables - even if the code above is invoked after the Task is completed with some output variables. How to retrieve the Task output variables (variable names with their corresponding values) after Task is completed?
Environment
- Red Hat JBoss BPM Suite
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.