Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-319 reset orders
  3. JS-305

reset orders as xml/api command

    XMLWordPrintable

Details

    Description

      Add new xml command / api function to reset an order:
      Order.reset()
      <modify_order action="reset"/>

      Resetting an order will have the following effect:

      • If the order is not being processed by a job:
        The order is set to it's initial state, the next start is re-calculated using the run time
      • If the order is currently being processed by a job:
        nothing will happen (the order will continue running depending on the job result)
      • If the order is currently suspended:
        The order is set to it's initial state, the next start is re-calculated using the run time, the order is un-suspended
      • If the order is currently set back:
        The order is set to it's initial state, the next start is re-calculated using the run time, the setback is cleared

      Attachments

        Activity

          People

            ext extern
            al Andreas Liebert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: