Getting the task status and assignee in the workflow
Hello,do you have any idea how to get the task status and assignee in the workflow?I tried with this code in the task block in workflow (sc_task):workflow.scratchpad.assignee = current.assigned_to;It doesn't work I know it's so easy to do in BR, but ...