smol-workflow-engine 0.3.1

Rust implementation of the smol-workflows engine.
Documentation
1
2
3
4
5
6
export const meta = {
  name: "nested-parent",
  description: "Nested parent workflow fixture",
};

export default await workflow({ scriptPath: "./nested-child.workflow.js" }, {});