Skip to main content
Skip table of contents

RM_NOTIFY

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.

  1. 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.

  1. 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.

  1. 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.

  1. 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.

  1. 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.

  1. 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.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.