DocumentsOnline\DO_ARCHIVE
o Start:
§ The process begins with an initial "Start" step, which sets the workflow in motion.
o Load Desc (A5):
§ The workflow transitions to the "Load Desc" activity, where it examines the workflow's description using a piece of C# code.
§ Checks for specific terms ("PYW2EO" or "BK99VO") to determine the next steps.
o Archive IFAS Output (A1):
§ After "Load Desc," the workflow may proceed to the "Archive IFAS Output" activity.
§ This involves archiving the IFAS documents according to the rules defined, while attachments are not built.
o End:
§ The process concludes at the "End" step, marking the completion of the archiving workflow.
-
Error Handling:
-
Error Activity:
-
In the event of any errors, a handler named "_CREATOR" is notified, and the process attempts to retry until the issue is resolved.
-
-
-
Conditional Handling:
-
NoTransition Activity:
-
If there is no clear transition, the process is managed by the "NoTransition" handler.
-
-
NotAccepted Activity:
-
If any steps are not accepted, this redirects the process to an alternative handling path, notifying "_CREATOR" as needed.
-
-
-
Transitions:
-
The workflow specifies pathways between activities, guiding the process based on the conditions and descriptions encountered during execution.
-
This workflow facilitates automated handling and archiving of IFAS outputs, ensuring that any errors or special conditions are effectively managed.