You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also open the Conductor UI at `<server>/execution/<workflow_id>` — it shows each task's
521
+
status, retry count, and the worker exception message directly. Worker tracebacks are also logged
522
+
at ERROR level by the SDK in the `TaskHandler` process.
523
+
493
524
**Do I need to use a Conductor-specific framework?**
494
525
495
526
No. Conductor is language and framework agnostic. Use your preferred language and framework — the [SDKs](https://github.com/conductor-oss/conductor#conductor-sdks) provide native integration for Python, Java, JavaScript, Go, C#, and more.
0 commit comments