Provides detailed information on the Due Transition.
A Due Transition is used when a process requires an instance to move to the next activity within a specified time period. Due transitions are used to implement deadline processing.
After you create the transition, a line with a directional arrow connects the two activities on the design workspace.
The icon next to the transition indicates that it is an Interval expression or Interval constant due transition . The due condition is displayed as well.
The icon next to the transition indicates that it is a Scheduled based due transition .
The Due Condition can be defined as Schedule based, Interval expression, or Interval constant.
In any of these cases, you can decide to use Calendar Rules. So, if the calculated due date is not a working day, the applicable due date is moved to a valid date.
If the next scheduled due time falls on a non-working day, you have the ability to select whether the due time is passed to the Next working day, same time or Next scheduled based time.
For example, if you set the due time to happen once a week, every Monday at 11:00 AM and one Monday is a holiday, then if you have selected:
Next working day, same time the due time is set to Tuesday at 11:00 AM, or
Next scheduled based time the due time is set to next Monday at 11:00 AM.
The Scheduled option indicates that the due transition is set to run on a specific date at a specific time.
The DAILY choice allows you to select a time you want the due time to apply each day. For example, every day at 3:00 AM.
The WEEKLY choice allows you to select a "day of the week" and a time that the due time applies every week. For example, every Monday at '' 10:18 A.M.''
The MONTHLY choice allows you to select the month, the week of the month (First-Second/Fourth-Last)/the day of the week (Sun-Sat) or the day of the month and the day (1-31) and the time to which the due time applies. For example, you can choose the third (3rd) Thursday of every month at 3:45 P.M.
The Interval Expression option allows the due time to begin the moment the instance arrives at the activity plus an interval time. The interval time to add to the arriving time can be the result of an expression.
If the calendar rules apply and the calculated due time is on a non-working day, the due time is postponed to the first working time.
If you require a more complex condition, add a BP-Method in the Due Interval field to force an instance through the process in a specified amount of time under certain conditions. In the following example, the BP-Method indicates that an order greater than $5000 can sit in the Account Manager's queue for only 2 minutes ('2m'). If the order is less than $5000, the order can remain in the queue for 5 hours ('5h').
(OrderAmount > 5000) ? '2m':'5h'
See METHODS REFERENCE GUIDE for further information on time and interval syntax.
The Interval Constant option allows the due time to begin the moment the instance arrives at the activity plus a defined time (number of months/days/hours/minutes/seconds).
If calendar rules apply and the calculated due time is on a non-working day, the due time is postponed to the first working time.
For example, you decide that the due time is always the instance arrival time plus 7 days and 12 hours.
No expressions are available. If so, define the due time as an Interval expression.
When an instance arrives at an activity, these three options are considered in order to determine the shortest due time and which due transition is first priority.
You should consider that a group's due transition time begins when the instance arrives at the first activity within that group.
The due time assigned to an instance, as it arrives at an activity, is the shortest time of all the three possible due time options listed above.

If more than one due transition expires at the exact same time, the instance is sent through the outermost due transition (of those transitions which time interval expired at that moment).
For example, the instance is within an activity that has a due transition that expires at noon. Additionally, this activity belongs to a group that has also a due transition that expires at noon. At noon the instance will flow through the group due transition.
When a due interval is calculated for an activity (leaf or group), the calendar rules are taken into account as regards the role where the instance is or whether the group spreads over many roles.
If a task is running, the time it has to complete depends on the task timeout, defined with the predefined variable timeout or 5 minutes by default. But the due time explained above also applies. Therefore, if there is a task running for a specific instance and any of the due time at activity, group or process level expires, although the task might have some remaining time, the task will finish and the instance will flow through the corresponding due transition.
Moreover, if the task timeout was set with an interval greater than specified as the Engine property "Maximum task timeout", the task will fail until the process or maximum task timeout is fixed.
Continuing with the example image above, the Automatic1 activity has a task that has set a timeout to 30 minutes. And the instance has been in the Automatic2 activity for 100 minutes, the remaining time for the process is 20 minutes. So, although the task theoretically has 30 minutes to execute, after 20 minutes the process due deadline expires, the task is terminated and the instance flows to the End activity.
If a due time calculation fails, the transaction of the activity from which the instance came from, fails.
For example, if you send an instance from an Interactive Activity to an Automatic Activity that has a due transition but its calculation fails, the previous Interactive activity execution fails.