Hi everyone!
I’m new to Conductor and just getting started. I’ve cloned the repository from GitHub - conductor-oss/conductor: Conductor is an event driven orchestration platform and have successfully run it on my local machine.
Now, I’m trying to figure out how to configure workflows and tasks locally, similar to how it’s done on the web UI (Conductor UI).
I’d really appreciate any guidance, resources, or examples you could share!
Thanks in advance!
1 Like
Hey @sabeyi , thanks for posting!
We can definitely help! In the Conductor OSS docs we have examples for you as a guide to creating tasks, workflows, etc.
Example 1 - A basic workflow definition
Example 2 - Task configuration
Example 3 - inputExpression
Check those out, and see if they get to your first workflow