This sample shows how to use Child Workflows:
temporal server start-dev
to start Temporal Server.npm install
to install dependencies.npm run start.watch
to start the Worker.- In another shell,
npm run workflow
to run the Workflow.
The Workflow should return:
I am a child named Alice
I am a child named Bob
I am a child named Charlie