Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Get AuthorizationException when trying to update variables of a started workflow

Abierto
#248 3 comentarios 0 reacciones 1 asignado Ver en GitHub

@IgorChvyrov-sm ya está trabajando en esto.

Desde el 17/7/2025.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

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?

Lenguaje dominante
Python
Estrellas
104
Forks
43
Merge medio
2 d 21 h
PR fusionados (30 d)
5

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de conductor-oss/python-sdk

Todos los issues de conductor-oss/python-sdk

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.