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

Date in documentation examples should contain timezone

    XMLWordPrintable

Details

    Description

      In https://docs.camunda.org/manual/7.16/reference/bpmn20/events/timer-events/, examples which contain Date such as R4/2016-03-11T12:13/PT5M should contain the timezone in the value. For example: specify the time in UTC (e.g., 2016-03-11T12:13:14Z) or with a UTC-relative offset (e.g., 2016-03-11T12:13:14+01).

      Examples that need to be updated:
      Link: https://docs.camunda.org/manual/7.16/reference/bpmn20/events/timer-events/#timer-start-event

      • <startEvent id="theStart">
          <timerEventDefinition>
            <timeCycle>R4/2016-03-11T12:13/PT5M</timeCycle>
          </timerEventDefinition>
        </startEvent>
        
      •  <startEvent id="theStart">
          <timerEventDefinition>
            <timeDate>2016-03-11T12:13:14</timeDate>
          </timerEventDefinition>
        </startEvent> 

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              alessandro.cavalli Alessandro Cavalli
              garima.yadav Garima Yadav
              Alessandro Cavalli Alessandro Cavalli
              Miklas Boskamp Miklas Boskamp
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce