Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a mechanism to execute external command from a workflow #1824

Open
safchain opened this issue May 23, 2019 · 3 comments
Open

Add a mechanism to execute external command from a workflow #1824

safchain opened this issue May 23, 2019 · 3 comments

Comments

@safchain
Copy link
Collaborator

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

@lebauce
Copy link
Member

lebauce commented May 23, 2019

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
Copy link
Member

lebauce commented May 23, 2019

cc @andrekassis

@eranra
Copy link
Contributor

eranra commented May 23, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants