Skip to content
Snippets Groups Projects
Commit 1dec7afb authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Send process_id when updating worker activity

parent ae104d26
No related branches found
No related tags found
1 merge request!108Send process_id when updating worker activity
Pipeline #78547 failed
......@@ -189,6 +189,7 @@ class ElementsWorker(
id=self.worker_version_id,
body={
"element_id": str(element_id),
"process_id": self.process_information["id"],
"state": state.value,
},
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment