Skip to content
Snippets Groups Projects
Commit 71ce3d66 authored by Julian Tusch's avatar Julian Tusch :no_entry_sign:
Browse files

added abort skill methdo definition to manager ice

parent 7ea5b486
No related branches found
No related tags found
4 merge requests!460Draft: fluxio/dev-skill-timeout,!449Fluxio preliminary release,!448"fluxio composite executor",!446Draft: Fluxio related changes
Pipeline #18882 failed
......@@ -235,6 +235,9 @@ module armarx
optional(3) string
executeFluxioSkill(string skillId); // executes a fluxio skill
void
abortFluxioSkill(string executionId); // aborts a fluxio skill
dto::FluxioSkillList
getSkillList(); // returns skills of all providers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment