When a user receives an assigned task, it may not be for that user apparent what they are expected to do. So they need instructions as part of the task.
So what would be the best way to add an instruction text box?
I know about the help icon that can be assigned to individual fields, but I want it to display at the top of the task, and visible by default.
Maybe using a set with a custom freemarker template is an option, but then it is dependent on that at least one control is assigned to the set.
Or in a workflow model I can assign a property more as a dummy, then create a freemarker control that renders text based on form config?
And it may be that there already is an easy way to do this when configuring a workflow task, then let me know.