getTaskById function in template
Hi.I create .ftl template file. and store in /Data Dictionary/Presentation Templates. <#list workflow.getTaskById("jbpm$584") as t> ${t.id} </#list>I need retrieve single task by - getTaskById functionBut I not know true syntax.Above...