-
Notifications
You must be signed in to change notification settings - Fork 0
Updating of Target Process Tasks via Timers
On starting a timer
When starting a timer via TwoTime after entering a Target Process entity Id, if the Target Process entity is a Task and if it's current state is either "Open" or "Dev Ready", then the state of the task is updated to "In Progress".
Note: "In Progress" must be a valid Task state (case-sensitive) in Target Process within the relevant Project / Process entity related to the Task. Otherwise, no updating of the Task state is done.
On finishing a timer
When finishing a timer via TwoTime after entering a Target Process entity Id and time remaining, if the Target Process entity is a Task and if the time remaining is 0, then the state of the task is updated to "Done".
Note: "Done" must be a valid Task state (case-sensitive) in Target Process within the relevant Project / Process entity related to the Task. Otherwise, no updating of the Task state is done.