cancel
Showing results for 
Search instead for 
Did you mean: 

How do i pass the values/parameters to the next task form?

bennym
Champ in-the-making
Champ in-the-making
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>
1 REPLY 1

bennym
Champ in-the-making
Champ in-the-making
Thanks guys i got a solution!!!

executionContext.setVariable("cowf_Subject2",cowf_Subject);

Regard
BennyM