Draft: Implement uuid for SkillExecutionID
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