Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conductor-oss/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs_update
Choose a base ref
...
head repository: conductor-oss/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    c09ea52 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. Configuration menu
    Copy the full SHA
    37cdabb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    432d4e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #382 from conductor-oss/fix/security-dependency-bumps

    Bump vulnerable dependencies (filelock, urllib3, virtualenv)
    nthmost-orkes authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    18198a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #404 from conductor-oss/feat/conductor-clients-alias

    feat: add ConductorClients as alias for OrkesClients
    nthmost-orkes authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    c322ec2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Configuration menu
    Copy the full SHA
    ab347be View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. Configuration menu
    Copy the full SHA
    2808341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e31c34 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. Merge pull request #407 from conductor-oss/fix-no-automatic-testworke…

    …r-deploy-on-release
    
    only call to deploy harness worker on certification clouds when manually triggered
    chrishagglund-ship-it authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    0927994 View commit details
    Browse the repository at this point in the history
  2. docs: explain execute() RUNNING-after-timeout behavior and how to deb…

    …ug stuck workflows
    
    Addresses conductor-oss/getting-started#53. Documents that status='RUNNING' from
    execute() is expected when wait_for_seconds (default 10s) expires before the workflow
    completes — a common surprise when a worker exception triggers a 60s retry delay.
    
    - Expand execute() docstring with the wait_for_seconds vs retryDelaySeconds gotcha,
      and a code snippet for inspecting failed task details programmatically
    - Add a FAQ entry in README.md covering the same scenario with a fix and debug steps
    - Add a "Debugging a stuck workflow" section in docs/WORKFLOW.md, and a callout box
      under "Execute workflow synchronously" explaining the timing relationship
    - Document that WorkflowRun.reason_for_incompletion is deprecated; recommend
      get_workflow(id, include_tasks=True) + task.reason_for_incompletion instead
    nthmost-orkes committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    4c9cc8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf045f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e5e0bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #408 from conductor-oss/docs/execute-running-behav…

    …ior-and-debug
    
    docs: explain execute() RUNNING-after-timeout behavior and how to debug stuck workflows
    nthmost-orkes authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    0d2a62d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. Configuration menu
    Copy the full SHA
    d9f06f9 View commit details
    Browse the repository at this point in the history
Loading