Skip to content

Commit 5cc9668

Browse files
patrickhuie19wentzeldapp-token-issuer-engops[bot]
authored
adding error to wf-exec-finished proto (#295)
* Add error field to WorkflowExecutionFinished proto Add string error = 6 to WorkflowExecutionFinished message, matching the existing pattern from CapabilityExecutionFinished. Regenerated Go bindings. * bot: regenerate protobuf files --------- Co-authored-by: De Clercq Wentzel <10665586+wentzeld@users.noreply.github.com> Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent dff40e8 commit 5cc9668

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

workflows/go/v2/workflow_execution_finished.pb.go

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflows/workflows/v2/workflow_execution_finished.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ message WorkflowExecutionFinished {
1515
string timestamp = 4;
1616

1717
ExecutionStatus status = 5;
18+
string error = 6;
1819
}

0 commit comments

Comments
 (0)