<?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>Send Custom Email Via Appian Default Task Reassignment</title><link>https://community.appian.com/discussions/f/process/39778/send-custom-email-via-appian-default-task-reassignment</link><description>Hi All, 
 Is it possible to send custom email when the user reassigns the task using Appian default action &amp;#39;Reassign&amp;#39; in a task instead of default email? 
 I have a scenario where I need to send custom email for both task assignment and re-assignment</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Send Custom Email Via Appian Default Task Reassignment</title><link>https://community.appian.com/thread/151794?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 11:51:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8cf569d-cbfa-4bf7-8542-a4704f9f62b7</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Oh perfect!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Custom Email Via Appian Default Task Reassignment</title><link>https://community.appian.com/thread/151793?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 11:48:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1e3d26dc-69b2-4e9a-8853-19316db2c19c</guid><dc:creator>Jansi J</dc:creator><description>&lt;p&gt;I am using&amp;nbsp;&lt;span&gt;database driven task approach now&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Custom Email Via Appian Default Task Reassignment</title><link>https://community.appian.com/thread/151791?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 11:12:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cad42dd2-fdec-409f-b086-4540ddd77e71</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;If you are using custom reassign(Without database driven task approach) then how are you hiding default reassign button?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Custom Email Via Appian Default Task Reassignment</title><link>https://community.appian.com/thread/151790?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 10:42:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b154a949-8d73-4835-97af-75e78177ab20</guid><dc:creator>Jansi J</dc:creator><description>&lt;p&gt;Thanks for your reply. Will go with&amp;nbsp;&lt;span&gt;custom reassign button which handles both reassignment and email notification in a single action considering the performance factor.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Custom Email Via Appian Default Task Reassignment</title><link>https://community.appian.com/thread/151762?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2025 07:09:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d131bad6-51dc-44ec-a2a7-a93e8e482ae3</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;No, you cannot send custom emails when using default Reassign action. You need to build data base driven task to achieve customization.&lt;br /&gt;&lt;br /&gt;While below approach is technically feasible and can successfully detect reassignments to trigger custom emails, it requires continuous polling in the parallel flow which creates performance overhead and system complexity, making it less efficient than implementing a custom reassign button that directly handles both reassignment and email notification in a single action.&amp;nbsp;&lt;br /&gt;When a task is assigned, store the initial owner and status from the Task Process Report, then create a parallel flow that runs alongside the main user input task. This parallel flow continuously monitors the Task Process Report by periodically checking for owner changes (indicating reassignment) and status updates. When an owner change is detected, the system sends a custom email with task details, updates the stored owner information, and continues monitoring for additional reassignments until the main task is submitted.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>