I’d like to put a suspense on a user activity that’s expressed in days, for example:
<boundaryEvent id="userTaskDeadline" attachedToRef="myUserTask">
<timerEventDefinition>
<timeDuration>P2D</timeDuration>
</timerEventDefinition>
</boundaryEvent>
This works great, but it doesn’t take into account business days. So if the task is assigned on Friday, the deadline will expire before the user has a chance to address it on Monday. Is there a way to express a day-based duration (ISO-8601 or otherwise) that excludes weekends?