Skip to content

conductor-oss/conductor-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library of AWEsome Conductor sample applications

This repository showcases sample applications built using Orkes Conductor, a powerful orchestration engine designed for microservices orchestration. These examples serve as practical guides for developers looking to implement complex workflows.

Sample applications

Language-specific Worker and Workflow sample projects

Getting started

Using Orkes Conductor Developer Edition

  1. Browse to https://developer.orkescloud.com/
  2. On the left menu select Access Control > Applications
  3. Select Create a New Application
  4. Give your application a unique name and hit Save
  5. Set appropriate permissions for the application
  • Note: In Orkes Conductor Developer Edition new applications are pre-set with the following permissions:
    • Unrestricted roles: Admin
    • Application roles: Worker
  1. Select Create access key button

💡 IMPORTANT: Make sure to copy and save your Key ID and Key Secret somewhere safe. You will not be able to recover these after closing the window

  1. Add Orkes Conductor Developer Edition URL and Application access key to your environmental variables.
export CONDUCTOR_SERVER_URL=https://developer.orkescloud.com/api/
export CONDUCTOR_AUTH_KEY=<your api key from step 4 above >
export CONDUCTOR_AUTH_SECRET=<your api secret from step 5 above>