Is to possible to save useris, timestamp and other details to database when user Accepts or reassign the task using default buttons shown below.
Discussion posts and replies are publicly visible
No using this default banner, the mentioned functionality is not possible!
As the task is completed, you have all these values available.
With out-of-the-box functionality, it's not possible to capture these details as we don't have control over the underlying implementation. However, there are alternative approaches to task management, such as implementing database-driven tasks where we mimic Appian's task functionality directly in the database. This approach provides full control over task operations and tracking while significantly reducing memory consumption compared to native Appian tasks.
Yes, but we want those valuew before completing the task
Harsha Sharma Stefan Helzle Shubham Aware Thank you for your quick response and suggestions
Then, run a process report.
What do you meany by run a process report, How it helps in writing user details to database when they accept or reassign a task, Can you please breif it?
You cannot directly react on that event, but you could run a process report in an interval and write that data to the DB.
Another option is, to run this process report in the interface, and use a stored procedure to store the data.