Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 546 Bytes

Typescript Example

Simple worker example in Typescript. will run the workflow. and the worker

Running Example

Note Obtain KEY and SECRET from the playground or your Conductor server. Quick tutorial for playground

Export variables

export KEY=
export SECRET=
export SERVER_URL=https://play.orkes.io/api
export WORKFLOW_NAME="banking"
export WORKFLOW_VERSION=1

Run the main program

ts-node src/banking/main.ts