Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Get AuthorizationException when trying to update variables of a started workflow

オープン
#248 コメント 3 件 リアクション 0 件 担当者 1 名 GitHub で見る

@IgorChvyrov-sm がすでに取り組んでいます。

2025年7月17日 から。

評価

この issue はまだ評価されていません。

説明

bug

I'm trying to set some workflow variables just after starting a workflow with this code:

clients = OrkesClients(configuration=config)
executor = WorkflowExecutor(config)
runner = clients.get_workflow_client()

request = StartWorkflowRequest(
            name="flow", correlation_id="corr_id", version=1)
flow_id = runner.start_workflow(request)
runner.update_variables(flow_id, variables={"myglobal": "global"})

But I'm getting a 404 error, which is returned as result of an internal ApiException raised from conductor/client/http/rest.py. It seems it is unable to reach /workflows/{workflow_id}/variables:

image

image

Could this be something related to the workflow still starting execution?

主要言語
Python
スター
104
フォーク
43
平均マージ
2日 21時間
マージ済み PR(30日)
5

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

conductor-oss/python-sdk のほかの issue

conductor-oss/python-sdk の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。