Skip to content

Files

Latest commit

6123449 · May 16, 2025

History

History

activities-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 13, 2024
Jun 29, 2022
Apr 20, 2022
Sep 22, 2021
Dec 9, 2024
Dec 3, 2024
Dec 3, 2024
Jan 24, 2023
Jan 24, 2023
Jan 20, 2023
Sep 16, 2022
May 16, 2025
Dec 13, 2024

README.md

Activities Examples

This sample shows use cases for Activities:

More Activity samples are listed here.

Testing

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.

The Workflow should make an HTTP request to httpbin.org and then return:

The answer is 42