Python packages dependencies structure updated in Lumy Workflow spec: specify dependencies as PEP508 strings in both processing and ui sections.
message types for requesting and returning available workflows, loading a workflow
Code:
list workflows, load a workflow
Load a workflow on the workflow project page only.
Fixed a typo in an interface name
TODO in another branch:
style the workflow loading page (depending on the workflow dependencies this process may be instantaneous or take some time).
construct workflow selection process from a dynamic list of available workflows (may need to introduce an optional breadcrumb categories list in the workflow file).
Schema:
processing
andui
sections.Code:
TODO in another branch: