Setting an occurrence to complete

Setting an occurrence to C (Completed) is equivalent to setting to C each single operation in the occurrence. All possible incongruences in both normal and conditional dependencies are adjusted.

The successors conditions that are already evaluated are not evaluated again to avoid running alternative branches out of rerun path. The conditions that must be evaluated again are marked with extended status Frozen by Complete.

For example, suppose that you have the following two occurrences, A and B , each containing only one operation, A-001 and B-002. You define a condition on B-002 saying that B-002 runs if A-001 ends in error. If A-001 ends in error: the condition is evaluated as true and the B-002 status is set to ready.

Then, if you decide to manually set to complete the job occurrence A-001 the condition on B-002 remains true, but its extended status is set to Frozen by Complete.

For more details, see Completing an application occurrence.