Skip to main content
Skip table of contents

Operation: Update Schedule

The Update Schedule operation updates the scheduler located in the project with the defined ID.

Note:

The changes are updated only at runtime and are stored in a .runtime file. The .schedule file in the repository is not updated. For more information, see Using Runtime Configurations.


Example

Input

The adapter expects an XML document as input.

XML
<?xml version="1.0" encoding="UTF-8"?>
<Schedule>
  <Id>f30c0ce7-fbc5-4988-81d4-7de74cb4dca8</Id>
    <Cron>
      <Id>6dd6732e-15c1-4a63-bdfd-6d90d45eedb5</Id>
      <Expression>0 6 6 ? * FRI *</Expression>
    </Cron>
</Schedule>

The following elements must be included in the input:

ElementDescription
IdUUID of the project in which the scheduler .schedule is located.
CronExecution type Cron
StartupExecution type Startup

Startup:Id

UUID of the execution
Cron:IdUUID of the execution
Active

Execution status

Possible values: true / false

CronExpressionCron expression of the execution, only relevant for the execution type Cron
StartDateStart date of the execution, only relevant for the execution type Startup
EndDateEnd date of the execution, only relevant for the execution type Startup
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.