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

wrong Namespace Prefix for failedJobRetryTimeCycle in docs

    XMLWordPrintable

Details

    Description

      Problem:
      for the failedJobRetryTimeCycle we need to use "fox" namespace prefix instead of "camunda"
      --> needs to be fiexed in latest and 7.0 docs

      e.g. here:
      http://docs.camunda.org/latest/guides/user-guide/#process-engine-the-job-executor-failed-jobs

      Wrong:
      <extensionElements>
      <camunda:failedJobRetryTimeCycle>R5/PT5M</camunda:failedJobRetryTimeCycle>
      </extensionElements>

      Right:
      <bpmn2:extensionElements>
      <fox:failedJobRetryTimeCycle>R3/PT10M</fox:failedJobRetryTimeCycle>
      </bpmn2:extensionElements>

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce