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

Cannot configure custom job retry cycle for async intermediate throwing signal event

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Unresolved
    • Icon: L3 - Default L3 - Default
    • None
    • 7.4.x, 7.5.x, 7.6.x
    • engine
    • None

      Given a process with an intermediate throwing signal event that is specified for async and have a custom job retry configuration.

      <intermediateThrowEvent id="failingSignalEvent">
          <extensionElements>
            <camunda:failedJobRetryTimeCycle>R5/PT5M</camunda:failedJobRetryTimeCycle>
           </extensionElements>
          <signalEventDefinition signalRef="signal" camunda:async="true" />
      </intermediateThrowEvent>
      

      Problem:
      When the signal is triggered and a failure occur during the transaction which follows the catch signal event then the custom retry configuration is not applied to the job and the default configuration is used.

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              philipp.ossler Philipp Ossler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: