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 GoAction and a way to serve a workflow from Golang #28

Merged
merged 2 commits into from
Apr 25, 2019

Conversation

thallgren
Copy link
Contributor

The GoAction extracts input/output information by using reflect on
the function that is given as the executor of the action.

ServeWorkflow is a function that sets everything up and starts the
plugin service with a given workflow definition.

Relates to lyraproj/lyra#245

The GoAction extracts input/output information by using reflect on
the function that is given as the executor of the action.

ServeWorkflow is a function that sets everything up and starts the
plugin service with a given workflow definition.

Relates to lyraproj/lyra#245
@thallgren thallgren requested review from markfuller and scottyw and removed request for markfuller April 25, 2019 14:36
@scottyw scottyw merged commit cc2b235 into lyraproj:master Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants