You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need not generate the code. The workflow framework could expose methods that take a JSON definition as Input and returns a Workflow Object as Output.
Example: WorkFlow workflow = Workflow.load("definition.json");
I know it's an old question though the issue is open so for YAML you can look at a project I forked from this one. It's been modified too much to contribute back. Write workflows in YAML, use a context for state, then trigger the workflow by a named id. https://github.com/rajkowski/easy-flows-playbooks
Could we build a simple Workflow Parser for reading JSON or YAML Definitions?
The text was updated successfully, but these errors were encountered: