Skip to content

Commit

Permalink
add params_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTNO committed Mar 1, 2024
1 parent e15bc5c commit 9b284f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_sdk_client.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/omotes_orchestrator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def new_job_submitted_handler(self, job_submission: JobSubmission, job: Job) ->
self.celery_if.start_workflow(
job.workflow_type,
job.id,
job_submission.esdl.encode(),
job_submission.esdl,
json_format.MessageToDict(job_submission.params_dict)
)

Expand Down

0 comments on commit 9b284f3

Please sign in to comment.