Unable to set Completion Due date on task in WLI 10.3
In the task plan that I have created I have set the property "Completion
Due Date" to 7 days in the properties tab for the step, yet when I
view that task that gets created from this in the Worklist User Portal
the Completion Due date is still not set.
I have also tried doing this programaticly by doing the following:
this.StepName.getTaskControl().getTaskData().setCompletionDueDate(this.completionDueDateCal.getTime());
where completionDueDateCal = current Date + 7. When I view the task in the Worklist Portal there is still no completion due date.
So far the only success that I have is if I manually set the date while viewing the task in the Worklist User Portal.
I have also tried doing this programaticly by doing the following:
this.StepName.getTaskControl().getTaskData().setCompletionDueDate(this.completionDueDateCal.getTime());
where completionDueDateCal = current Date + 7. When I view the task in the Worklist Portal there is still no completion due date.
So far the only success that I have is if I manually set the date while viewing the task in the Worklist User Portal.
0