Scheduler Arrived Handler¶
Generated page — confirm before relying on it
Written automatically from the Versaa export of 20/08/2026. It has not been reviewed by anyone, and it describes what was exported on that date — not what is in Management Studio right now.
Version numbers are deliberately omitted. The export filename does not reliably identify the active version and can carry a Test or Live record, so any number here would be untrustworthy. Check the version in Management Studio.
Purpose¶
The Scheduler Arrived Handler workflow is designed to process incoming messages that indicate an event has arrived at the scheduler. It is triggered by the message *.SendArrivedToScheduler. The workflow unpacks the data from the event, updates various tags, converts the business process data to scheduler data, and sets the appointment status accordingly. The outcome is a successful update of the appointment status and, if necessary, a callback event is sent.
Key Steps¶
- Unpack data from the incoming event.
- Set workflow tag values based on task data.
- Convert business process data to scheduler data.
- Wait for the conversion process to complete.
- Unpack the converted scheduler data.
- Set the appointment status to "Arrived."
- Check if a callback needs to be sent.
- Send a callback event if required.
Notes¶
No special notes.
Raw Export¶
Versaa_Exports_md/workflows/Scheduler_Arrived_Handler_5.md