...
Deadline execution can be synchronous or asynchronous.
Thai การดำเนินการตามกำหนดเวลาอาจเป็นแบบซิงโครนัสหรือแบบอะซิงโครนัส
For synchronous execution, the current activity will no longer be active when the deadline is triggered. This is used in cases such as an approval escalation.
Thai สำหรับการดำเนินการแบบซิงโครนัสกิจกรรมปัจจุบันจะไม่สามารถใช้งานได้อีกต่อไปเมื่อถึงกำหนดส่ง ใช้ในกรณีเช่นการเพิ่มการอนุมัติ
For asynchronous execution, the next activity will be executed while the current activity is still waiting. This is used in cases such as sending reminders.
Thai สำหรับการดำเนินการแบบอะซิงโครนัสกิจกรรมต่อไปจะถูกดำเนินการในขณะที่กิจกรรมปัจจุบันยังคงรออยู่ ใช้ในกรณีเช่นการส่งการเตือนความจำ
Multiple deadlines are supported for each activity.
Thai สนับสนุนกำหนดเวลาหลายวันสำหรับแต่ละกิจกรรม
Setting Deadlines - A Step-by-Step Guideline
...