Skip to content

Updating of Target Process Tasks via Timers

BK Tarun Dalwani edited this page Feb 12, 2021 · 2 revisions

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.

Clone this wiki locally