Skip to content

Commit

Permalink
fix status logged for tasks on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 28, 2023
1 parent 67681b2 commit 5c97363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/core/WorkflowExecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def _prepare_tasks(self):
work detailed in the task definition."""
self.state.ctx.output = {}
for task in self.state.ctx.pipeline.tasks:
self.state.ctx.logger.info(self.t_str(task, "ACTIVE"))
self.state.ctx.logger.info(self.t_str(task, "STAGING"))

# Publish the task active event
self.publish(Event(TASK_STAGING, self.state.ctx, task=task))
Expand Down

0 comments on commit 5c97363

Please sign in to comment.