Skip to content

stevekinney/workflow-statuses

Repository files navigation

Hello World

This is the default project that is scaffolded out when you run npx @temporalio/create@latest ./myfolder.

The Hello World Tutorial walks through the code in this sample.

Running this sample

  1. temporal server start-dev to start Temporal Server.
  2. npm install to install dependencies.
  3. npm run start.watch to start the Worker.
  4. In another shell, npm run workflow to run the Workflow Client.

The Workflow should return:

Hello, Temporal!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published