Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 871 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 871 Bytes

Typescript Example

This repo contains two examples. One is a fraud analisis worker for a banking workflow. The other is a full workflow as code example.

Examples:

  1. Banking Example
  2. User Info Example

Running Example

install dependencies using yarn

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

Run the main programs using ts-node

ts-node src/banking/main.ts
ts-node src/emailandsms/main.ts

The Files that run the workflow and worker:

  1. Banking Example
  2. User Info Example