well, I’m a bloody beginner and I’ve already read some threads about ‘Due Date’ but I just can’t get it handled so far…
I’m working on a Resubmission Workflow, it seems quite simple but I’ve got a problem here:
The initiator starts the workflow and fills in two forms in the start event (the variables are called “followup” and “due”).
In the first UserTask you can see both forms with the values.
The camunda default-fields (Follow Up Date and Due Date) also got the values → So far so good.
My Problem: I don’t know how to update the default-fields (Follow Up Date and Due Date), when the initiator updates the dates in the forms (followup and due) in his UserTask.
Can you explain that in a little more detail - what kinds of variables would change? where would the update come from exactly and what would you like to see react to that update?