Skip to content

Commit

Permalink
persist event version as part of history, add DomainNotActive error t…
Browse files Browse the repository at this point in the history
…o proper APIs (cadence-workflow#684)

* persist event version as part of history

* when workflow execution context is first loaded, the failover version should be set, rather than at the very end.

* wire replication state to start workflow execution / signal & start workflow execution

* add domain being active check to history API, add cross dc support for contius as new

* add more API which can return DomainNotActiveError
  • Loading branch information
wxing1292 authored Apr 25, 2018
1 parent 99f36c9 commit 858b8f4
Show file tree
Hide file tree
Showing 53 changed files with 2,212 additions and 254 deletions.
4 changes: 2 additions & 2 deletions .gen/go/cadence/idl.go

Large diffs are not rendered by default.

48 changes: 46 additions & 2 deletions .gen/go/cadence/workflowservice_recordactivitytaskheartbeat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 40 additions & 2 deletions .gen/go/cadence/workflowservice_recordactivitytaskheartbeatbyid.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 40 additions & 2 deletions .gen/go/cadence/workflowservice_requestcancelworkflowexecution.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 858b8f4

Please sign in to comment.