Resolution: The rescheduleWorkItem API will only affect work items. If you want to change
the deadline for a task in a process, you will need to call the process
manager and use the setDeadlineExpiration API. Setting the deadline on the task will also
propagate to the targetDate in the work list.
Issue/Introduction
Using the rescheduleWorkItem API does not trigger a recalculation of the deadline.