Hi all please help me i want to pass the subjects to the next task form but it doesn't display anything on the next form.
<event type="task-create">
<script>
if (bpm_workflowDueDate != void) taskInstance.dueDate = bpm_workflowDueDate;
if (bpm_workflowPriority != void) taskInstance.priority = bpm_workflowPriority;
if (cowf_Subject!= void) executionContext.Subject2= cowf_Subject;
</script>