Open okennedy opened 11 months ago
A few open questions:
Publish workflow
The idea
Schema:
{ "type" : "ref", "module_id" : key }
<- reference to a module id{ "type" : "inline", /* module spec */ }
<- inline module statement{ "type" : "interface", "inputs" : ["localartifactname", ...], "outputs" : ["localartifactname", ...] }
<- read and/or write artifacts between scopes. Loosely, the idea is:
What pain point is this feature intended to address? Please describe. Workflows can get repetitive, with the same sequence of cells getting invoked multiple times. This can make workflows harder to follow, and limits composibility.
Describe the solution you'd like Allow one cell to invoke a workflow:
Specifically:
Describe alternatives you've considered