conductor
conductor copied to clipboard
Add documentation clarifying synchronous execution is Enterprise-only
Summary
- Adds documentation clarifying that synchronous workflow execution (
waitForCompletionandwaitForSecondsparameters) is an Enterprise-only feature - Explains that Conductor OSS executes all workflows asynchronously
Context
Addresses #581 where users expect waitForCompletion and waitForSeconds parameters to work in OSS, but these features are only available in Orkes Conductor (Enterprise).
Changes
- Added new "Synchronous Execution" section to
docs/docs/gettingstarted/startworkflow.md - Clearly marks sync execution as an Enterprise feature
- Explains that OSS is asynchronous-only and requires polling
🤖 Generated with Claude Code
We will push this back to OSS -- i'll update this documentation to mention when this will work in OSS.