We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.15.0-alpha3, 7.15.0
    • None
    • None
    • None

      The BPMN parser is able to parse error trigger definitions like

          <bpmn:serviceTask id="ServiceTask_2" name="Generate quote"  camunda:type="external" camunda:topic="RPA">
            <bpmn:extensionElements>
              <camunda:inputOutput>
                <camunda:inputParameter name="productName">${product}</camunda:inputParameter>
                <camunda:inputParameter name="count">${count}</camunda:inputParameter>
                <camunda:inputParameter name="price">${price}</camunda:inputParameter>
                <camunda:outputParameter name="pdfStorage">${pdfStorage}</camunda:outputParameter>
              </camunda:inputOutput>
              <camunda:properties>
                <camunda:property name="bot" value="PDFQuoteGenerator" />
              </camunda:properties>
              <camunda:errorEventDefinition id="CamundaErrorEventDefinition" errorRef="Error_0x9vl7b" expression="${true}" />
            </bpmn:extensionElements>
            <bpmn:incoming>Flow_04k3izd</bpmn:incoming>
            <bpmn:outgoing>Flow_1s764or</bpmn:outgoing>
          </bpmn:serviceTask>
      

      Hints:

      • camunda:errorMessageVariable and camunda:errorCodeVariable are only evaluated when catching an error and are not supported for this use-case.
        TODO:
      • Evaluate if it makes sense to implement this for all activities that can accept variables
      • Primary Scope are External Tasks

        This is the controller panel for Smart Panels app

            Loading...

              • Icon: Sub-task Sub-task
              • Resolution: Fixed
              • Icon: L3 - Default L3 - Default
              • 7.15.0-alpha3, 7.15.0
              • None
              • None
              • None

                The BPMN parser is able to parse error trigger definitions like

                    <bpmn:serviceTask id="ServiceTask_2" name="Generate quote"  camunda:type="external" camunda:topic="RPA">
                      <bpmn:extensionElements>
                        <camunda:inputOutput>
                          <camunda:inputParameter name="productName">${product}</camunda:inputParameter>
                          <camunda:inputParameter name="count">${count}</camunda:inputParameter>
                          <camunda:inputParameter name="price">${price}</camunda:inputParameter>
                          <camunda:outputParameter name="pdfStorage">${pdfStorage}</camunda:outputParameter>
                        </camunda:inputOutput>
                        <camunda:properties>
                          <camunda:property name="bot" value="PDFQuoteGenerator" />
                        </camunda:properties>
                        <camunda:errorEventDefinition id="CamundaErrorEventDefinition" errorRef="Error_0x9vl7b" expression="${true}" />
                      </bpmn:extensionElements>
                      <bpmn:incoming>Flow_04k3izd</bpmn:incoming>
                      <bpmn:outgoing>Flow_1s764or</bpmn:outgoing>
                    </bpmn:serviceTask>
                

                Hints:

                • camunda:errorMessageVariable and camunda:errorCodeVariable are only evaluated when catching an error and are not supported for this use-case.
                  TODO:
                • Evaluate if it makes sense to implement this for all activities that can accept variables
                • Primary Scope are External Tasks

                  This is the controller panel for Smart Panels app

                        miklas.boskamp Miklas Boskamp
                        miklas.boskamp Miklas Boskamp
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        2 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              miklas.boskamp Miklas Boskamp
                              miklas.boskamp Miklas Boskamp
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              2 Start watching this issue

                                Created:
                                Updated:
                                Resolved: