{{ taskVariables.specialty }}
{{ taskVariables.orderState }}
{{ taskVariables.subOrderState }}
Current Tasks
{{#each currentTasks}}
{{ priority }} {{ dueDate }} {{ type }}
{{/each}}
History of {{ PROCESSNAME }}
{{#each taskHistory}}
{{ providerName }} {{ actionDate }}
{{ actionTitle }} {{ actionComment }}
{{/each}}