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" }, {});