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
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:
Could this be something related to the workflow still starting execution?
The text was updated successfully, but these errors were encountered:
The same goes when trying to get a workflow status via WorkflowExecutor or OrkesWorkflowClient. It results in a /api/workflow/1f3e63cfef74495e888993df6ac01b71/status not found exception.
I'm trying to set some workflow variables just after starting a workflow with this code:
But I'm getting a 404 error, which is returned as result of an internal
ApiException
raised fromconductor/client/http/rest.py
. It seems it is unable to reach/workflows/{workflow_id}/variables
:Could this be something related to the workflow still starting execution?
The text was updated successfully, but these errors were encountered: