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
  • Tobi, can you be more specific as to what 'task information' you are looking to write? For statuses like "Completed" or "Assigned", you can add a Write to Data Store node to your process model before/after the task, and for statuses like "Opened" or "Accepted", you could use the a!writeToDataStoreEntity() function within interface SAIL code to write information to the database
Reply
  • Tobi, can you be more specific as to what 'task information' you are looking to write? For statuses like "Completed" or "Assigned", you can add a Write to Data Store node to your process model before/after the task, and for statuses like "Opened" or "Accepted", you could use the a!writeToDataStoreEntity() function within interface SAIL code to write information to the database
Children
No Data