<?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>Task is not Opening</title><link>https://community.appian.com/discussions/f/process/34480/task-is-not-opening</link><description>Tasks active only when I am trying open the tasks from the site. I am getting below error. Could anyone give suggestions. 
 
 
 
 Thanks in Advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Task is not Opening</title><link>https://community.appian.com/thread/131929?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 09:11:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b7088b5-32e3-4a55-b88e-319bc3e24f54</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;What do you mean? There is a tutorial in the documentation:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/24.1/recipe-display-a-users-tasks-in-a-grid-with-task-links.html"&gt;https://docs.appian.com/suite/help/24.1/recipe-display-a-users-tasks-in-a-grid-with-task-links.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task is not Opening</title><link>https://community.appian.com/thread/131928?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 09:00:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0722e2e6-7929-45d8-a127-d81704ecdd9b</guid><dc:creator>JPotharaju</dc:creator><description>&lt;p&gt;where we find the task ID. Could you please elaborate&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task is not Opening</title><link>https://community.appian.com/thread/131927?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 08:58:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:812c0bf2-5c9c-43e7-89eb-428ade2a68b2</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I think that, as I already mentioned, fv!identifier does NOT hold the task ID. But that is something you can easily check. In my reports, I typically add one field to hold the task id and use that to create the link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task is not Opening</title><link>https://community.appian.com/thread/131926?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 08:52:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cde5cab5-c355-4bb3-832e-9c240295b62c</guid><dc:creator>JPotharaju</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!queryProcessAnalytics(
        report: cons!RF_PROCESS_REPORT,
        contextProcessModels: cons!RF_PROCESS_MODEL,
        query: a!query(
          pagingInfo: fv!pagingInfo
        )
      )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In the grid field when I am using above code It is working as expected. Below one throwing the error&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!queryProcessAnalytics(
  report: cons!RF_PROCESS_REPORT,
  contextProcessModels: cons!RF_PROCESS_MODEL,
  query: a!query(
    pagingInfo: a!pagingInfo(startIndex: 1, batchSize: - 1)
  )
).data&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task is not Opening</title><link>https://community.appian.com/thread/131897?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 16:08:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11c6ccc1-a188-48da-871a-afdf8082b09a</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;I agree with Stefan... seems the value stored in fv!identifer is not correct, or maybe it&amp;#39;s null&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task is not Opening</title><link>https://community.appian.com/thread/131895?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 15:56:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f80ee24-a559-4a4d-8e2c-8d0c0d73a79a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Are you sure that the identifier holds the task id?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>