<?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>Any function to reassign a task?</title><link>https://community.appian.com/discussions/f/rules/8559/any-function-to-reassign-a-task</link><description>We have a report to show all the active tasks in a grid. We want to let the user to select tasks and reassign it to a specific user or group. Is there any sail function to do that ? I dont want to kick start a process instance for this. OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/104692?ContentTypeID=1</link><pubDate>Thu, 24 Nov 2022 11:52:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d118efb-fcff-4f9c-af94-f8daa50cb5fb</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That is the only option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/104683?ContentTypeID=1</link><pubDate>Thu, 24 Nov 2022 10:21:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d09b2cb1-096f-4b61-9b18-b6b0d2b268fa</guid><dc:creator>ahirajay15</dc:creator><description>&lt;p&gt;When I use reassign task can I get the custom log for that reassignment?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/60109?ContentTypeID=1</link><pubDate>Fri, 07 Sep 2018 19:37:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:abf4a511-4d9f-45af-9656-1736f0d1e90c</guid><dc:creator>erickp</dc:creator><description>Hello guys, do we have any function today to reassign tasks or is our only option to use a!startProcess() and call the reassign smart service in process?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37845?ContentTypeID=1</link><pubDate>Sat, 08 Oct 2016 15:10:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:580efcba-9525-42ca-bfee-0d3b5afb16e0</guid><dc:creator>sikhivahans</dc:creator><description>You are welcome.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37746?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 20:35:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3cb0a330-10f9-4b5b-b588-1d4980193dcb</guid><dc:creator>Karthik</dc:creator><description>Thank you all, In fact, we created a process model to do the reassignment and started the process from the sail form using a!startProcess.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37723?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 11:44:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9709b5ab-87bd-489e-8d81-0add14362a16</guid><dc:creator>kumaraveln</dc:creator><description>Thanks @sikhivahans. Exactly the answer we were looking for.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37722?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 11:10:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c9a3c90b-dd74-44d0-ba2a-227ebd725c29</guid><dc:creator>farnazy</dc:creator><description>One option is to display all the active tasks in a grid using a report. Then on selection of the task, display a user picker field and change the Assignee of the Task as per the selection.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37717?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 09:45:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aea3c7f4-3e44-482b-89f3-725004925084</guid><dc:creator>sikhivahans</dc:creator><description>Even the bind()/startprocesswrite() aren&amp;#39;t the options as they too will kick start a process which actually defies the original requirement. &lt;br /&gt;&lt;br /&gt;Also, in my view it may be better to opt for the OOTB a!startProcess() smart service function(rather than going for a Shared Component) provided if only one smart service needs to be executed and the version of Appian is 16.2 or a later one.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37716?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 09:36:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75c57407-dc99-49bc-b11d-47aeba29c2b2</guid><dc:creator>sikhivahans</dc:creator><description>I don&amp;#39;t think the above-mentioned smart service is an option as it needs a process model again whereas the original requirement is to use a function rather than kick-starting a process.&lt;br /&gt;&lt;br /&gt;@karthikeyans I don&amp;#39;t think there is any OOTB/Shared Component functionality at the moment that helps you get the requirement accomplished. It might be worth giving the thoughts over the possibility of implementing the &amp;#39;Reassign Task&amp;#39; smart service or the above-mentioned smart service in the form of a function.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37715?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 09:33:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:caed63ad-c2a4-4fd5-8e33-0a95af024e30</guid><dc:creator>Venu</dc:creator><description>@karthikeyan,&lt;br /&gt;&lt;br /&gt;in order to reassign task from the report, you need to do work around using bind(), startprocesswrite() functions. &lt;br /&gt;1)Design a process model that performs reassign task to users based on TaskID using Reassign task smart service, &lt;br /&gt;2)From the report Reassign Button click you need to configure the bind variable with task ids in saveInto field.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37713?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 08:14:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:667dccc7-6885-4b96-a6e3-07b0f6e1613d</guid><dc:creator>chandolum</dc:creator><description>@Karthikeyan, Can you have look on smart service "Reassign With Privileges" , hope the below link will give you solution&lt;br /&gt;&lt;br /&gt;https://forum.appian.com/suite/tempo/records/item/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUh-6kLnMcXo9FU-alJG0gT-1uYNQdKll1Sw/view/summary&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any function to reassign a task?</title><link>https://community.appian.com/thread/37707?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 04:23:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0ef1bdd-9482-4344-a7b9-359d29bb35e8</guid><dc:creator>Sally Mason</dc:creator><description>Maybe this SAIL recipe may provide some ideas? This would open the users task, and if that user can reassign, the reassign task option would appear, see: &lt;a href="https://forum.appian.com/suite/help/16.2/SAIL_Recipes.html#display-a-user-39-s-tasks-in-a-grid-with-task-links"&gt;forum.appian.com/.../SAIL_Recipes.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>