<?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>Getting Process Instance Id</title><link>https://community.appian.com/discussions/f/process/19994/getting-process-instance-id</link><description>Is anyone know a function, plugin to get process instance id of a process without using process report?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/84341?ContentTypeID=1</link><pubDate>Wed, 04 Aug 2021 22:47:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ebe00bf8-6d70-491e-8cf9-d430c02ba701</guid><dc:creator>Raghuvaran Nagarajan</dc:creator><description>&lt;p&gt;Though its not a recommended practice, you can access all process properties directly from the User Input task by referring the pp! domain variables in the interface.&lt;/p&gt;
&lt;p&gt;pp!id pp!starttime&lt;/p&gt;
&lt;p&gt;You can then have your logic built using the values.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/83951?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 16:42:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d63b164-850f-47f7-a52c-966eb820e5bc</guid><dc:creator>gayathris876948</dc:creator><description>&lt;p&gt;&lt;span&gt;You can pass in a new parameter to the form, i.e. ri!isNewVersion (or ri!hasFieldXYZ), where the process model is updated to pass a value of true() into the form, so that you can use in-form logic to tell whether you&amp;#39;re in a new instance or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Refer this,&lt;br /&gt;&lt;a href="https://community.appian.com/discussions/f/general/12004/how-to-check-if-field-does-not-exist-in-old-cdt/53118#53118"&gt;community.appian.com/.../53118&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/83948?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 16:42:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:677ca87d-2a6e-4213-980f-9010770df759</guid><dc:creator>ramp</dc:creator><description>&lt;p&gt;That could help some how. but&amp;nbsp;we are looking some way to know the instance id or starttime of that instance through some functions without calling the process report.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/83946?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 16:36:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:74ae1889-1fbc-4e7c-81f9-5d0fee60d65a</guid><dc:creator>Selvakumar Kumarasamy</dc:creator><description>&lt;p&gt;Eventually, this start time will be null for older instances right, won&amp;#39;t that help?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/83944?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 16:35:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cabdbdba-7111-41d2-b54e-6eb283ada578</guid><dc:creator>ramp</dc:creator><description>&lt;p&gt;This could work for newly triggered instances. we need to know this start time for the tasks triggered for the&amp;nbsp;running&amp;nbsp;instances.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/83940?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 16:00:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9b00387-2beb-48e3-8c4e-fc8f56615c2f</guid><dc:creator>Selvakumar Kumarasamy</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/ramp"&gt;RPathuri&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;Does your SAIL form is embedded as a User input task in the same process model? If yes, then you can pass the process start time from the process model itself.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1626969594623v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/83939?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 15:56:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b251388-1acc-476f-8312-4e55b5c576e5</guid><dc:creator>ramp</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;we have a requirement like newly added button in existing SAIL Task form should be visible based on the&amp;nbsp;modified/updated process model deployed recently. for this we need to know the process instance start time(or version of the process model that instance) to validate whether that newly added button on the task form should be visible or not.&lt;/p&gt;
&lt;p&gt;Thanks in Advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Process Instance Id</title><link>https://community.appian.com/thread/78197?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 13:06:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f78517b-f2b9-4ee8-9244-b6a78df858cd</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;To give an answer, we need more details about what you want to achieve.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>