Skip to content

Draft: Implement uuid for SkillExecutionID

Peter Albrecht requested to merge feature/uuidHandlingInSkills into master

The ExecutionID struct in the skill framework is not entirely unique (e.g. if two skills are executed simultaneously). Implementing the existing uuid member in the struct will solve that problem. All changes are additive.

Edited by Peter Albrecht

Merge request reports