<?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>Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/discussions/f/general/3925/just-how-unique-are-the-ppids-generated-by-appian-at-what-point-would-appian-st</link><description>Just how unique are the ppids generated by Appian? At what point would Appian start recycling previously used ids? Obviously Appian wouldn&amp;#39;t try to use an active id but there must be a point at which the ids run out. Thanks... OriginalPostID-132084 OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/52227?ContentTypeID=1</link><pubDate>Fri, 02 Feb 2018 16:18:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5659fc09-b473-4f3b-8309-83e81f593e74</guid><dc:creator>Eliot Gerson</dc:creator><description>As Eduardo and Owen stated, process ids are never reused.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/52202?ContentTypeID=1</link><pubDate>Fri, 02 Feb 2018 08:07:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3bb20213-acfd-42c4-afe2-a3e736f2d522</guid><dc:creator>joanneh</dc:creator><description>So do you mean After the process is completed and archived , the processID would be released back  the pool and probably be reused again?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13850?ContentTypeID=1</link><pubDate>Wed, 17 Dec 2014 09:43:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea06624c-6f31-4398-a1fc-81e56171103e</guid><dc:creator>Eduardo Fuentes</dc:creator><description>I&amp;#39;d say bigint would work better.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13827?ContentTypeID=1</link><pubDate>Tue, 16 Dec 2014 14:18:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc3fd9c8-b79e-4903-b94d-51f8dcd7963e</guid><dc:creator>james.franklin</dc:creator><description>Thanks for the clarity Owen and Eduardo and for your input Stefan.&lt;br /&gt;In which case I guess you have to be careful when storing to an external system as clearly there is a risk of data replication if incorrectly handled. Also would the type need to be set as a bigint when in SQL? Or would standard int be sufficient when looking at long term storage of process data? When considering your answer we do have a high throughput of transactions in our system which is now four years old running in 8 exec engines. I am sure there are bigger systems out there amongst the customer base so perhaps there is a better use case to draw upon.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13782?ContentTypeID=1</link><pubDate>Mon, 15 Dec 2014 11:27:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d78cf7fb-ad09-4c9a-b3fa-4dbce3af5786</guid><dc:creator>Stefan Helzle</dc:creator><description>On my system there are 3 exec engines. The process IDs started at about 1 and 268.435.000 and 536.871.000. So what happen when the IDs of the first exec engine reach the number range of the second? I know that this is a very big range and a system would need to start new process on a high frequency for many years. But from my view as a computer scientist this is not something I would rely on.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13776?ContentTypeID=1</link><pubDate>Mon, 15 Dec 2014 03:30:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9fbd965c-180d-45bf-b143-71c6c9851a5d</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Since in your scenario you were manually storing the process id&amp;#39;s in the DB there is a big possibility of a problem in your logic. Since the DB is outside Appian and you&amp;#39;re inserting them using a smart service if there&amp;#39;s an error in your logic, or someone restarted the node or the node wasn&amp;#39;t configured properly there can be inserts that you were not expecting. For this particular scenarios is the responsibility of the developers of your team to debug further; in terms of Appian&amp;#39;s architecture process IDs are not re-used.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13775?ContentTypeID=1</link><pubDate>Sun, 14 Dec 2014 22:10:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9a823dea-01d1-4f08-8bd7-8c9355250dd7</guid><dc:creator>siddharthg521</dc:creator><description>Hi Owen&lt;br /&gt;It happened with me as well, when the process id in the environment started repeating occasionally.&lt;br /&gt;We were storing instance Id in the database for some business logic on process instance. However as soon as process instance Id started repeating, the table has duplicate ids which was incorrect as we were under the impression that whatsoever Appian will generate unique process instance ids in all cases. &lt;br /&gt;Any thoughts on this ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13774?ContentTypeID=1</link><pubDate>Sat, 13 Dec 2014 23:31:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a4add66-5155-4959-8856-36c804db6d25</guid><dc:creator>Owen Parrish</dc:creator><description>Process IDs are not reused. Even when a process is deleted.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13763?ContentTypeID=1</link><pubDate>Fri, 12 Dec 2014 18:25:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:29e20953-859a-4d89-913b-b51fa35d4423</guid><dc:creator>james.franklin</dc:creator><description>Got it. So the caveat being, the ID is unique within the current live process. So effectively there is a pool of IDs available to the system which are perpetually recycled.&lt;br /&gt;The UUID option looks a little excessive but well worth a look since this would clearly render a unique id.&lt;br /&gt;Thanks, J&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Just how unique are the ppids generated by Appian? At what point would Appian st</title><link>https://community.appian.com/thread/13762?ContentTypeID=1</link><pubDate>Fri, 12 Dec 2014 18:06:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0771d8d-22d0-4d80-9b60-09eef8bd8fb0</guid><dc:creator>Stefan Helzle</dc:creator><description>AFAIK process IDs are be reused as soon as the process is deleted. So why do you ask? Do you think about using the ID for some sort of integration to another system? In cases I need to identify a process I create a PV and put a UUID in it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>