How to take action or trigger a process based on Task state change

We are attempting to write task information to the database based on the changing state of a task: Opened, Assigned, Accepted, Completed. Is there a way to accomplish this?

OriginalPostID-237255

  Discussion posts and replies are publicly visible

Parents
  • You will need to use an asynchronous flow in your process (or another process that is always on and looking for the active processes) and use a shared component such as Task Functions to check the status of the task and update the DB. Please not this is solution will not be accurate within milliseconds, but could probably be accurate within a few seconds.
Reply
  • You will need to use an asynchronous flow in your process (or another process that is always on and looking for the active processes) and use a shared component such as Task Functions to check the status of the task and update the DB. Please not this is solution will not be accurate within milliseconds, but could probably be accurate within a few seconds.
Children
No Data