A platform for authoring and executing workflow content
Install Flowly default
branch:
python -m pip install git+https://github.com/dylrei/flowly.git
Install Flowly flow-5-foo
branch:
python -m pip install git+https://github.com/dylrei/flowly.git@flow-5-foo
Install Flowly v0.1
release/tag:
python -m pip install git+https://github.com/dylrei/[email protected]
- FLOW-20 Create Python package boilerplate
- FLOW-17 Implement VersionedExecutor and @versioned_executor
- FLOW-57 Define and load core YAML tags
- FLOW-69 Implement VersionedDocumentStore and MethodExecutor
- FLOW-70 Implement MethodStore and load method into MethodExecutor
- FLOW-71 Create SourceOfTruth to hold single runtime configuration values, such as content_root
- FLOW-96 Implement ContentRoot
- FLOW-97 Implement identified_executor, IdentifiedExecutorStore
- FLOW-100 Implement IdentifiedDocumentStore
- FLOW-13 Load versioned specification and use for validation
- FLOW-116 Finalize YAML->object loading
- FLOW-29 Load and execute a simple Method