-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.8.0-alpha4
-
Component/s: cockpit
-
None
Steps to reproduce:
- go to Cockpit
- select a process definition
- open suspension dialog
- select "Delayed" to execute the suspension delayed
- enter a date (optional)
- click "Suspend"
Observed Behavior:
The request payload is the following one:
{ suspended: true, includeInstances: true, executionDate: "2017-09-28T11:27:16" }
Expected Behavior:
The request payload should look like this:
{ suspended: true, includeInstances: true, executionDate: "2017-09-28T11:27:16.000+02000" }
The local timezone offset is provided.