<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Auto accept task ,user input task , process</title><link>https://community.appian.com/discussions/f/process/24653/auto-accept-task-user-input-task-process</link><description>How to have a user input task auto accepted when user opens it?? I do see a old thread for this similar use case but it was old and the feature wasn&amp;#39;t available then. I understand the intention behind users having to accept a task but there should be</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Auto accept task ,user input task , process</title><link>https://community.appian.com/thread/95308?ContentTypeID=1</link><pubDate>Fri, 20 May 2022 06:25:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc476f62-b892-4441-991c-88b7bf301262</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I solve cherry picking in a different way. Give the users a button to get a new task assigned. Then you can control which one he/she gets.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auto accept task ,user input task , process</title><link>https://community.appian.com/thread/95302?ContentTypeID=1</link><pubDate>Fri, 20 May 2022 00:52:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a6b29318-b237-43db-a476-6f8e431bc73a</guid><dc:creator>ramkumaru0002</dc:creator><description>&lt;p&gt;Thank you Naresh, our tasks are process backed and not exactly a Database Task, so i guess its not an option?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auto accept task ,user input task , process</title><link>https://community.appian.com/thread/95300?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 23:46:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61b8f861-34ff-4f9b-be78-1dcfab907434</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To implement this you need to implement database task approach. To do this&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You need to create process with start form&lt;/li&gt;
&lt;li&gt;Once user submits the request write next assignment details to you DB table(Task table) then end your process&lt;/li&gt;
&lt;li&gt;In reviewer dashboard provide a read-only grid by querying this task assignment details&lt;/li&gt;
&lt;li&gt;In side this task grid use a start process link for your task name&lt;/li&gt;
&lt;li&gt;When user click on the link first update your task table with this user details for assignee column&amp;nbsp;&lt;/li&gt;
&lt;li&gt;After writing assignment details provide a user input task (with activity chaining) for that user to complete that task.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope this helps for your use case&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>