Skip to content

Commit

Permalink
Add signal external workflow decision (#485)
Browse files Browse the repository at this point in the history
* Add signal external workflow decision

* replace inproper usage of dereference

* Add control field to ExternalWorkflowExecutionSignalRequestedEventAttributes

* Address comments

* Add tests for transferQueueProcessor

* rebase

* Change event name and attribute type

* Process empty runID

* increase test timeout to 10min

* log err in msbuilder, add TODO for removeSignalMS in transferQueueProcessor

* Fix lint warning

* rebase to master

* protect deleteSingalRequested with condition
  • Loading branch information
vancexu authored Jan 22, 2018
1 parent 7c79aaf commit bd9eb9f
Show file tree
Hide file tree
Showing 35 changed files with 4,417 additions and 91 deletions.
497 changes: 497 additions & 0 deletions .gen/go/history/historyservice_removesignalmutablestate.go

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .gen/go/history/historyserviceclient/client.go

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

37 changes: 36 additions & 1 deletion .gen/go/history/historyserviceserver/server.go

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

31 changes: 31 additions & 0 deletions .gen/go/history/historyservicetest/client.go

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

4 changes: 2 additions & 2 deletions .gen/go/history/idl.go

Large diffs are not rendered by default.

176 changes: 176 additions & 0 deletions .gen/go/history/types.go

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

4 changes: 2 additions & 2 deletions .gen/go/shared/idl.go

Large diffs are not rendered by default.

Loading

0 comments on commit bd9eb9f

Please sign in to comment.