<?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 Re: Compose workflow schedule using cron expression in Qlik Compose</title>
    <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1919948#M568</link>
    <description>&lt;P&gt;Yes I wanted to run the wf every 2 mits from 5 AM to 10 PM EST and I am running the CDC job&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 13:30:07 GMT</pubDate>
    <dc:creator>NewbieQlik</dc:creator>
    <dc:date>2022-04-19T13:30:07Z</dc:date>
    <item>
      <title>Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1919583#M564</link>
      <description>&lt;P&gt;I have a requirement where I need to schedule one compose workflow from 5 AM EST to 10 PM EST, is it possible to build a cron expression which can be used to for my requirement.&lt;/P&gt;
&lt;P&gt;I know the cron expression for compose is in UTC so I tried 0 0/2 9-1 * * ? will it work? Any valuable suggestions are greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1919583#M564</guid>
      <dc:creator>NewbieQlik</dc:creator>
      <dc:date>2025-03-14T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1919604#M566</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128304"&gt;@NewbieQlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; What you have in the expression should work. But it's good to test it out. I see you have it scheduled to run every 2 minutes between 5 AM and 10 PM (EST). Is this what you want? If so, what type of job are you trying to run? FL or CDC job ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 05:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1919604#M566</guid>
      <dc:creator>Nanda_Ravindra</dc:creator>
      <dc:date>2022-04-19T05:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1919948#M568</link>
      <description>&lt;P&gt;Yes I wanted to run the wf every 2 mits from 5 AM to 10 PM EST and I am running the CDC job&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1919948#M568</guid>
      <dc:creator>NewbieQlik</dc:creator>
      <dc:date>2022-04-19T13:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920099#M569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128304"&gt;@NewbieQlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this&amp;nbsp;&lt;SPAN&gt;0 0/2 9,10,11,12 * * which should ideally run the job as follows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Every 2 mins starting 9 AM till 9:58 and next schedule starts at 10 AM till 10:58 and last schedule starts at 12 PM and ends at 12:58 PM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It's not mentioned that cron job time is in UTC and I'm assuming it will be Compose project settings (UTC/server time) but best to confirm based on the test results.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 20:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920099#M569</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-04-19T20:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920105#M570</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/158833"&gt;@shashi_holla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note, that the request here is to run the cronjob as an expression every 2 minutes between 5 AM and 10 PM (EST) and NOT from 10 AM to 12 PM. &lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The cronjob time in the UTC time zone will come up as a note when you select the scheduler run job as 'advanced' - see below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nanda_Ravindra_0-1650401859918.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77440i52FE6B78FFE4773A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nanda_Ravindra_0-1650401859918.png" alt="Nanda_Ravindra_0-1650401859918.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 21:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920105#M570</guid>
      <dc:creator>Nanda_Ravindra</dc:creator>
      <dc:date>2022-04-19T21:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920110#M571</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118331"&gt;@Nanda_Ravindra&lt;/a&gt;&amp;nbsp;5AM EST is 9AM in UTC and one of the ways how we can do it. Hope this clarifies.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 21:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920110#M571</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-04-19T21:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920117#M572</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128304"&gt;@NewbieQlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Okay, as I mentioned earlier it's best to test this out. Before you schedule this job, I would recommend you set the scheduler to verbose. This way you can see the details in the Compose log for the scheduled job.&lt;/P&gt;
&lt;P&gt;To set the verbose for the scheduler:&lt;/P&gt;
&lt;P&gt;On the main Compose screen, click Management - Logs - Log Management. Scroll to the bottom and move the slide bar for Scheduler to Verbose, click OK to confirm, and click OK to save and close the Log Management screen.&lt;/P&gt;
&lt;P&gt;Below is from my Compose log&lt;/P&gt;
&lt;P&gt;"Compose.log"(11710,26):340 2022-04-19 16:56:33 [Scheduler ] [DEBUG] schedule 195 start time at 04/19/2022 20:56:33 +00:00 UTC&lt;BR /&gt;"Compose.log"(11711,26):340 2022-04-19 16:56:33 [Scheduler ] [DEBUG] schedule 195 is cron policy, Quartz expression is '0 0/2 9-1 * * ?'&lt;BR /&gt;"Compose.log"(11712,26):340 2022-04-19 16:56:33 [Scheduler ] [DEBUG] Job 195_Qjob has been scheduled&lt;BR /&gt;"Compose.log"(11713,26):340 2022-04-19 16:56:33 [Scheduler ] [DEBUG] next time is 04/19/2022 20:58:00 UTC&lt;BR /&gt;"Compose.log"(11714,26):340 2022-04-19 16:56:34 [Scheduler ] [DEBUG] next time is 04/19/2022 20:58:00 UTC&lt;/P&gt;
&lt;P&gt;Let me know how it goes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nanda&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 21:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920117#M572</guid>
      <dc:creator>Nanda_Ravindra</dc:creator>
      <dc:date>2022-04-19T21:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920489#M573</link>
      <description>&lt;P&gt;I have tested the cron expression&amp;nbsp;0 0/2 9-1 * * ? and it is working as expected.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 13:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920489#M573</guid>
      <dc:creator>NewbieQlik</dc:creator>
      <dc:date>2022-04-20T13:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920646#M575</link>
      <description>&lt;P&gt;I have one more requirement where I need to run another compose wf on BD9 (business day 9) every month. We have a table where we keep tract of whether the day is BD or CD (Calendar day) if the day is BD9 then we should trigger the full load workflow at 10.30 PM.&amp;nbsp; I don't think this is even possible using cron expression. Is there any way I can run the workflow based on the BD requirement? does this require any third party scheduling tool?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 19:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1920646#M575</guid>
      <dc:creator>NewbieQlik</dc:creator>
      <dc:date>2022-04-20T19:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1921444#M576</link>
      <description>&lt;P&gt;In my organization we are planning to use AWS Airflow as the enterprise scheduler. Can we use airflow for compose scheduling?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 13:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1921444#M576</guid>
      <dc:creator>NewbieQlik</dc:creator>
      <dc:date>2022-04-22T13:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1921555#M577</link>
      <description>&lt;P&gt;If you can setup&amp;nbsp;&lt;SPAN&gt;AWS Airflow to call the Composcli.exe run_task and can pass the required input parameters then it should work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files\Qlik\Compose\bin&amp;gt;ComposeCli.exe run_task --help&lt;BR /&gt;ComposeCli 2021.8.0.493&lt;BR /&gt;Copyright c 1995-2022 Qlik&lt;/P&gt;
&lt;P&gt;-p, --project Required. The Compose project name.&lt;/P&gt;
&lt;P&gt;-t, --type Required. The type of task to run. Specify DW to run a data warehouse task, DM to run a data mart task, storage to run a data lake storage task or WF to run a workflow task.&lt;/P&gt;
&lt;P&gt;-n, --task Required. The name of the task to run (when --type DW or storage), the name of the data mart to populate (when --type DM), or the name of the workflow to run (when --type WF).&lt;/P&gt;
&lt;P&gt;-w, --wait (Default: -1) The time to wait in seconds. The default mode is async with a value of -1 (command returns to prompt immediately). Note that when using the default async mode, the command returns success if the workflow&lt;BR /&gt;starts successfully, even though it may encounter an error later.&lt;/P&gt;
&lt;P&gt;--help Display this help screen.&lt;/P&gt;
&lt;P&gt;--version Display version information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 17:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1921555#M577</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-04-22T17:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1921560#M578</link>
      <description>&lt;P&gt;Just to add to Shashi's response - you could also use Qlik Enterprise Manager's REST API features to start Compose tasks if you prefer a REST API methodology.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QEM has Run, Status and Stop API's that support Qlik Compose tasks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_runTask.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_runTask.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 17:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1921560#M578</guid>
      <dc:creator>TimGarrod</dc:creator>
      <dc:date>2022-04-22T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1922170#M582</link>
      <description>&lt;P&gt;Thanks Shashi for providing the detailed information. We are currently using&amp;nbsp;7.0.0.651 version of compose. Is&amp;nbsp;&lt;SPAN&gt;AWS Airflow compatible&amp;nbsp;with the compose version that we are using?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1922170#M582</guid>
      <dc:creator>NewbieQlik</dc:creator>
      <dc:date>2022-04-25T14:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1923007#M583</link>
      <description>&lt;P&gt;7.0.0.651 version also has the same ComposeCli run_task command and should not be an issue using it with AWS Airflow CLI.&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Compose for Data Warehouses\bin&amp;gt;ComposeCli.exe run_task --help&lt;BR /&gt;ComposeCli 7.0.0.651&lt;BR /&gt;Copyright c 1995-2022 Qlik&lt;/P&gt;
&lt;P&gt;-p, --project Required. The Compose project name.&lt;/P&gt;
&lt;P&gt;-t, --type Required. The type of task to run. Specify DW to run a data warehouse task, DM to run a data mart task or WF to run a workflow task.&lt;/P&gt;
&lt;P&gt;-n, --task Required. The name of the ETL Set to run (when --type DW), the name of the data mart to populate (when --type DM), or the name of the workflow to run (when --type WF).&lt;/P&gt;
&lt;P&gt;-w, --wait (Default: -1) The time to wait in seconds. The default mode is async with a value of -1 (command returns to prompt immediately). Note that when using the default async mode, the command returns success if the workflow&lt;BR /&gt;starts successfully, even though it may encounter an error later.&lt;/P&gt;
&lt;P&gt;--help Display this help screen.&lt;/P&gt;
&lt;P&gt;--version Display version information.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 18:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1923007#M583</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-04-26T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compose workflow schedule using cron expression</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1923011#M585</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN&gt;Shashi&amp;nbsp;for the confirmation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 18:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-workflow-schedule-using-cron-expression/m-p/1923011#M585</guid>
      <dc:creator>NewbieQlik</dc:creator>
      <dc:date>2022-04-26T18:46:24Z</dc:date>
    </item>
  </channel>
</rss>

