<?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>All Tasks Report</title><link>https://community.appian.com/discussions/f/reports/9652/all-tasks-report</link><description>Hi All, I need a report containing all active tasks. Right the report that gives all the tasks is either based on process model or User Context. Is there any way I can get all the Active tasks in a report? Thanks Rishu OriginalPostID-259929</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42529?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2017 21:54:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ccd8ed8-6890-427c-bc2e-44969912f3fc</guid><dc:creator>Raviteja Varma Jampana</dc:creator><description>As far as i know it is not possible to see/reassign tasks without having security to processes.  Only possible solution which i can think off is &lt;br /&gt;&lt;br /&gt;-Create a task report for all tasks and query results  in a script task which rules with designer security&lt;br /&gt;-Show the report in a form and ask users to select tasks they want to reassign and to whom they want to reassign &lt;br /&gt;-Add  user to manager role using smart service &lt;br /&gt;-Reassign task to whom he mentioned in the form &lt;br /&gt;-Remove him from process security&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42484?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 23:06:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b40806ee-65ed-414e-a031-960671dbca5d</guid><dc:creator>Lakshmi Meyyappan</dc:creator><description>I would still suggest using the process models as context, but if you&amp;#39;d like to use users as context then try getting all users from the group with a function such as getdistinctusers(). Also, you can specify context in the report, but you can also specify when you perform the a!queryprocessanalytics() call. You&amp;#39;ll want to pass in the getdistinctusers() as context inside the a!queryprocessanalytics() call in order to use that context in SAIL.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42483?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 23:03:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6446ea01-cb75-4895-be99-768bffbab863</guid><dc:creator>rishub</dc:creator><description>@Lashmim, I did try to add all Users Group but the report takes conetxt of User only not Group. Also, if I use context of All the Users , the report saves it for all the Users once but then it modifies itself &amp;amp; takes only the default User.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42481?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 22:42:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78f83f34-954d-46aa-a5e5-37594df4add3</guid><dc:creator>Lakshmi Meyyappan</dc:creator><description>I would recommend using the user or process model context and passing in multiple values. That would mean either passing as context all users in your application&amp;#39;s All Users group, or passing in a list of process models from your application that have assigned tasks. I&amp;#39;d recommend the second option of passing in process models, as the list of users could grow very large and reduce performance.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42474?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 20:37:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:589bf0d9-c82d-4f28-bf81-27cd0b7f4869</guid><dc:creator>rishub</dc:creator><description>We need to know a simple way where we can get a report with all the tasks so that Users can filter a report by User &amp;amp; reassign the tasks.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42473?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 20:31:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:018aeece-0409-475b-9129-658ec78b146e</guid><dc:creator>rishub</dc:creator><description>Yeah, we don&amp;#39;t want to go for this Approach. The use case is to enable  the Users to be able to reassign the tasks in bulk.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42404?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 04:09:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01693f0c-e00c-42fb-ad60-42b377388068</guid><dc:creator>Raviteja Varma Jampana</dc:creator><description>You can make task details visible to all users by  executing queryAnalytics in script task and running it with user who ever designed process security. But  selecting and opening tasks is not possible unless they have security to process.  &lt;br /&gt;&lt;br /&gt;So if you want to make them accessible to everyone you may have to provide manager level privileges to all users for all processes and also need to handle reassignment restrictions at task level, which is not recommended in all cases&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42402?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 03:57:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0af23a90-510d-4a99-afae-285680cbb10d</guid><dc:creator>rishub</dc:creator><description>@ravitejavj, we need Users to be able to see that report &amp;amp; select tasks for any User so it can not be for Admin only.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42401?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 03:23:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a459b43b-f22c-47ad-8f6b-e4b2a8201c4a</guid><dc:creator>rishub</dc:creator><description>@ashokv, I need Active tasks Ashok , not Active processes.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42389?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 19:45:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d084b281-46d6-4450-b843-973051be628d</guid><dc:creator>Raviteja Varma Jampana</dc:creator><description>Hi Rishu,&lt;br /&gt;You can create a task report for all tasks as shown in attachment. After creating report just filter it to Active tasks. &lt;br /&gt;However to see all tasks you need to make sure that this report is being executed as Admin. Otherwise you cannot see all tasks if user who is running this report dont have security to processes in system. Let me know if you need help on this further.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/17/2017_5F00_01_5F00_25_5F00_09_5F00_09_5F00_55_5F00_Create_5F00_a_5F00_New_5F00_Report_5F00_Appian.png"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/17/2017_5F00_01_5F00_25_5F00_09_5F00_09_5F00_55_5F00_Create_5F00_a_5F00_New_5F00_Report_5F00_Appian.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: All Tasks Report</title><link>https://community.appian.com/thread/42388?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 19:31:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0020615d-4e3b-4d3c-80e8-c630bd39ec39</guid><dc:creator>ashokv</dc:creator><description>You can create a process report by selecting &amp;#39;Active&amp;#39; as default filter in the &amp;#39;Filters&amp;#39; tab. You can then use a!queryprocessanalytics() function to display the data in a grid. You can use the below tutorial given in the Appian documentation&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/16.1/Task_Report_Tutorial.html"&gt;forum.appian.com/.../Task_Report_Tutorial.html&lt;/a&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>