<?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>Scheduler based  Process Model</title><link>https://community.appian.com/discussions/f/general/38109/scheduler-based-process-model</link><description>There is a requirement to trigger a scheduler at 2 PM , 10 PM and 6 AM. When scheduler will trigger, it will invoke an API by passing the last execution time to fetch set of data between last execution time to current time. Say for an example, if scheduler</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Scheduler based  Process Model</title><link>https://community.appian.com/thread/143430?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 06:18:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57122a9e-bdaf-4800-aabf-0e7c5e86ef3f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I implement such things by adding a update/insert timestamp to the data and then ask the API for any updates after that date. Relying on some process execution is dangerous as that process might have failed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scheduler based  Process Model</title><link>https://community.appian.com/thread/143424?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 02:32:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:795f0823-8630-46d6-a023-6d0eafbb1068</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;If you absolutely want to avoid having to create a database table, you could always run a process report to get the time at which the last instance ran.&lt;/p&gt;
&lt;p&gt;Also, as a side note, I think I would use the last identifier of the data subset instead of the time as the parameter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>