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

Improve workflow definition #118

Merged
merged 2 commits into from
Feb 22, 2018
Merged

Conversation

erwinvaneyk
Copy link
Member

@erwinvaneyk erwinvaneyk commented Feb 22, 2018

This change aims to simplify the definition of workflows in Golang. The best example of this you can find in the new TestLongRunningWorkflowInvocation test. This test aims to cover the correct execution of parallel branches in a workflow. As the workflow definition in Golang is rather convenient, and to show that YAML doesn't necessarily have to be the only way to define a workflow, this change adds the protobuf parser, which, as it says, simply unmarshals the protobuf into a workflowspec. A metaparser is added to manage parsing files in using one or more of the parsers. This functionality is also added to the parse command in the wfcli.

@erwinvaneyk erwinvaneyk merged commit 9288d04 into master Feb 22, 2018
@erwinvaneyk erwinvaneyk deleted the improve-workflow-definition branch February 22, 2018 21:22
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.

1 participant