Skip to content

george-kirkman/ConductorPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conductor playground

This is where we're testing Conductor workers in various languages.

Hello world

We have some (somewhat messy) workers in /workers/, written in Go, C# and Python. We've been interacting with the Orkes playground server at play.orkes.com, though we would like to setup our own server. Preferably locally, but experiencing some Docker issues with Apple silicon, so we may deploy one to AWS.

For "hello world" type testing, we've been using the welcome_to_bar_if_over_18_workflow.json. This experiments with simple workers in all languages, using some basic passing of input/output params. This workflow uses check_is_over_18_task.json and welcome_to_bar_task.json as Tasks. More info can be seen at play.orkes.com in workflows by [email protected].

Mock Enquiry

We are implementing a mock workflow in the vague shape of a Xapien enquiry. TODO copy workflow/task code into this repo from Orkes.

JSON Schemas

This directory represents rough shapes of the outputs of various tasks in the MockEnquiry workflow, so that we can implement workers to output these mock results at each appropriate task.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published