Looking to find example workflows or code to get started with Conductor? You have landed at the right place!
This repository contains various end to end working workflows that you can use to bootstrap your Conductor project.
- Hello World - Call a remote HTTP service
- Document Approvals - a document approval workflow
- Loan Approval - a loan approval example workflow
- USPS check address - US address lookup
- USPS postage calculatoe - USPS postal calculator
- A/B testing - two workflows that allow for task A/B testing
- image reformat and resize - resize an image into multiple variations & upload to S3
- image effects - add sepia/vibrancy and more to your image, and rehost on S3
- video processing- reformat a video into multiple formats/bitrates.
- ETL - Extract data from Github - transform and load into Orbit.
If you have a workflow you'd like to share, please create a pull request!
See go-samples for examples of building workflows and workers in golang