Skip to content

Commit f1e7757

Browse files
authored
Specify resourceID for TriggerWorkflowRule (#768)
<!-- Describe what has changed in this PR --> **What changed?** - Specify resourceID for TriggerWorkflowRule api <!-- Tell your future self why have you made these changes --> **Why?** - Specify resourceID for TriggerWorkflowRule api <!-- Are there any breaking changes on binary or code level? --> **Breaking changes** <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> **Server PR**
1 parent c6aa19b commit f1e7757

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

temporal/api/workflowservice/v1/service.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,10 @@ service WorkflowService {
15271527
body: "*"
15281528
}
15291529
};
1530+
option (temporal.api.protometa.v1.request_header) = {
1531+
header: "temporal-resource-id"
1532+
value: "workflow:{execution.workflow_id}"
1533+
};
15301534
}
15311535

15321536
// WorkerHeartbeat receive heartbeat request from the worker.

0 commit comments

Comments
 (0)