<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a delay element for XMC workflow in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-delay-element-for-xmc-workflow/m-p/48182#M6792</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
is there a delay element available in XMC workflows?&lt;BR /&gt;
&lt;BR /&gt;
I know there is a boundary timer, but if I understand correctly this element is useful in case of  an activity is not completed correctly and this timer uses an alternative path.&lt;BR /&gt;
&lt;BR /&gt;
But I need an element within the path. I will pause the workflow for a given time (example 30 seconds) and then go forward in the same path! I do not want to observe the outcome of an activity. &lt;BR /&gt;
&lt;BR /&gt;
I know I can create a timer with python but I hope there is a ready to run solution in workflows .-&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Stephan&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Nov 2018 18:26:00 GMT</pubDate>
    <dc:creator>StephanH</dc:creator>
    <dc:date>2018-11-06T18:26:00Z</dc:date>
    <item>
      <title>Is there a delay element for XMC workflow</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-delay-element-for-xmc-workflow/m-p/48182#M6792</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
is there a delay element available in XMC workflows?&lt;BR /&gt;
&lt;BR /&gt;
I know there is a boundary timer, but if I understand correctly this element is useful in case of  an activity is not completed correctly and this timer uses an alternative path.&lt;BR /&gt;
&lt;BR /&gt;
But I need an element within the path. I will pause the workflow for a given time (example 30 seconds) and then go forward in the same path! I do not want to observe the outcome of an activity. &lt;BR /&gt;
&lt;BR /&gt;
I know I can create a timer with python but I hope there is a ready to run solution in workflows .-&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Stephan&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2018 18:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-delay-element-for-xmc-workflow/m-p/48182#M6792</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2018-11-06T18:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a delay element for XMC workflow</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-delay-element-for-xmc-workflow/m-p/96393#M9892</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/34110"&gt;@StephanH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Wondering if you find the answer for this question?&lt;/P&gt;&lt;P&gt;I tried time.sleep() python function but it didn't like it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 13:38:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-delay-element-for-xmc-workflow/m-p/96393#M9892</guid>
      <dc:creator>Chad5</dc:creator>
      <dc:date>2023-07-11T13:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a delay element for XMC workflow</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-delay-element-for-xmc-workflow/m-p/96422#M9893</link>
      <description>&lt;P&gt;Hello Chad,&lt;/P&gt;&lt;P&gt;There seems to be no function in the workflows.&lt;BR /&gt;Therefore I work with the sleep function of Python.&lt;/P&gt;&lt;P&gt;As a test just create a simple workflow with a "Script Activity" and put the following in it to check the function. This works fine for me.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;import time&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;import datetime&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;print("Before")&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;now = datetime.datetime.now()&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;print(now)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;time.sleep(10)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;print("After")&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;now = datetime.datetime.now()&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;print(now)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 19:58:28 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-delay-element-for-xmc-workflow/m-p/96422#M9893</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2023-07-12T19:58:28Z</dc:date>
    </item>
  </channel>
</rss>

