Skip to content

conductor-sdk/typescript-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published