Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RecordActivityTaskHeartbeatByID #598

Merged
merged 1 commit into from
Mar 7, 2018
Merged

Add RecordActivityTaskHeartbeatByID #598

merged 1 commit into from
Mar 7, 2018

Conversation

vancexu
Copy link
Contributor

@vancexu vancexu commented Mar 7, 2018

No description provided.

@vancexu vancexu requested review from samarabbas and wxing1292 March 7, 2018 02:29
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 64.22% when pulling 7064fa9 on hb into b1a2a0f on master.

@@ -871,6 +871,15 @@ struct RecordActivityTaskHeartbeatRequest {
30: optional string identity
}

struct RecordActivityTaskHeartbeatByIDRequest {
10: optional string domain
20: optional string workflowID
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we conventionally use gen.WorkflowExecution?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right, I will follow other XXByID for now, and change everywhere not use WorkflowExecution later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants