Skip to content
Snippets Groups Projects

Send process_id when updating worker activity

Merged Valentin Rigal requested to merge process-id into master
2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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,
},
)
Loading