Create topic subscription for RPA Bridge

XMLWordPrintable

      Example XML

      
          <bpmn:serviceTask id="Activity_0murqia" name="Bot" camunda:type="external" camunda:topic="uipath">
            <bpmn:extensionElements>
              <camunda:inputOutput>
                <camunda:inputParameter name="input">${mappedInput}</camunda:inputParameter>
                <camunda:outputParameter name="output">${mappedOutput}</camunda:outputParameter>
              </camunda:inputOutput>
              <camunda:properties>
                <camunda:property name="bot" value="foo" />
              </camunda:properties>
            </bpmn:extensionElements>
            <bpmn:incoming>Flow_092rwqs</bpmn:incoming>
            <bpmn:outgoing>Flow_0hwgmxn</bpmn:outgoing>
          </bpmn:serviceTask>
      
      • The properties identify the bot to call
      • We extend the fetch and lock API to (optionally) also provide the task properties (this saves the need to make extra requests from the bridge)

            Assignee:
            Unassigned
            Reporter:
            Tobias Metzke-Bernstein
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: