Skip to content

Latest commit

 

History

History

activities-dependency-injection

Activities Dependency Injection

This sample shows how to share dependencies between Activities: for example, when you need to initialize a database connection once and then pass it to multiple Activities.

src/worker.ts

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 return:

Hello: Temporal
Hola: Temporal