Skip to content

Commit

Permalink
Manually merge candece PR #950.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Mar 23, 2020
1 parent 7c5a7c6 commit 69f88d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ type WorkflowInfo struct {
ContinuedExecutionRunID string
ParentWorkflowDomain string
ParentWorkflowExecution *WorkflowExecution
Memo *commonproto.Memo
SearchAttributes *commonproto.SearchAttributes
Memo *commonproto.Memo // Value can be decoded using data converter (DefaultDataConverter, or custom one if set).
SearchAttributes *commonproto.SearchAttributes // Value can be decoded using DefaultDataConverter.
BinaryChecksum string
}

Expand Down

0 comments on commit 69f88d2

Please sign in to comment.