Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Put XML into preformatted text format, makes it look nicer

...

...

...

...

...

...

...


ExtensionDescriptionBPMN xmlXMLParametersElements
InputOutputThis extension lets you use the different type types of parameters for the chosen BPMN element.
<bpmn:extensionElements>
<pm:inputOutput>
<pm:inputParameter name="channel">@{user_name}</camunda:inputParameter>
<pm:inputParameter name="token">{bot_token}</camunda:inputParameter>
<camunda:outputParameter name="username" />
</pm:inputOutput>
</bpmn:extensionElements>

InputParameter name

outputParameter name

Service Task

intermediateCatchEvent

intermediateThrowEvent

connectorThis is set of configurations for the connectors.
<bpmn:extensionElements>
<pm
 <pm:connector>
<pm
 <pm:connectorId>CorrelationKeys</camunda:connectorId>
</pm:connector>
</bpmn:extensionElements>
ConnectorIDService Task
fieldThis extension let to lets you inject string value to the fields of the delegated classes.
<bpmn:extensionElements>
<pm
 <pm:field name="AppNumber">
<pm

<pm:string>{AppNumber}</pm:string>
</pm:field>
</bpmn:extensionElements>

Field name

String

intermediateThrowEvent
propertiesA list of properties and values that can be interpreted by the engine without any restriction.
<bpmn:extensionElements>
<pm:properties>
<pm:property />
</pm:properties>
</bpmn:extensionElements>
Property

Start Event