When I enter a task node I'd like to be able to decorate the created task with certain variables right after creation and assignment. I have all this happening in a task like so.
<task assignee="#{SKYLINE_ASSIGNEE}" g="221,208,92,52" name="Work">
<transition g="-44,-26" name="to Escalate" to="Escalate"/>
<transition g="-28,-22" name="to Review" to="Review"/>
</task>By using the task service or the query api on the taskservice...