Skip to content

Commit

Permalink
fix(engine): Missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 4, 2024
1 parent 74b845e commit 17bbe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracecat/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async def start_workflow(
run_workflow,
workflow_id=workflow_id,
run_id=run_id,
entrypoint_id=entrypoint_key,
entrypoint_key=entrypoint_key,
entrypoint_payload=entrypoint_payload,
)
return {"status": "ok", "message": "Workflow started.", "id": workflow_id} # type: ignore
Expand Down

0 comments on commit 17bbe90

Please sign in to comment.