skydive icon indicating copy to clipboard operation
skydive copied to clipboard

Add a mechanism to execute external command from a workflow

Open safchain opened this issue 5 years ago • 3 comments

This could be done like for the sleep function https://github.com/skydive-project/skydive/blob/master/api/server/workflow_runtime.go#L62-L68

safchain avatar May 23 '19 08:05 safchain

One possibility would be to export a execute function in the same way than the sleep function : https://github.com/skydive-project/skydive/blob/master/api/server/workflow_runtime.go#L62-L68

lebauce avatar May 23 '19 08:05 lebauce

cc @andrekassis

lebauce avatar May 23 '19 08:05 lebauce

@safchain @lebauce thanks ... we will share this with the students ...I agree this looks much less complicated than I originally thought,.

eranra avatar May 23 '19 10:05 eranra