<?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>Can we trigger a quick task from SAIL Code?</title><link>https://community.appian.com/discussions/f/general/5445/can-we-trigger-a-quick-task-from-sail-code</link><description>Can we trigger a quick task from SAIL Code? OriginalPostID-157882 OriginalPostID-157882</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can we trigger a quick task from SAIL Code?&lt;p style='display:none'&gt;OriginalPostI</title><link>https://community.appian.com/thread/20552?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2015 16:14:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1d3f309-69cd-4327-a8a5-3f2a59f1ce27</guid><dc:creator>sikhivahans</dc:creator><description>@navajithh Possibly not directly to the best of my knowledge, but you could implement it indirectly by making use of bind ( https://forum.appian.com/suite/help/7.10/Evaluation_Functions.html#bind.28.29 ) and startprocesswrite ( https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yQeCToV_iK9c-uZFaHQndbxbAQOV2CNBg/view/summary ). A high level pseudocode can be as follows:&lt;br /&gt;1. Implement a process which accepts process id and sends the message to the process id which has come via input.&lt;br /&gt;2. Using bind and startprocesswrite in the current SAIL interface, trigger the process created in Step - 1 by sending the process id of the desired process in which you may want to create a quick task. The process can be a current process (the SAIL interface on which you are working currently) or some other process, but make sure that you do have a process id in hand.&lt;br /&gt;3. Upon receiving the message in the process (or current process) from Step - 1, perform the desired activities(namely quick task creation in your case)&lt;br /&gt;&lt;br /&gt;Note: startprocesswrite is shared component and some customers may not be interested in the usage of shared component.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>