RM_NOTIFY
-
Description: This is the initial activity in the workflow. It doesn't have a specific description, symbolizing the beginning of the process.
-
Position: Located at coordinates (47, 27) in the design.
-
Details:
-
It is marked as the start node.
-
No specific roles or conditions are associated with it.
-
-
Transition from Start to Applicants Notification (A2)
-
ID: T7
-
From: Start
-
To: Applicants Notification (A2)
-
Exit Order: 1
-
Details:
-
This transition moves the workflow from the Start activity to the Applicants Notification activity.
-
-
Applicants Notification (A2)
-
Description: Handles the process of notifying applicants.
-
Position: Located at coordinates (285, 32).
-
Wait Settings:
-
The workflow waits for 1 day before progressing, with a further wait for 2 additional days if needed.
-
-
Execution Logic:
-
Utilizes a C# script to execute the logic needed for this activity.
-
Writes trace logs for monitoring and debugging.
-
Calls NotifyApplicantsOnNewPosting to perform the notification task.
-
-
Handling:
-
Retries the operation indefinitely in case of timeouts.
-
-
Transition from Applicants Notification (A2) to End
-
ID: T8
-
From: Applicants Notification (A2)
-
To: End
-
Exit Order: 1
-
Details:
-
This transition leads directly to the End activity once notifications are sent.
-
-
Error Handling
-
Description: Manages errors by notifying the creator.
-
Position: Located at coordinates (566, 196).
-
Person: _CREATOR
-
Wait Settings:
-
Similar wait settings as Applicants Notification.
-
-
Execution Logic:
-
Uses Bt50wf.NotifyUser program ID for error notifications.
-
-
Transition from Error to End
-
ID: T5
-
From: Error
-
To: End
-
Exit Order: 1
-
Details:
-
This transition wraps up the workflow in case of errors.
-
-
End
-
Description: Concludes the workflow.
-
Position: Located at coordinates (599, 28).
-
Details:
-
Marked as the end node of the process.
-
Doesn't include further actions or roles.
-