<?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>User Input Task</title><link>https://community.appian.com/discussions/f/process/30575/user-input-task</link><description>Hi! 
 Does anybody knows how can I capture the time when a user accepts a task? and who accept it? when a user input task is assigned to a group of people... 
 thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121565?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2023 07:13:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46fad905-2a40-4547-8d92-3e61d74f2d5f</guid><dc:creator>Anna P</dc:creator><description>&lt;p&gt;you can add lag time in start time if its accepted&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121530?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 17:04:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b7d078ff-553e-47a0-b38d-ea99af096628</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="59361" url="~/discussions/f/process/30575/user-input-task/121508"]There is no way to react on that event. As the task is completed, you have that data available and can store it somewhere for reference.[/quote]
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;=if(task_status() = 0, null(), tp!starttime + lag())&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;appears to work.&amp;nbsp; thanks for letting me know about the Lag() function - funny that it doesn&amp;#39;t seem to exist at all when not looking in the portal report editor &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f937.svg" title="Shrug"&gt;&amp;#x1f937;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121525?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 14:39:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:71b31743-63bb-4f21-9023-50fded460334</guid><dc:creator>romiev8957</dc:creator><description>&lt;p&gt;The documentacion has all I need, thank you!!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121519?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 13:58:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:45292a8f-1940-44eb-8d37-b8fd15e13a04</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Not sure what you are doing. This function is part of a plugin and will probably not work in a process report.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.3/Process_and_Report_Data.html#task-metrics"&gt;https://docs.appian.com/suite/help/23.3/Process_and_Report_Data.html#task-metrics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;task_completion_time() - work() = accepted time&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121518?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 13:45:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cdf92ced-11fe-45c2-ab06-9588f6697827</guid><dc:creator>romiev8957</dc:creator><description>&lt;p&gt;I tried with this function&amp;nbsp;gettaskacceptedtimestamp()&amp;nbsp; but I think is not working because I received the time the task was completed, not accepted. Maybe I need another configuration&amp;nbsp;in the process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121517?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 13:40:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f518a295-543d-4704-a31b-aeb75ccc0858</guid><dc:creator>romiev8957</dc:creator><description>&lt;p&gt;Yes! thats what I needed. And do you know how can I get the time when the task was Accepted?&amp;nbsp; Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121512?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 13:11:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c1f9fb9-724b-4e14-b979-a65aeb9a70f1</guid><dc:creator>Dhivya Murugaraj</dc:creator><description>&lt;p&gt;HI,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I&amp;nbsp;understood your requirement correctly,&amp;nbsp;we can get it through Process&amp;nbsp;Report&amp;nbsp;over the active instance of a process model.&lt;/p&gt;
&lt;p&gt;Here we can use&lt;/p&gt;
&lt;p&gt;tp!owner - to get &amp;quot;who accepts it&amp;quot;&lt;/p&gt;
&lt;p&gt;tp!starttime -to get &amp;quot;&lt;span&gt;when a user input task is assigned to&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I hope this will help you&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121510?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 12:58:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8adf25b1-fa58-4533-bf73-2d564e0d2207</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In a process report, you can use task metric functions to get&amp;nbsp;that time. The lag() function is the time between assignment and acceptance. netLag() is the same, but working hours only.&lt;/p&gt;
&lt;p&gt;Is this what you are looking for?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121509?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 12:45:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:357c9903-72d5-407c-9cf4-9c4e9a1355e8</guid><dc:creator>romiev8957</dc:creator><description>&lt;p&gt;So only when a task is completed, I can get that info right? Do you know how to do that? because I saw some expression rules about it, but when I pass the ID Process or the ID Task as appropriate, I only get the time It was completed, not accepted...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Input Task</title><link>https://community.appian.com/thread/121508?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 12:27:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5cdf574-505e-43d9-a812-8f945897d99b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is no way to react on that event. As the task is completed, you have that data available and can store it somewhere for reference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>