Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
A task is assigned to a group.One of the user from the group accepts the task and be idle (do nothing, performs no action).After one hour the task should be reassigned back to the group.Please help here on how to acheive this?
Discussion posts and replies are publicly visible
as Stefan has said, there is a limitation with Appian out of the box tasks, and there is an option to potentially use "database tasks" where a data model could be used instead. This is where you write to a database table (A Record) the task details and present this to the user in an interface instead of the task list from a process.
HOWEVER!! :) ... this comes with an overhead of development time and significant testing and so on so not something I would advise unless the requirements absolutely can not be met with Appian OOB task setup.