Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

The Camunda BPM Connector is currently being developed. The information on this page is subject to change.

Interface to Camunda BPM


Information mapping from Camunda BPM to TASKANA

InformationSourceTargetComment
DomainExtension property 'domain' from BPMN model.Task.domain
ClassificationExtension property 'classification-key' from human task in the BPMN model.Task.classification_keyIn TASKANA, each task is associated with a classification. This concept does not exist in Camunda BPM. Therefore the additional required information is stored at the human task in the BPMN model. This way, each human task in the process can have its own classification.
TasknameTask.nameTask.name
DescriptionTask.descriptionTask.description
AssigneeTask.assigneeTask.owner
DueTask.dueTask.due
PriorityTask.priority-Priority will be initialized from the configuration of the associated classifications.


Task.creator(Technical) user of the adapter
WorkbasketExtension property 'workbasket-key' from human task in the BPMN model.Task.workbasket_key
Custom attributesList of relevant process variables (see comment)Task.custom_attributesExtension property 'taskana-attributes' from BPMN model contains a comma-seperated list of process variable names, which should be copied to TASKANA. These variables will be stored in the generic JSON structure 'custom_attributes'.
  • No labels