-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: rpa
-
None
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)