Capture task accepted user in process model and pass username into database

Is there a way to capture task accepted user in process model and pass user name to another backend system for storing... This requires for downstream system or report when tasked assigned to group and accepted by user

OriginalPostID-154896

OriginalPostID-154896

  Discussion posts and replies are publicly visible

Parents
  • Saravanan, architecturally you may be looking at an increased traffic should you push info every time a task is assigned/accepted etc., and this may adversely affect your performance and scalability.
    If you do want a push option, your options are timer process that runs a report and exports the data. Even this needs to be thoroughly tested for scalability. Push option benefits fetching data as on demand. I hope this helps.

Reply
  • Saravanan, architecturally you may be looking at an increased traffic should you push info every time a task is assigned/accepted etc., and this may adversely affect your performance and scalability.
    If you do want a push option, your options are timer process that runs a report and exports the data. Even this needs to be thoroughly tested for scalability. Push option benefits fetching data as on demand. I hope this helps.

Children
No Data