We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf481d commit 04eb4c6Copy full SHA for 04eb4c6
examples/workflow/main.go
@@ -83,7 +83,7 @@ func main() {
83
}
84
85
if respFetch.RuntimeStatus != workflow.StatusSuspended {
86
- log.Fatalf("workflow not paused: %v", respFetch.RuntimeStatus)
+ log.Fatalf("workflow not paused: %s: %v", respFetch.RuntimeStatus, respFetch)
87
88
89
fmt.Printf("workflow paused\n")
0 commit comments