Two forms processing questions.
1. How can a user update content of a completed task.
Use case: network admin needs to update the comments field in the form with new user's username and temp password. If he mis-types this information, how does he fix it prior to it going on to the next tasks?
2. How can the form be configured to reprocess if a field is changed on the form.
Use case: submitter doesn't check system access for software JDE. Technician catches this in technical setup task and checks JDE access = YES. This should then route to the JDE setup task (which triggers at same time as technical setup task in business process.) Submission for system access may not be the only reason to reprocess the form so it wouldn't be as simple as querying one variable.
I know that the answer is dependent on the overall business process, but I'm looking for some guidance on how to best achieve these needs. Thanks.