Skip to content

Commit

Permalink
worker: log final action bool
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Oct 23, 2023
1 parent 008ad8f commit cc16703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/worker/task_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (h *taskHandler) Run(t sw.StateSwitch, args sw.TransitionArgs) error {

tctx.Logger.WithFields(logrus.Fields{
"statemachineID": actionSM.ActionID(),
"final": action.Final,
}).Debug("action state machine start")

// run the action state machine
Expand Down

0 comments on commit cc16703

Please sign in to comment.