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-child",
  description: "Nested child workflow fixture",
};

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