Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

InformationSourceTargetComment
DomainExtension property 'taskana.domain' from process or task of BPMN model.Task.domaintaskana.domain can be taken from the process or single tasks in the BPMN model. Domain definitions in tasks overwrite domain definitions in the process.
ClassificationExtension property 'taskana.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
WorkbasketProcess variable with name 'taskana.workbasket-key' from human task in the BPMN model. Task.workbasket_key
Manual priorityProcess variable with name 'taskana.manual-priority' from human task in the BPMN model. Task.manualPriority

If this process variable is existing, the manual priority will be set to its' value. If it is not existing the process variable will be set to the default value of -1.


The process variable must be of type STRING but with an INTEGER value e.g. "555"

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'.

...