Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-8267

Timezone offset is not set when suspending a job definition in Cockpit

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.8.0, 7.8.0-alpha5
    • 7.8.0-alpha4
    • cockpit
    • None

    Description

      Steps to reproduce:

      1. go to Cockpit
      2. select a process definition
      3. open "Job Definitions" tab
      4. open suspension dialog to suspend a job definition
      5. select "Delayed" to execute the suspension delayed
      6. enter a date (optional)
      7. click "Suspend"

      Observed Behavior:
      The request payload is the following one:

      { suspended: true, includeJobs: true, executionDate: "2017-09-28T11:27:16" }
      

      Expected Behavior:
      The request payload should look like this:

      { suspended: true, includeJobs: true, executionDate: "2017-09-28T11:27:16.000+02000" }
      

      The local timezone offset is provided.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              michael.schoettes Michael Schoettes
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce