diff --git a/.gen/proto/message.pb.go b/.gen/proto/message.pb.go index a3b0f1c27fe..f25f87ebe97 100644 --- a/.gen/proto/message.pb.go +++ b/.gen/proto/message.pb.go @@ -1,25 +1,3 @@ -// The MIT License (MIT) -// -// Copyright (c) 2017-2020 Uber Technologies Inc. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.25.0 @@ -160,11 +138,11 @@ const ( EventType_EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED EventType = 2 EventType_EVENT_TYPE_WORKFLOW_EXECUTION_FAILED EventType = 3 EventType_EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT EventType = 4 - EventType_EVENT_TYPE_WORKFLOW_TASK_SCHEDULED EventType = 5 - EventType_EVENT_TYPE_WORKFLOW_TASK_STARTED EventType = 6 - EventType_EVENT_TYPE_WORKFLOW_TASK_COMPLETED EventType = 7 - EventType_EVENT_TYPE_WORKFLOW_TASK_TIMED_OUT EventType = 8 - EventType_EVENT_TYPE_WORKFLOW_TASK_FAILED EventType = 9 + EventType_EVENT_TYPE_DECISION_TASK_SCHEDULED EventType = 5 + EventType_EVENT_TYPE_DECISION_TASK_STARTED EventType = 6 + EventType_EVENT_TYPE_DECISION_TASK_COMPLETED EventType = 7 + EventType_EVENT_TYPE_DECISION_TASK_TIMED_OUT EventType = 8 + EventType_EVENT_TYPE_DECISION_TASK_FAILED EventType = 9 EventType_EVENT_TYPE_ACTIVITY_TASK_SCHEDULED EventType = 10 EventType_EVENT_TYPE_ACTIVITY_TASK_STARTED EventType = 11 EventType_EVENT_TYPE_ACTIVITY_TASK_COMPLETED EventType = 12 @@ -206,11 +184,11 @@ var ( 2: "EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED", 3: "EVENT_TYPE_WORKFLOW_EXECUTION_FAILED", 4: "EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT", - 5: "EVENT_TYPE_WORKFLOW_TASK_SCHEDULED", - 6: "EVENT_TYPE_WORKFLOW_TASK_STARTED", - 7: "EVENT_TYPE_WORKFLOW_TASK_COMPLETED", - 8: "EVENT_TYPE_WORKFLOW_TASK_TIMED_OUT", - 9: "EVENT_TYPE_WORKFLOW_TASK_FAILED", + 5: "EVENT_TYPE_DECISION_TASK_SCHEDULED", + 6: "EVENT_TYPE_DECISION_TASK_STARTED", + 7: "EVENT_TYPE_DECISION_TASK_COMPLETED", + 8: "EVENT_TYPE_DECISION_TASK_TIMED_OUT", + 9: "EVENT_TYPE_DECISION_TASK_FAILED", 10: "EVENT_TYPE_ACTIVITY_TASK_SCHEDULED", 11: "EVENT_TYPE_ACTIVITY_TASK_STARTED", 12: "EVENT_TYPE_ACTIVITY_TASK_COMPLETED", @@ -249,11 +227,11 @@ var ( "EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED": 2, "EVENT_TYPE_WORKFLOW_EXECUTION_FAILED": 3, "EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT": 4, - "EVENT_TYPE_WORKFLOW_TASK_SCHEDULED": 5, - "EVENT_TYPE_WORKFLOW_TASK_STARTED": 6, - "EVENT_TYPE_WORKFLOW_TASK_COMPLETED": 7, - "EVENT_TYPE_WORKFLOW_TASK_TIMED_OUT": 8, - "EVENT_TYPE_WORKFLOW_TASK_FAILED": 9, + "EVENT_TYPE_DECISION_TASK_SCHEDULED": 5, + "EVENT_TYPE_DECISION_TASK_STARTED": 6, + "EVENT_TYPE_DECISION_TASK_COMPLETED": 7, + "EVENT_TYPE_DECISION_TASK_TIMED_OUT": 8, + "EVENT_TYPE_DECISION_TASK_FAILED": 9, "EVENT_TYPE_ACTIVITY_TASK_SCHEDULED": 10, "EVENT_TYPE_ACTIVITY_TASK_STARTED": 11, "EVENT_TYPE_ACTIVITY_TASK_COMPLETED": 12, @@ -783,115 +761,115 @@ func (TaskListType) EnumDescriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{11} } -type WorkflowTaskFailedCause int32 +type DecisionTaskFailedCause int32 const ( - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_UNSPECIFIED WorkflowTaskFailedCause = 0 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_UNHANDLED_COMMAND WorkflowTaskFailedCause = 1 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES WorkflowTaskFailedCause = 2 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES WorkflowTaskFailedCause = 3 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES WorkflowTaskFailedCause = 4 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES WorkflowTaskFailedCause = 5 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES WorkflowTaskFailedCause = 6 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES WorkflowTaskFailedCause = 7 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES WorkflowTaskFailedCause = 8 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES WorkflowTaskFailedCause = 9 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES WorkflowTaskFailedCause = 10 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES WorkflowTaskFailedCause = 11 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID WorkflowTaskFailedCause = 12 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST WorkflowTaskFailedCause = 13 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE WorkflowTaskFailedCause = 14 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES WorkflowTaskFailedCause = 15 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES WorkflowTaskFailedCause = 16 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND WorkflowTaskFailedCause = 17 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND WorkflowTaskFailedCause = 18 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE WorkflowTaskFailedCause = 19 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_RESET_WORKFLOW WorkflowTaskFailedCause = 20 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_BINARY WorkflowTaskFailedCause = 21 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID WorkflowTaskFailedCause = 22 - WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES WorkflowTaskFailedCause = 23 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_UNSPECIFIED DecisionTaskFailedCause = 0 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_UNHANDLED_COMMAND DecisionTaskFailedCause = 1 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES DecisionTaskFailedCause = 2 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES DecisionTaskFailedCause = 3 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES DecisionTaskFailedCause = 4 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES DecisionTaskFailedCause = 5 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES DecisionTaskFailedCause = 6 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES DecisionTaskFailedCause = 7 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES DecisionTaskFailedCause = 8 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES DecisionTaskFailedCause = 9 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES DecisionTaskFailedCause = 10 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES DecisionTaskFailedCause = 11 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID DecisionTaskFailedCause = 12 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST DecisionTaskFailedCause = 13 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE DecisionTaskFailedCause = 14 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES DecisionTaskFailedCause = 15 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES DecisionTaskFailedCause = 16 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND DecisionTaskFailedCause = 17 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND DecisionTaskFailedCause = 18 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE DecisionTaskFailedCause = 19 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_RESET_WORKFLOW DecisionTaskFailedCause = 20 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_BINARY DecisionTaskFailedCause = 21 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID DecisionTaskFailedCause = 22 + DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES DecisionTaskFailedCause = 23 ) -// Enum value maps for WorkflowTaskFailedCause. +// Enum value maps for DecisionTaskFailedCause. var ( - WorkflowTaskFailedCause_name = map[int32]string{ - 0: "WORKFLOW_TASK_FAILED_CAUSE_UNSPECIFIED", - 1: "WORKFLOW_TASK_FAILED_CAUSE_UNHANDLED_COMMAND", - 2: "WORKFLOW_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES", - 3: "WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES", - 4: "WORKFLOW_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES", - 5: "WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES", - 6: "WORKFLOW_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES", - 7: "WORKFLOW_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES", - 8: "WORKFLOW_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES", - 9: "WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES", - 10: "WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES", - 11: "WORKFLOW_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES", - 12: "WORKFLOW_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID", - 13: "WORKFLOW_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST", - 14: "WORKFLOW_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE", - 15: "WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES", - 16: "WORKFLOW_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES", - 17: "WORKFLOW_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND", - 18: "WORKFLOW_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND", - 19: "WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE", - 20: "WORKFLOW_TASK_FAILED_CAUSE_RESET_WORKFLOW", - 21: "WORKFLOW_TASK_FAILED_CAUSE_BAD_BINARY", - 22: "WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID", - 23: "WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES", - } - WorkflowTaskFailedCause_value = map[string]int32{ - "WORKFLOW_TASK_FAILED_CAUSE_UNSPECIFIED": 0, - "WORKFLOW_TASK_FAILED_CAUSE_UNHANDLED_COMMAND": 1, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES": 2, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES": 3, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES": 4, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES": 5, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES": 6, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES": 7, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES": 8, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES": 9, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES": 10, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES": 11, - "WORKFLOW_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID": 12, - "WORKFLOW_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST": 13, - "WORKFLOW_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE": 14, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES": 15, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES": 16, - "WORKFLOW_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND": 17, - "WORKFLOW_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND": 18, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE": 19, - "WORKFLOW_TASK_FAILED_CAUSE_RESET_WORKFLOW": 20, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_BINARY": 21, - "WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID": 22, - "WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES": 23, + DecisionTaskFailedCause_name = map[int32]string{ + 0: "DECISION_TASK_FAILED_CAUSE_UNSPECIFIED", + 1: "DECISION_TASK_FAILED_CAUSE_UNHANDLED_COMMAND", + 2: "DECISION_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES", + 3: "DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES", + 4: "DECISION_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES", + 5: "DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES", + 6: "DECISION_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES", + 7: "DECISION_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES", + 8: "DECISION_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES", + 9: "DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES", + 10: "DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES", + 11: "DECISION_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES", + 12: "DECISION_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID", + 13: "DECISION_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST", + 14: "DECISION_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE", + 15: "DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES", + 16: "DECISION_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES", + 17: "DECISION_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND", + 18: "DECISION_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND", + 19: "DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE", + 20: "DECISION_TASK_FAILED_CAUSE_RESET_WORKFLOW", + 21: "DECISION_TASK_FAILED_CAUSE_BAD_BINARY", + 22: "DECISION_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID", + 23: "DECISION_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES", + } + DecisionTaskFailedCause_value = map[string]int32{ + "DECISION_TASK_FAILED_CAUSE_UNSPECIFIED": 0, + "DECISION_TASK_FAILED_CAUSE_UNHANDLED_COMMAND": 1, + "DECISION_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES": 2, + "DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES": 3, + "DECISION_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES": 4, + "DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES": 5, + "DECISION_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES": 6, + "DECISION_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES": 7, + "DECISION_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES": 8, + "DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES": 9, + "DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES": 10, + "DECISION_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES": 11, + "DECISION_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID": 12, + "DECISION_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST": 13, + "DECISION_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE": 14, + "DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES": 15, + "DECISION_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES": 16, + "DECISION_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND": 17, + "DECISION_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND": 18, + "DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE": 19, + "DECISION_TASK_FAILED_CAUSE_RESET_WORKFLOW": 20, + "DECISION_TASK_FAILED_CAUSE_BAD_BINARY": 21, + "DECISION_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID": 22, + "DECISION_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES": 23, } ) -func (x WorkflowTaskFailedCause) Enum() *WorkflowTaskFailedCause { - p := new(WorkflowTaskFailedCause) +func (x DecisionTaskFailedCause) Enum() *DecisionTaskFailedCause { + p := new(DecisionTaskFailedCause) *p = x return p } -func (x WorkflowTaskFailedCause) String() string { +func (x DecisionTaskFailedCause) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } -func (WorkflowTaskFailedCause) Descriptor() protoreflect.EnumDescriptor { +func (DecisionTaskFailedCause) Descriptor() protoreflect.EnumDescriptor { return file_message_proto_enumTypes[12].Descriptor() } -func (WorkflowTaskFailedCause) Type() protoreflect.EnumType { +func (DecisionTaskFailedCause) Type() protoreflect.EnumType { return &file_message_proto_enumTypes[12] } -func (x WorkflowTaskFailedCause) Number() protoreflect.EnumNumber { +func (x DecisionTaskFailedCause) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } -// Deprecated: Use WorkflowTaskFailedCause.Descriptor instead. -func (WorkflowTaskFailedCause) EnumDescriptor() ([]byte, []int) { +// Deprecated: Use DecisionTaskFailedCause.Descriptor instead. +func (DecisionTaskFailedCause) EnumDescriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{12} } @@ -1179,7 +1157,7 @@ const ( TaskType_TASK_TYPE_UNSPECIFIED TaskType = 0 TaskType_TASK_TYPE_REPLICATION_HISTORY TaskType = 1 TaskType_TASK_TYPE_REPLICATION_SYNC_ACTIVITY TaskType = 2 - TaskType_TASK_TYPE_TRANSFER_WORKFLOW_TASK TaskType = 3 + TaskType_TASK_TYPE_TRANSFER_DECISION_TASK TaskType = 3 TaskType_TASK_TYPE_TRANSFER_ACTIVITY_TASK TaskType = 4 TaskType_TASK_TYPE_TRANSFER_CLOSE_EXECUTION TaskType = 5 TaskType_TASK_TYPE_TRANSFER_CANCEL_EXECUTION TaskType = 6 @@ -1188,7 +1166,7 @@ const ( TaskType_TASK_TYPE_TRANSFER_RECORD_WORKFLOW_STARTED TaskType = 9 TaskType_TASK_TYPE_TRANSFER_RESET_WORKFLOW TaskType = 10 TaskType_TASK_TYPE_TRANSFER_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES TaskType = 11 - TaskType_TASK_TYPE_WORKFLOW_TASK_TIMEOUT TaskType = 12 + TaskType_TASK_TYPE_DECISION_TASK_TIMEOUT TaskType = 12 TaskType_TASK_TYPE_ACTIVITY_TIMEOUT TaskType = 13 TaskType_TASK_TYPE_USER_TIMER TaskType = 14 TaskType_TASK_TYPE_WORKFLOW_RUN_TIMEOUT TaskType = 15 @@ -1203,7 +1181,7 @@ var ( 0: "TASK_TYPE_UNSPECIFIED", 1: "TASK_TYPE_REPLICATION_HISTORY", 2: "TASK_TYPE_REPLICATION_SYNC_ACTIVITY", - 3: "TASK_TYPE_TRANSFER_WORKFLOW_TASK", + 3: "TASK_TYPE_TRANSFER_DECISION_TASK", 4: "TASK_TYPE_TRANSFER_ACTIVITY_TASK", 5: "TASK_TYPE_TRANSFER_CLOSE_EXECUTION", 6: "TASK_TYPE_TRANSFER_CANCEL_EXECUTION", @@ -1212,7 +1190,7 @@ var ( 9: "TASK_TYPE_TRANSFER_RECORD_WORKFLOW_STARTED", 10: "TASK_TYPE_TRANSFER_RESET_WORKFLOW", 11: "TASK_TYPE_TRANSFER_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES", - 12: "TASK_TYPE_WORKFLOW_TASK_TIMEOUT", + 12: "TASK_TYPE_DECISION_TASK_TIMEOUT", 13: "TASK_TYPE_ACTIVITY_TIMEOUT", 14: "TASK_TYPE_USER_TIMER", 15: "TASK_TYPE_WORKFLOW_RUN_TIMEOUT", @@ -1224,7 +1202,7 @@ var ( "TASK_TYPE_UNSPECIFIED": 0, "TASK_TYPE_REPLICATION_HISTORY": 1, "TASK_TYPE_REPLICATION_SYNC_ACTIVITY": 2, - "TASK_TYPE_TRANSFER_WORKFLOW_TASK": 3, + "TASK_TYPE_TRANSFER_DECISION_TASK": 3, "TASK_TYPE_TRANSFER_ACTIVITY_TASK": 4, "TASK_TYPE_TRANSFER_CLOSE_EXECUTION": 5, "TASK_TYPE_TRANSFER_CANCEL_EXECUTION": 6, @@ -1233,7 +1211,7 @@ var ( "TASK_TYPE_TRANSFER_RECORD_WORKFLOW_STARTED": 9, "TASK_TYPE_TRANSFER_RESET_WORKFLOW": 10, "TASK_TYPE_TRANSFER_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES": 11, - "TASK_TYPE_WORKFLOW_TASK_TIMEOUT": 12, + "TASK_TYPE_DECISION_TASK_TIMEOUT": 12, "TASK_TYPE_ACTIVITY_TIMEOUT": 13, "TASK_TYPE_USER_TIMER": 14, "TASK_TYPE_WORKFLOW_RUN_TIMEOUT": 15, @@ -2061,11 +2039,11 @@ type HistoryEvent struct { // *HistoryEvent_WorkflowExecutionCompletedEventAttributes // *HistoryEvent_WorkflowExecutionFailedEventAttributes // *HistoryEvent_WorkflowExecutionTimedOutEventAttributes - // *HistoryEvent_WorkflowTaskScheduledEventAttributes - // *HistoryEvent_WorkflowTaskStartedEventAttributes - // *HistoryEvent_WorkflowTaskCompletedEventAttributes - // *HistoryEvent_WorkflowTaskTimedOutEventAttributes - // *HistoryEvent_WorkflowTaskFailedEventAttributes + // *HistoryEvent_DecisionTaskScheduledEventAttributes + // *HistoryEvent_DecisionTaskStartedEventAttributes + // *HistoryEvent_DecisionTaskCompletedEventAttributes + // *HistoryEvent_DecisionTaskTimedOutEventAttributes + // *HistoryEvent_DecisionTaskFailedEventAttributes // *HistoryEvent_ActivityTaskScheduledEventAttributes // *HistoryEvent_ActivityTaskStartedEventAttributes // *HistoryEvent_ActivityTaskCompletedEventAttributes @@ -2202,37 +2180,37 @@ func (x *HistoryEvent) GetWorkflowExecutionTimedOutEventAttributes() *WorkflowEx return nil } -func (x *HistoryEvent) GetWorkflowTaskScheduledEventAttributes() *WorkflowTaskScheduledEventAttributes { - if x, ok := x.GetAttributes().(*HistoryEvent_WorkflowTaskScheduledEventAttributes); ok { - return x.WorkflowTaskScheduledEventAttributes +func (x *HistoryEvent) GetDecisionTaskScheduledEventAttributes() *DecisionTaskScheduledEventAttributes { + if x, ok := x.GetAttributes().(*HistoryEvent_DecisionTaskScheduledEventAttributes); ok { + return x.DecisionTaskScheduledEventAttributes } return nil } -func (x *HistoryEvent) GetWorkflowTaskStartedEventAttributes() *WorkflowTaskStartedEventAttributes { - if x, ok := x.GetAttributes().(*HistoryEvent_WorkflowTaskStartedEventAttributes); ok { - return x.WorkflowTaskStartedEventAttributes +func (x *HistoryEvent) GetDecisionTaskStartedEventAttributes() *DecisionTaskStartedEventAttributes { + if x, ok := x.GetAttributes().(*HistoryEvent_DecisionTaskStartedEventAttributes); ok { + return x.DecisionTaskStartedEventAttributes } return nil } -func (x *HistoryEvent) GetWorkflowTaskCompletedEventAttributes() *WorkflowTaskCompletedEventAttributes { - if x, ok := x.GetAttributes().(*HistoryEvent_WorkflowTaskCompletedEventAttributes); ok { - return x.WorkflowTaskCompletedEventAttributes +func (x *HistoryEvent) GetDecisionTaskCompletedEventAttributes() *DecisionTaskCompletedEventAttributes { + if x, ok := x.GetAttributes().(*HistoryEvent_DecisionTaskCompletedEventAttributes); ok { + return x.DecisionTaskCompletedEventAttributes } return nil } -func (x *HistoryEvent) GetWorkflowTaskTimedOutEventAttributes() *WorkflowTaskTimedOutEventAttributes { - if x, ok := x.GetAttributes().(*HistoryEvent_WorkflowTaskTimedOutEventAttributes); ok { - return x.WorkflowTaskTimedOutEventAttributes +func (x *HistoryEvent) GetDecisionTaskTimedOutEventAttributes() *DecisionTaskTimedOutEventAttributes { + if x, ok := x.GetAttributes().(*HistoryEvent_DecisionTaskTimedOutEventAttributes); ok { + return x.DecisionTaskTimedOutEventAttributes } return nil } -func (x *HistoryEvent) GetWorkflowTaskFailedEventAttributes() *WorkflowTaskFailedEventAttributes { - if x, ok := x.GetAttributes().(*HistoryEvent_WorkflowTaskFailedEventAttributes); ok { - return x.WorkflowTaskFailedEventAttributes +func (x *HistoryEvent) GetDecisionTaskFailedEventAttributes() *DecisionTaskFailedEventAttributes { + if x, ok := x.GetAttributes().(*HistoryEvent_DecisionTaskFailedEventAttributes); ok { + return x.DecisionTaskFailedEventAttributes } return nil } @@ -2474,24 +2452,24 @@ type HistoryEvent_WorkflowExecutionTimedOutEventAttributes struct { WorkflowExecutionTimedOutEventAttributes *WorkflowExecutionTimedOutEventAttributes `protobuf:"bytes,9,opt,name=workflow_execution_timed_out_event_attributes,json=workflowExecutionTimedOutEventAttributes,proto3,oneof"` } -type HistoryEvent_WorkflowTaskScheduledEventAttributes struct { - WorkflowTaskScheduledEventAttributes *WorkflowTaskScheduledEventAttributes `protobuf:"bytes,10,opt,name=workflow_task_scheduled_event_attributes,json=workflowTaskScheduledEventAttributes,proto3,oneof"` +type HistoryEvent_DecisionTaskScheduledEventAttributes struct { + DecisionTaskScheduledEventAttributes *DecisionTaskScheduledEventAttributes `protobuf:"bytes,10,opt,name=decision_task_scheduled_event_attributes,json=decisionTaskScheduledEventAttributes,proto3,oneof"` } -type HistoryEvent_WorkflowTaskStartedEventAttributes struct { - WorkflowTaskStartedEventAttributes *WorkflowTaskStartedEventAttributes `protobuf:"bytes,11,opt,name=workflow_task_started_event_attributes,json=workflowTaskStartedEventAttributes,proto3,oneof"` +type HistoryEvent_DecisionTaskStartedEventAttributes struct { + DecisionTaskStartedEventAttributes *DecisionTaskStartedEventAttributes `protobuf:"bytes,11,opt,name=decision_task_started_event_attributes,json=decisionTaskStartedEventAttributes,proto3,oneof"` } -type HistoryEvent_WorkflowTaskCompletedEventAttributes struct { - WorkflowTaskCompletedEventAttributes *WorkflowTaskCompletedEventAttributes `protobuf:"bytes,12,opt,name=workflow_task_completed_event_attributes,json=workflowTaskCompletedEventAttributes,proto3,oneof"` +type HistoryEvent_DecisionTaskCompletedEventAttributes struct { + DecisionTaskCompletedEventAttributes *DecisionTaskCompletedEventAttributes `protobuf:"bytes,12,opt,name=decision_task_completed_event_attributes,json=decisionTaskCompletedEventAttributes,proto3,oneof"` } -type HistoryEvent_WorkflowTaskTimedOutEventAttributes struct { - WorkflowTaskTimedOutEventAttributes *WorkflowTaskTimedOutEventAttributes `protobuf:"bytes,13,opt,name=workflow_task_timed_out_event_attributes,json=workflowTaskTimedOutEventAttributes,proto3,oneof"` +type HistoryEvent_DecisionTaskTimedOutEventAttributes struct { + DecisionTaskTimedOutEventAttributes *DecisionTaskTimedOutEventAttributes `protobuf:"bytes,13,opt,name=decision_task_timed_out_event_attributes,json=decisionTaskTimedOutEventAttributes,proto3,oneof"` } -type HistoryEvent_WorkflowTaskFailedEventAttributes struct { - WorkflowTaskFailedEventAttributes *WorkflowTaskFailedEventAttributes `protobuf:"bytes,14,opt,name=workflow_task_failed_event_attributes,json=workflowTaskFailedEventAttributes,proto3,oneof"` +type HistoryEvent_DecisionTaskFailedEventAttributes struct { + DecisionTaskFailedEventAttributes *DecisionTaskFailedEventAttributes `protobuf:"bytes,14,opt,name=decision_task_failed_event_attributes,json=decisionTaskFailedEventAttributes,proto3,oneof"` } type HistoryEvent_ActivityTaskScheduledEventAttributes struct { @@ -2626,15 +2604,15 @@ func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) isHistoryEvent_Attri func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_WorkflowTaskScheduledEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_DecisionTaskScheduledEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_WorkflowTaskStartedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_DecisionTaskStartedEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_WorkflowTaskCompletedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_DecisionTaskCompletedEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_WorkflowTaskTimedOutEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_WorkflowTaskFailedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_DecisionTaskFailedEventAttributes) isHistoryEvent_Attributes() {} func (*HistoryEvent_ActivityTaskScheduledEventAttributes) isHistoryEvent_Attributes() {} @@ -2720,7 +2698,7 @@ type WorkflowExecutionStartedEventAttributes struct { // Timeout of a single workflow run. WorkflowRunTimeout *duration.Duration `protobuf:"bytes,8,opt,name=workflow_run_timeout,json=workflowRunTimeout,proto3" json:"workflow_run_timeout,omitempty"` // Timeout of a single workflow task. - WorkflowTaskTimeout *duration.Duration `protobuf:"bytes,9,opt,name=workflow_task_timeout,json=workflowTaskTimeout,proto3" json:"workflow_task_timeout,omitempty"` + DecisionTaskTimeout *duration.Duration `protobuf:"bytes,9,opt,name=decision_task_timeout,json=decisionTaskTimeout,proto3" json:"decision_task_timeout,omitempty"` ContinuedExecutionRunId string `protobuf:"bytes,10,opt,name=continued_execution_run_id,json=continuedExecutionRunId,proto3" json:"continued_execution_run_id,omitempty"` Initiator ContinueAsNewInitiator `protobuf:"varint,11,opt,name=initiator,proto3,enum=ContinueAsNewInitiator" json:"initiator,omitempty"` ContinuedFailure *Failure `protobuf:"bytes,12,opt,name=continued_failure,json=continuedFailure,proto3" json:"continued_failure,omitempty"` @@ -2736,7 +2714,7 @@ type WorkflowExecutionStartedEventAttributes struct { // This time is passed without change to the next run/retry of a workflow. WorkflowExecutionExpirationTime *timestamp.Timestamp `protobuf:"bytes,19,opt,name=workflow_execution_expiration_time,json=workflowExecutionExpirationTime,proto3" json:"workflow_execution_expiration_time,omitempty"` CronSchedule string `protobuf:"bytes,20,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"` - FirstWorkflowTaskBackoff *duration.Duration `protobuf:"bytes,21,opt,name=first_workflow_task_backoff,json=firstWorkflowTaskBackoff,proto3" json:"first_workflow_task_backoff,omitempty"` + FirstDecisionTaskBackoff *duration.Duration `protobuf:"bytes,21,opt,name=first_decision_task_backoff,json=firstDecisionTaskBackoff,proto3" json:"first_decision_task_backoff,omitempty"` Memo *Memo `protobuf:"bytes,22,opt,name=memo,proto3" json:"memo,omitempty"` SearchAttributes *SearchAttributes `protobuf:"bytes,23,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"` PrevAutoResetPoints *ResetPoints `protobuf:"bytes,24,opt,name=prev_auto_reset_points,json=prevAutoResetPoints,proto3" json:"prev_auto_reset_points,omitempty"` @@ -2831,9 +2809,9 @@ func (x *WorkflowExecutionStartedEventAttributes) GetWorkflowRunTimeout() *durat return nil } -func (x *WorkflowExecutionStartedEventAttributes) GetWorkflowTaskTimeout() *duration.Duration { +func (x *WorkflowExecutionStartedEventAttributes) GetDecisionTaskTimeout() *duration.Duration { if x != nil { - return x.WorkflowTaskTimeout + return x.DecisionTaskTimeout } return nil } @@ -2915,9 +2893,9 @@ func (x *WorkflowExecutionStartedEventAttributes) GetCronSchedule() string { return "" } -func (x *WorkflowExecutionStartedEventAttributes) GetFirstWorkflowTaskBackoff() *duration.Duration { +func (x *WorkflowExecutionStartedEventAttributes) GetFirstDecisionTaskBackoff() *duration.Duration { if x != nil { - return x.FirstWorkflowTaskBackoff + return x.FirstDecisionTaskBackoff } return nil } @@ -2956,7 +2934,7 @@ type WorkflowExecutionCompletedEventAttributes struct { unknownFields protoimpl.UnknownFields Result *Payloads `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` } func (x *WorkflowExecutionCompletedEventAttributes) Reset() { @@ -2998,9 +2976,9 @@ func (x *WorkflowExecutionCompletedEventAttributes) GetResult() *Payloads { return nil } -func (x *WorkflowExecutionCompletedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *WorkflowExecutionCompletedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -3012,7 +2990,7 @@ type WorkflowExecutionFailedEventAttributes struct { Failure *Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"` RetryState RetryState `protobuf:"varint,2,opt,name=retry_state,json=retryState,proto3,enum=RetryState" json:"retry_state,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` } func (x *WorkflowExecutionFailedEventAttributes) Reset() { @@ -3061,9 +3039,9 @@ func (x *WorkflowExecutionFailedEventAttributes) GetRetryState() RetryState { return RetryState_RETRY_STATE_UNSPECIFIED } -func (x *WorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *WorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -3128,8 +3106,8 @@ type WorkflowExecutionContinuedAsNewEventAttributes struct { // Timeout of a single workflow run. WorkflowRunTimeout *duration.Duration `protobuf:"bytes,5,opt,name=workflow_run_timeout,json=workflowRunTimeout,proto3" json:"workflow_run_timeout,omitempty"` // Timeout of a single workflow task. - WorkflowTaskTimeout *duration.Duration `protobuf:"bytes,6,opt,name=workflow_task_timeout,json=workflowTaskTimeout,proto3" json:"workflow_task_timeout,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,7,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskTimeout *duration.Duration `protobuf:"bytes,6,opt,name=decision_task_timeout,json=decisionTaskTimeout,proto3" json:"decision_task_timeout,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,7,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` BackoffStartInterval *duration.Duration `protobuf:"bytes,8,opt,name=backoff_start_interval,json=backoffStartInterval,proto3" json:"backoff_start_interval,omitempty"` Initiator ContinueAsNewInitiator `protobuf:"varint,9,opt,name=initiator,proto3,enum=ContinueAsNewInitiator" json:"initiator,omitempty"` Failure *Failure `protobuf:"bytes,10,opt,name=failure,proto3" json:"failure,omitempty"` @@ -3206,16 +3184,16 @@ func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowRunTimeout() return nil } -func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskTimeout() *duration.Duration { +func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskTimeout() *duration.Duration { if x != nil { - return x.WorkflowTaskTimeout + return x.DecisionTaskTimeout } return nil } -func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -3269,7 +3247,7 @@ func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetSearchAttributes() * return nil } -type WorkflowTaskScheduledEventAttributes struct { +type DecisionTaskScheduledEventAttributes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -3281,8 +3259,8 @@ type WorkflowTaskScheduledEventAttributes struct { Attempt int32 `protobuf:"varint,3,opt,name=attempt,proto3" json:"attempt,omitempty"` } -func (x *WorkflowTaskScheduledEventAttributes) Reset() { - *x = WorkflowTaskScheduledEventAttributes{} +func (x *DecisionTaskScheduledEventAttributes) Reset() { + *x = DecisionTaskScheduledEventAttributes{} if protoimpl.UnsafeEnabled { mi := &file_message_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3290,13 +3268,13 @@ func (x *WorkflowTaskScheduledEventAttributes) Reset() { } } -func (x *WorkflowTaskScheduledEventAttributes) String() string { +func (x *DecisionTaskScheduledEventAttributes) String() string { return protoimpl.X.MessageStringOf(x) } -func (*WorkflowTaskScheduledEventAttributes) ProtoMessage() {} +func (*DecisionTaskScheduledEventAttributes) ProtoMessage() {} -func (x *WorkflowTaskScheduledEventAttributes) ProtoReflect() protoreflect.Message { +func (x *DecisionTaskScheduledEventAttributes) ProtoReflect() protoreflect.Message { mi := &file_message_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3308,33 +3286,33 @@ func (x *WorkflowTaskScheduledEventAttributes) ProtoReflect() protoreflect.Messa return mi.MessageOf(x) } -// Deprecated: Use WorkflowTaskScheduledEventAttributes.ProtoReflect.Descriptor instead. -func (*WorkflowTaskScheduledEventAttributes) Descriptor() ([]byte, []int) { +// Deprecated: Use DecisionTaskScheduledEventAttributes.ProtoReflect.Descriptor instead. +func (*DecisionTaskScheduledEventAttributes) Descriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{13} } -func (x *WorkflowTaskScheduledEventAttributes) GetTaskList() *TaskList { +func (x *DecisionTaskScheduledEventAttributes) GetTaskList() *TaskList { if x != nil { return x.TaskList } return nil } -func (x *WorkflowTaskScheduledEventAttributes) GetStartToCloseTimeout() *duration.Duration { +func (x *DecisionTaskScheduledEventAttributes) GetStartToCloseTimeout() *duration.Duration { if x != nil { return x.StartToCloseTimeout } return nil } -func (x *WorkflowTaskScheduledEventAttributes) GetAttempt() int32 { +func (x *DecisionTaskScheduledEventAttributes) GetAttempt() int32 { if x != nil { return x.Attempt } return 0 } -type WorkflowTaskStartedEventAttributes struct { +type DecisionTaskStartedEventAttributes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -3344,8 +3322,8 @@ type WorkflowTaskStartedEventAttributes struct { RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` } -func (x *WorkflowTaskStartedEventAttributes) Reset() { - *x = WorkflowTaskStartedEventAttributes{} +func (x *DecisionTaskStartedEventAttributes) Reset() { + *x = DecisionTaskStartedEventAttributes{} if protoimpl.UnsafeEnabled { mi := &file_message_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3353,13 +3331,13 @@ func (x *WorkflowTaskStartedEventAttributes) Reset() { } } -func (x *WorkflowTaskStartedEventAttributes) String() string { +func (x *DecisionTaskStartedEventAttributes) String() string { return protoimpl.X.MessageStringOf(x) } -func (*WorkflowTaskStartedEventAttributes) ProtoMessage() {} +func (*DecisionTaskStartedEventAttributes) ProtoMessage() {} -func (x *WorkflowTaskStartedEventAttributes) ProtoReflect() protoreflect.Message { +func (x *DecisionTaskStartedEventAttributes) ProtoReflect() protoreflect.Message { mi := &file_message_proto_msgTypes[14] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3371,33 +3349,33 @@ func (x *WorkflowTaskStartedEventAttributes) ProtoReflect() protoreflect.Message return mi.MessageOf(x) } -// Deprecated: Use WorkflowTaskStartedEventAttributes.ProtoReflect.Descriptor instead. -func (*WorkflowTaskStartedEventAttributes) Descriptor() ([]byte, []int) { +// Deprecated: Use DecisionTaskStartedEventAttributes.ProtoReflect.Descriptor instead. +func (*DecisionTaskStartedEventAttributes) Descriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{14} } -func (x *WorkflowTaskStartedEventAttributes) GetScheduledEventId() int64 { +func (x *DecisionTaskStartedEventAttributes) GetScheduledEventId() int64 { if x != nil { return x.ScheduledEventId } return 0 } -func (x *WorkflowTaskStartedEventAttributes) GetIdentity() string { +func (x *DecisionTaskStartedEventAttributes) GetIdentity() string { if x != nil { return x.Identity } return "" } -func (x *WorkflowTaskStartedEventAttributes) GetRequestId() string { +func (x *DecisionTaskStartedEventAttributes) GetRequestId() string { if x != nil { return x.RequestId } return "" } -type WorkflowTaskCompletedEventAttributes struct { +type DecisionTaskCompletedEventAttributes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -3408,8 +3386,8 @@ type WorkflowTaskCompletedEventAttributes struct { BinaryChecksum string `protobuf:"bytes,4,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"` } -func (x *WorkflowTaskCompletedEventAttributes) Reset() { - *x = WorkflowTaskCompletedEventAttributes{} +func (x *DecisionTaskCompletedEventAttributes) Reset() { + *x = DecisionTaskCompletedEventAttributes{} if protoimpl.UnsafeEnabled { mi := &file_message_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3417,13 +3395,13 @@ func (x *WorkflowTaskCompletedEventAttributes) Reset() { } } -func (x *WorkflowTaskCompletedEventAttributes) String() string { +func (x *DecisionTaskCompletedEventAttributes) String() string { return protoimpl.X.MessageStringOf(x) } -func (*WorkflowTaskCompletedEventAttributes) ProtoMessage() {} +func (*DecisionTaskCompletedEventAttributes) ProtoMessage() {} -func (x *WorkflowTaskCompletedEventAttributes) ProtoReflect() protoreflect.Message { +func (x *DecisionTaskCompletedEventAttributes) ProtoReflect() protoreflect.Message { mi := &file_message_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3435,40 +3413,40 @@ func (x *WorkflowTaskCompletedEventAttributes) ProtoReflect() protoreflect.Messa return mi.MessageOf(x) } -// Deprecated: Use WorkflowTaskCompletedEventAttributes.ProtoReflect.Descriptor instead. -func (*WorkflowTaskCompletedEventAttributes) Descriptor() ([]byte, []int) { +// Deprecated: Use DecisionTaskCompletedEventAttributes.ProtoReflect.Descriptor instead. +func (*DecisionTaskCompletedEventAttributes) Descriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{15} } -func (x *WorkflowTaskCompletedEventAttributes) GetScheduledEventId() int64 { +func (x *DecisionTaskCompletedEventAttributes) GetScheduledEventId() int64 { if x != nil { return x.ScheduledEventId } return 0 } -func (x *WorkflowTaskCompletedEventAttributes) GetStartedEventId() int64 { +func (x *DecisionTaskCompletedEventAttributes) GetStartedEventId() int64 { if x != nil { return x.StartedEventId } return 0 } -func (x *WorkflowTaskCompletedEventAttributes) GetIdentity() string { +func (x *DecisionTaskCompletedEventAttributes) GetIdentity() string { if x != nil { return x.Identity } return "" } -func (x *WorkflowTaskCompletedEventAttributes) GetBinaryChecksum() string { +func (x *DecisionTaskCompletedEventAttributes) GetBinaryChecksum() string { if x != nil { return x.BinaryChecksum } return "" } -type WorkflowTaskTimedOutEventAttributes struct { +type DecisionTaskTimedOutEventAttributes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -3478,8 +3456,8 @@ type WorkflowTaskTimedOutEventAttributes struct { TimeoutType TimeoutType `protobuf:"varint,3,opt,name=timeout_type,json=timeoutType,proto3,enum=TimeoutType" json:"timeout_type,omitempty"` } -func (x *WorkflowTaskTimedOutEventAttributes) Reset() { - *x = WorkflowTaskTimedOutEventAttributes{} +func (x *DecisionTaskTimedOutEventAttributes) Reset() { + *x = DecisionTaskTimedOutEventAttributes{} if protoimpl.UnsafeEnabled { mi := &file_message_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3487,13 +3465,13 @@ func (x *WorkflowTaskTimedOutEventAttributes) Reset() { } } -func (x *WorkflowTaskTimedOutEventAttributes) String() string { +func (x *DecisionTaskTimedOutEventAttributes) String() string { return protoimpl.X.MessageStringOf(x) } -func (*WorkflowTaskTimedOutEventAttributes) ProtoMessage() {} +func (*DecisionTaskTimedOutEventAttributes) ProtoMessage() {} -func (x *WorkflowTaskTimedOutEventAttributes) ProtoReflect() protoreflect.Message { +func (x *DecisionTaskTimedOutEventAttributes) ProtoReflect() protoreflect.Message { mi := &file_message_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3505,40 +3483,40 @@ func (x *WorkflowTaskTimedOutEventAttributes) ProtoReflect() protoreflect.Messag return mi.MessageOf(x) } -// Deprecated: Use WorkflowTaskTimedOutEventAttributes.ProtoReflect.Descriptor instead. -func (*WorkflowTaskTimedOutEventAttributes) Descriptor() ([]byte, []int) { +// Deprecated: Use DecisionTaskTimedOutEventAttributes.ProtoReflect.Descriptor instead. +func (*DecisionTaskTimedOutEventAttributes) Descriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{16} } -func (x *WorkflowTaskTimedOutEventAttributes) GetScheduledEventId() int64 { +func (x *DecisionTaskTimedOutEventAttributes) GetScheduledEventId() int64 { if x != nil { return x.ScheduledEventId } return 0 } -func (x *WorkflowTaskTimedOutEventAttributes) GetStartedEventId() int64 { +func (x *DecisionTaskTimedOutEventAttributes) GetStartedEventId() int64 { if x != nil { return x.StartedEventId } return 0 } -func (x *WorkflowTaskTimedOutEventAttributes) GetTimeoutType() TimeoutType { +func (x *DecisionTaskTimedOutEventAttributes) GetTimeoutType() TimeoutType { if x != nil { return x.TimeoutType } return TimeoutType_TIMEOUT_TYPE_UNSPECIFIED } -type WorkflowTaskFailedEventAttributes struct { +type DecisionTaskFailedEventAttributes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"` StartedEventId int64 `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"` - Cause WorkflowTaskFailedCause `protobuf:"varint,3,opt,name=cause,proto3,enum=WorkflowTaskFailedCause" json:"cause,omitempty"` + Cause DecisionTaskFailedCause `protobuf:"varint,3,opt,name=cause,proto3,enum=DecisionTaskFailedCause" json:"cause,omitempty"` Failure *Failure `protobuf:"bytes,4,opt,name=failure,proto3" json:"failure,omitempty"` Identity string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"` // For reset workflow. @@ -3548,8 +3526,8 @@ type WorkflowTaskFailedEventAttributes struct { BinaryChecksum string `protobuf:"bytes,9,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"` } -func (x *WorkflowTaskFailedEventAttributes) Reset() { - *x = WorkflowTaskFailedEventAttributes{} +func (x *DecisionTaskFailedEventAttributes) Reset() { + *x = DecisionTaskFailedEventAttributes{} if protoimpl.UnsafeEnabled { mi := &file_message_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3557,13 +3535,13 @@ func (x *WorkflowTaskFailedEventAttributes) Reset() { } } -func (x *WorkflowTaskFailedEventAttributes) String() string { +func (x *DecisionTaskFailedEventAttributes) String() string { return protoimpl.X.MessageStringOf(x) } -func (*WorkflowTaskFailedEventAttributes) ProtoMessage() {} +func (*DecisionTaskFailedEventAttributes) ProtoMessage() {} -func (x *WorkflowTaskFailedEventAttributes) ProtoReflect() protoreflect.Message { +func (x *DecisionTaskFailedEventAttributes) ProtoReflect() protoreflect.Message { mi := &file_message_proto_msgTypes[17] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -3575,68 +3553,68 @@ func (x *WorkflowTaskFailedEventAttributes) ProtoReflect() protoreflect.Message return mi.MessageOf(x) } -// Deprecated: Use WorkflowTaskFailedEventAttributes.ProtoReflect.Descriptor instead. -func (*WorkflowTaskFailedEventAttributes) Descriptor() ([]byte, []int) { +// Deprecated: Use DecisionTaskFailedEventAttributes.ProtoReflect.Descriptor instead. +func (*DecisionTaskFailedEventAttributes) Descriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{17} } -func (x *WorkflowTaskFailedEventAttributes) GetScheduledEventId() int64 { +func (x *DecisionTaskFailedEventAttributes) GetScheduledEventId() int64 { if x != nil { return x.ScheduledEventId } return 0 } -func (x *WorkflowTaskFailedEventAttributes) GetStartedEventId() int64 { +func (x *DecisionTaskFailedEventAttributes) GetStartedEventId() int64 { if x != nil { return x.StartedEventId } return 0 } -func (x *WorkflowTaskFailedEventAttributes) GetCause() WorkflowTaskFailedCause { +func (x *DecisionTaskFailedEventAttributes) GetCause() DecisionTaskFailedCause { if x != nil { return x.Cause } - return WorkflowTaskFailedCause_WORKFLOW_TASK_FAILED_CAUSE_UNSPECIFIED + return DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_UNSPECIFIED } -func (x *WorkflowTaskFailedEventAttributes) GetFailure() *Failure { +func (x *DecisionTaskFailedEventAttributes) GetFailure() *Failure { if x != nil { return x.Failure } return nil } -func (x *WorkflowTaskFailedEventAttributes) GetIdentity() string { +func (x *DecisionTaskFailedEventAttributes) GetIdentity() string { if x != nil { return x.Identity } return "" } -func (x *WorkflowTaskFailedEventAttributes) GetBaseRunId() string { +func (x *DecisionTaskFailedEventAttributes) GetBaseRunId() string { if x != nil { return x.BaseRunId } return "" } -func (x *WorkflowTaskFailedEventAttributes) GetNewRunId() string { +func (x *DecisionTaskFailedEventAttributes) GetNewRunId() string { if x != nil { return x.NewRunId } return "" } -func (x *WorkflowTaskFailedEventAttributes) GetForkEventVersion() int64 { +func (x *DecisionTaskFailedEventAttributes) GetForkEventVersion() int64 { if x != nil { return x.ForkEventVersion } return 0 } -func (x *WorkflowTaskFailedEventAttributes) GetBinaryChecksum() string { +func (x *DecisionTaskFailedEventAttributes) GetBinaryChecksum() string { if x != nil { return x.BinaryChecksum } @@ -3672,7 +3650,7 @@ type ActivityTaskScheduledEventAttributes struct { StartToCloseTimeout *duration.Duration `protobuf:"bytes,9,opt,name=start_to_close_timeout,json=startToCloseTimeout,proto3" json:"start_to_close_timeout,omitempty"` // Maximum time between successful worker heartbeats. HeartbeatTimeout *duration.Duration `protobuf:"bytes,10,opt,name=heartbeat_timeout,json=heartbeatTimeout,proto3" json:"heartbeat_timeout,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,11,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,11,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` // Activities are provided by a default retry policy controlled through the service dynamic configuration. // Retries are happening up to schedule_to_close_timeout. // To disable retries set retry_policy.maximum_attempts to 1. @@ -3781,9 +3759,9 @@ func (x *ActivityTaskScheduledEventAttributes) GetHeartbeatTimeout() *duration.D return nil } -func (x *ActivityTaskScheduledEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *ActivityTaskScheduledEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4102,7 +4080,7 @@ type ActivityTaskCancelRequestedEventAttributes struct { unknownFields protoimpl.UnknownFields ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` } func (x *ActivityTaskCancelRequestedEventAttributes) Reset() { @@ -4144,9 +4122,9 @@ func (x *ActivityTaskCancelRequestedEventAttributes) GetScheduledEventId() int64 return 0 } -func (x *ActivityTaskCancelRequestedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *ActivityTaskCancelRequestedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4239,7 +4217,7 @@ type TimerStartedEventAttributes struct { // (-- api-linter: core::0140::prepositions=disabled // aip.dev/not-precedent: "to" is used to indicate interval. --) StartToFireTimeout *duration.Duration `protobuf:"bytes,2,opt,name=start_to_fire_timeout,json=startToFireTimeout,proto3" json:"start_to_fire_timeout,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` } func (x *TimerStartedEventAttributes) Reset() { @@ -4288,9 +4266,9 @@ func (x *TimerStartedEventAttributes) GetStartToFireTimeout() *duration.Duration return nil } -func (x *TimerStartedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *TimerStartedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4357,7 +4335,7 @@ type TimerCanceledEventAttributes struct { TimerId string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"` StartedEventId int64 `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` Identity string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"` } @@ -4407,9 +4385,9 @@ func (x *TimerCanceledEventAttributes) GetStartedEventId() int64 { return 0 } -func (x *TimerCanceledEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *TimerCanceledEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4497,7 +4475,7 @@ type WorkflowExecutionCanceledEventAttributes struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - WorkflowTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` Details *Payloads `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"` } @@ -4533,9 +4511,9 @@ func (*WorkflowExecutionCanceledEventAttributes) Descriptor() ([]byte, []int) { return file_message_proto_rawDescGZIP(), []int{29} } -func (x *WorkflowExecutionCanceledEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *WorkflowExecutionCanceledEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4554,7 +4532,7 @@ type MarkerRecordedEventAttributes struct { MarkerName string `protobuf:"bytes,1,opt,name=marker_name,json=markerName,proto3" json:"marker_name,omitempty"` Details map[string]*Payloads `protobuf:"bytes,2,rep,name=details,proto3" json:"details,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,3,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` Header *Header `protobuf:"bytes,4,opt,name=header,proto3" json:"header,omitempty"` Failure *Failure `protobuf:"bytes,5,opt,name=failure,proto3" json:"failure,omitempty"` } @@ -4605,9 +4583,9 @@ func (x *MarkerRecordedEventAttributes) GetDetails() map[string]*Payloads { return nil } -func (x *MarkerRecordedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *MarkerRecordedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4757,7 +4735,7 @@ type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - WorkflowTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"` Control string `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"` @@ -4796,9 +4774,9 @@ func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Descripto return file_message_proto_rawDescGZIP(), []int{33} } -func (x *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4837,7 +4815,7 @@ type RequestCancelExternalWorkflowExecutionFailedEventAttributes struct { unknownFields protoimpl.UnknownFields Cause CancelExternalWorkflowExecutionFailedCause `protobuf:"varint,1,opt,name=cause,proto3,enum=CancelExternalWorkflowExecutionFailedCause" json:"cause,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"` WorkflowExecution *WorkflowExecution `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"` InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"` @@ -4883,9 +4861,9 @@ func (x *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetCause() return CancelExternalWorkflowExecutionFailedCause_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED } -func (x *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -4986,7 +4964,7 @@ type SignalExternalWorkflowExecutionInitiatedEventAttributes struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - WorkflowTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"` SignalName string `protobuf:"bytes,4,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"` @@ -5027,9 +5005,9 @@ func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Descriptor() ([] return file_message_proto_rawDescGZIP(), []int{36} } -func (x *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -5082,7 +5060,7 @@ type SignalExternalWorkflowExecutionFailedEventAttributes struct { unknownFields protoimpl.UnknownFields Cause SignalExternalWorkflowExecutionFailedCause `protobuf:"varint,1,opt,name=cause,proto3,enum=SignalExternalWorkflowExecutionFailedCause" json:"cause,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,2,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"` WorkflowExecution *WorkflowExecution `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"` InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"` @@ -5128,9 +5106,9 @@ func (x *SignalExternalWorkflowExecutionFailedEventAttributes) GetCause() Signal return SignalExternalWorkflowExecutionFailedCause_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED } -func (x *SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *SignalExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -5239,7 +5217,7 @@ type UpsertWorkflowSearchAttributesEventAttributes struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - WorkflowTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` SearchAttributes *SearchAttributes `protobuf:"bytes,2,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"` } @@ -5275,9 +5253,9 @@ func (*UpsertWorkflowSearchAttributesEventAttributes) Descriptor() ([]byte, []in return file_message_proto_rawDescGZIP(), []int{39} } -func (x *UpsertWorkflowSearchAttributesEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *UpsertWorkflowSearchAttributesEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -5304,11 +5282,11 @@ type StartChildWorkflowExecutionInitiatedEventAttributes struct { // Timeout of a single workflow run. WorkflowRunTimeout *duration.Duration `protobuf:"bytes,7,opt,name=workflow_run_timeout,json=workflowRunTimeout,proto3" json:"workflow_run_timeout,omitempty"` // Timeout of a single workflow task. - WorkflowTaskTimeout *duration.Duration `protobuf:"bytes,8,opt,name=workflow_task_timeout,json=workflowTaskTimeout,proto3" json:"workflow_task_timeout,omitempty"` + DecisionTaskTimeout *duration.Duration `protobuf:"bytes,8,opt,name=decision_task_timeout,json=decisionTaskTimeout,proto3" json:"decision_task_timeout,omitempty"` // Default: PARENT_CLOSE_POLICY_TERMINATE. ParentClosePolicy ParentClosePolicy `protobuf:"varint,9,opt,name=parent_close_policy,json=parentClosePolicy,proto3,enum=ParentClosePolicy" json:"parent_close_policy,omitempty"` Control string `protobuf:"bytes,10,opt,name=control,proto3" json:"control,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,11,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,11,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` // Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE. WorkflowIdReusePolicy WorkflowIdReusePolicy `protobuf:"varint,12,opt,name=workflow_id_reuse_policy,json=workflowIdReusePolicy,proto3,enum=WorkflowIdReusePolicy" json:"workflow_id_reuse_policy,omitempty"` RetryPolicy *RetryPolicy `protobuf:"bytes,13,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"` @@ -5399,9 +5377,9 @@ func (x *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowRunTime return nil } -func (x *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskTimeout() *duration.Duration { +func (x *StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskTimeout() *duration.Duration { if x != nil { - return x.WorkflowTaskTimeout + return x.DecisionTaskTimeout } return nil } @@ -5420,9 +5398,9 @@ func (x *StartChildWorkflowExecutionInitiatedEventAttributes) GetControl() strin return "" } -func (x *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -5480,7 +5458,7 @@ type StartChildWorkflowExecutionFailedEventAttributes struct { Cause StartChildWorkflowExecutionFailedCause `protobuf:"varint,4,opt,name=cause,proto3,enum=StartChildWorkflowExecutionFailedCause" json:"cause,omitempty"` Control string `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"` InitiatedEventId int64 `protobuf:"varint,6,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"` - WorkflowTaskCompletedEventId int64 `protobuf:"varint,7,opt,name=workflow_task_completed_event_id,json=workflowTaskCompletedEventId,proto3" json:"workflow_task_completed_event_id,omitempty"` + DecisionTaskCompletedEventId int64 `protobuf:"varint,7,opt,name=decision_task_completed_event_id,json=decisionTaskCompletedEventId,proto3" json:"decision_task_completed_event_id,omitempty"` } func (x *StartChildWorkflowExecutionFailedEventAttributes) Reset() { @@ -5557,9 +5535,9 @@ func (x *StartChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId() return 0 } -func (x *StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64 { +func (x *StartChildWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64 { if x != nil { - return x.WorkflowTaskCompletedEventId + return x.DecisionTaskCompletedEventId } return 0 } @@ -7692,7 +7670,7 @@ type ResetPointInfo struct { BinaryChecksum string `protobuf:"bytes,1,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"` RunId string `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` - FirstWorkflowTaskCompletedId int64 `protobuf:"varint,3,opt,name=first_workflow_task_completed_id,json=firstWorkflowTaskCompletedId,proto3" json:"first_workflow_task_completed_id,omitempty"` + FirstDecisionTaskCompletedId int64 `protobuf:"varint,3,opt,name=first_decision_task_completed_id,json=firstDecisionTaskCompletedId,proto3" json:"first_decision_task_completed_id,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // (-- api-linter: core::0214::resource-expiry=disabled // aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --) @@ -7748,9 +7726,9 @@ func (x *ResetPointInfo) GetRunId() string { return "" } -func (x *ResetPointInfo) GetFirstWorkflowTaskCompletedId() int64 { +func (x *ResetPointInfo) GetFirstDecisionTaskCompletedId() int64 { if x != nil { - return x.FirstWorkflowTaskCompletedId + return x.FirstDecisionTaskCompletedId } return 0 } @@ -7999,7 +7977,7 @@ type WorkflowExecutionInfo struct { WorkflowTypeName string `protobuf:"bytes,10,opt,name=workflow_type_name,json=workflowTypeName,proto3" json:"workflow_type_name,omitempty"` WorkflowExecutionTimeout *duration.Duration `protobuf:"bytes,11,opt,name=workflow_execution_timeout,json=workflowExecutionTimeout,proto3" json:"workflow_execution_timeout,omitempty"` WorkflowRunTimeout *duration.Duration `protobuf:"bytes,12,opt,name=workflow_run_timeout,json=workflowRunTimeout,proto3" json:"workflow_run_timeout,omitempty"` - DefaultWorkflowTaskTimeout *duration.Duration `protobuf:"bytes,13,opt,name=default_workflow_task_timeout,json=defaultWorkflowTaskTimeout,proto3" json:"default_workflow_task_timeout,omitempty"` + DefaultDecisionTaskTimeout *duration.Duration `protobuf:"bytes,13,opt,name=default_decision_task_timeout,json=defaultDecisionTaskTimeout,proto3" json:"default_decision_task_timeout,omitempty"` StartVersion int64 `protobuf:"varint,14,opt,name=start_version,json=startVersion,proto3" json:"start_version,omitempty"` ReplicationData *ReplicationData `protobuf:"bytes,16,opt,name=replication_data,json=replicationData,proto3" json:"replication_data,omitempty"` LastEventTaskId int64 `protobuf:"varint,17,opt,name=last_event_task_id,json=lastEventTaskId,proto3" json:"last_event_task_id,omitempty"` @@ -8007,16 +7985,16 @@ type WorkflowExecutionInfo struct { LastProcessedEvent int64 `protobuf:"varint,19,opt,name=last_processed_event,json=lastProcessedEvent,proto3" json:"last_processed_event,omitempty"` StartTime *timestamp.Timestamp `protobuf:"bytes,20,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` LastUpdateTime *timestamp.Timestamp `protobuf:"bytes,21,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"` - WorkflowTaskVersion int64 `protobuf:"varint,22,opt,name=workflow_task_version,json=workflowTaskVersion,proto3" json:"workflow_task_version,omitempty"` - WorkflowTaskScheduleId int64 `protobuf:"varint,23,opt,name=workflow_task_schedule_id,json=workflowTaskScheduleId,proto3" json:"workflow_task_schedule_id,omitempty"` - WorkflowTaskStartedId int64 `protobuf:"varint,24,opt,name=workflow_task_started_id,json=workflowTaskStartedId,proto3" json:"workflow_task_started_id,omitempty"` - WorkflowTaskTimeout *duration.Duration `protobuf:"bytes,25,opt,name=workflow_task_timeout,json=workflowTaskTimeout,proto3" json:"workflow_task_timeout,omitempty"` - WorkflowTaskAttempt int32 `protobuf:"varint,26,opt,name=workflow_task_attempt,json=workflowTaskAttempt,proto3" json:"workflow_task_attempt,omitempty"` - WorkflowTaskStartedTime *timestamp.Timestamp `protobuf:"bytes,27,opt,name=workflow_task_started_time,json=workflowTaskStartedTime,proto3" json:"workflow_task_started_time,omitempty"` - WorkflowTaskScheduledTime *timestamp.Timestamp `protobuf:"bytes,28,opt,name=workflow_task_scheduled_time,json=workflowTaskScheduledTime,proto3" json:"workflow_task_scheduled_time,omitempty"` + DecisionTaskVersion int64 `protobuf:"varint,22,opt,name=decision_task_version,json=decisionTaskVersion,proto3" json:"decision_task_version,omitempty"` + DecisionTaskScheduleId int64 `protobuf:"varint,23,opt,name=decision_task_schedule_id,json=decisionTaskScheduleId,proto3" json:"decision_task_schedule_id,omitempty"` + DecisionTaskStartedId int64 `protobuf:"varint,24,opt,name=decision_task_started_id,json=decisionTaskStartedId,proto3" json:"decision_task_started_id,omitempty"` + DecisionTaskTimeout *duration.Duration `protobuf:"bytes,25,opt,name=decision_task_timeout,json=decisionTaskTimeout,proto3" json:"decision_task_timeout,omitempty"` + DecisionTaskAttempt int32 `protobuf:"varint,26,opt,name=decision_task_attempt,json=decisionTaskAttempt,proto3" json:"decision_task_attempt,omitempty"` + DecisionTaskStartedTime *timestamp.Timestamp `protobuf:"bytes,27,opt,name=decision_task_started_time,json=decisionTaskStartedTime,proto3" json:"decision_task_started_time,omitempty"` + DecisionTaskScheduledTime *timestamp.Timestamp `protobuf:"bytes,28,opt,name=decision_task_scheduled_time,json=decisionTaskScheduledTime,proto3" json:"decision_task_scheduled_time,omitempty"` CancelRequested bool `protobuf:"varint,29,opt,name=cancel_requested,json=cancelRequested,proto3" json:"cancel_requested,omitempty"` - WorkflowTaskOriginalScheduledTime *timestamp.Timestamp `protobuf:"bytes,30,opt,name=workflow_task_original_scheduled_time,json=workflowTaskOriginalScheduledTime,proto3" json:"workflow_task_original_scheduled_time,omitempty"` - WorkflowTaskRequestId string `protobuf:"bytes,31,opt,name=workflow_task_request_id,json=workflowTaskRequestId,proto3" json:"workflow_task_request_id,omitempty"` + DecisionTaskOriginalScheduledTime *timestamp.Timestamp `protobuf:"bytes,30,opt,name=decision_task_original_scheduled_time,json=decisionTaskOriginalScheduledTime,proto3" json:"decision_task_original_scheduled_time,omitempty"` + DecisionTaskRequestId string `protobuf:"bytes,31,opt,name=decision_task_request_id,json=decisionTaskRequestId,proto3" json:"decision_task_request_id,omitempty"` CancelRequestId string `protobuf:"bytes,32,opt,name=cancel_request_id,json=cancelRequestId,proto3" json:"cancel_request_id,omitempty"` StickyTaskList string `protobuf:"bytes,33,opt,name=sticky_task_list,json=stickyTaskList,proto3" json:"sticky_task_list,omitempty"` // (-- api-linter: core::0140::prepositions=disabled @@ -8161,9 +8139,9 @@ func (x *WorkflowExecutionInfo) GetWorkflowRunTimeout() *duration.Duration { return nil } -func (x *WorkflowExecutionInfo) GetDefaultWorkflowTaskTimeout() *duration.Duration { +func (x *WorkflowExecutionInfo) GetDefaultDecisionTaskTimeout() *duration.Duration { if x != nil { - return x.DefaultWorkflowTaskTimeout + return x.DefaultDecisionTaskTimeout } return nil } @@ -8217,51 +8195,51 @@ func (x *WorkflowExecutionInfo) GetLastUpdateTime() *timestamp.Timestamp { return nil } -func (x *WorkflowExecutionInfo) GetWorkflowTaskVersion() int64 { +func (x *WorkflowExecutionInfo) GetDecisionTaskVersion() int64 { if x != nil { - return x.WorkflowTaskVersion + return x.DecisionTaskVersion } return 0 } -func (x *WorkflowExecutionInfo) GetWorkflowTaskScheduleId() int64 { +func (x *WorkflowExecutionInfo) GetDecisionTaskScheduleId() int64 { if x != nil { - return x.WorkflowTaskScheduleId + return x.DecisionTaskScheduleId } return 0 } -func (x *WorkflowExecutionInfo) GetWorkflowTaskStartedId() int64 { +func (x *WorkflowExecutionInfo) GetDecisionTaskStartedId() int64 { if x != nil { - return x.WorkflowTaskStartedId + return x.DecisionTaskStartedId } return 0 } -func (x *WorkflowExecutionInfo) GetWorkflowTaskTimeout() *duration.Duration { +func (x *WorkflowExecutionInfo) GetDecisionTaskTimeout() *duration.Duration { if x != nil { - return x.WorkflowTaskTimeout + return x.DecisionTaskTimeout } return nil } -func (x *WorkflowExecutionInfo) GetWorkflowTaskAttempt() int32 { +func (x *WorkflowExecutionInfo) GetDecisionTaskAttempt() int32 { if x != nil { - return x.WorkflowTaskAttempt + return x.DecisionTaskAttempt } return 0 } -func (x *WorkflowExecutionInfo) GetWorkflowTaskStartedTime() *timestamp.Timestamp { +func (x *WorkflowExecutionInfo) GetDecisionTaskStartedTime() *timestamp.Timestamp { if x != nil { - return x.WorkflowTaskStartedTime + return x.DecisionTaskStartedTime } return nil } -func (x *WorkflowExecutionInfo) GetWorkflowTaskScheduledTime() *timestamp.Timestamp { +func (x *WorkflowExecutionInfo) GetDecisionTaskScheduledTime() *timestamp.Timestamp { if x != nil { - return x.WorkflowTaskScheduledTime + return x.DecisionTaskScheduledTime } return nil } @@ -8273,16 +8251,16 @@ func (x *WorkflowExecutionInfo) GetCancelRequested() bool { return false } -func (x *WorkflowExecutionInfo) GetWorkflowTaskOriginalScheduledTime() *timestamp.Timestamp { +func (x *WorkflowExecutionInfo) GetDecisionTaskOriginalScheduledTime() *timestamp.Timestamp { if x != nil { - return x.WorkflowTaskOriginalScheduledTime + return x.DecisionTaskOriginalScheduledTime } return nil } -func (x *WorkflowExecutionInfo) GetWorkflowTaskRequestId() string { +func (x *WorkflowExecutionInfo) GetDecisionTaskRequestId() string { if x != nil { - return x.WorkflowTaskRequestId + return x.DecisionTaskRequestId } return "" } @@ -11157,44 +11135,44 @@ var file_message_proto_rawDesc = []byte{ 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x28, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x64, 0x4f, 0x75, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, - 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x7f, 0x0a, 0x28, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, - 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x7f, 0x0a, 0x28, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, - 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x45, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, - 0x52, 0x24, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, + 0x52, 0x24, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, - 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x79, 0x0a, 0x26, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, - 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x79, 0x0a, 0x26, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, - 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x22, 0x77, - 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x22, 0x64, + 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x12, 0x7f, 0x0a, 0x28, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, + 0x73, 0x12, 0x7f, 0x0a, 0x28, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, + 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x24, 0x77, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, + 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x24, 0x64, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x12, 0x7d, 0x0a, 0x28, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, + 0x65, 0x73, 0x12, 0x7d, 0x0a, 0x28, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x64, 0x5f, 0x6f, 0x75, 0x74, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x64, 0x4f, 0x75, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x23, 0x77, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x64, 0x4f, + 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x23, 0x64, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x64, 0x4f, 0x75, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x12, 0x76, 0x0a, 0x25, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, + 0x73, 0x12, 0x76, 0x0a, 0x25, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x22, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x46, + 0x32, 0x22, 0x2e, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, - 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x21, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, + 0x75, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x21, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x7f, 0x0a, 0x28, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, @@ -11522,11 +11500,11 @@ var file_message_proto_rawDesc = []byte{ 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x75, 0x6e, 0x54, 0x69, - 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x53, 0x0a, 0x15, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, - 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x09, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x53, 0x0a, 0x15, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, - 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x13, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, + 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x13, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x3b, 0x0a, 0x1a, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17, @@ -11565,12 +11543,12 @@ var file_message_proto_rawDesc = []byte{ 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x72, 0x6f, 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x12, 0x5e, 0x0a, 0x1b, 0x66, 0x69, 0x72, 0x73, 0x74, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, - 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, + 0x65, 0x12, 0x5e, 0x0a, 0x1b, 0x66, 0x69, 0x72, 0x73, 0x74, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x18, 0x66, 0x69, 0x72, 0x73, 0x74, 0x57, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x42, 0x61, 0x63, 0x6b, 0x6f, 0x66, + 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x18, 0x66, 0x69, 0x72, 0x73, 0x74, 0x44, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x42, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, 0x12, 0x19, 0x0a, 0x04, 0x6d, 0x65, 0x6d, 0x6f, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x4d, 0x65, 0x6d, 0x6f, 0x52, 0x04, 0x6d, 0x65, 0x6d, 0x6f, 0x12, 0x3e, 0x0a, 0x11, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, @@ -11588,10 +11566,10 @@ var file_message_proto_rawDesc = []byte{ 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, + 0x74, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, + 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xc2, 0x01, 0x0a, 0x26, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, @@ -11600,10 +11578,10 @@ var file_message_proto_rawDesc = []byte{ 0x07, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x12, 0x2c, 0x0a, 0x0b, 0x72, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x52, 0x65, 0x74, 0x72, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x0a, 0x72, 0x65, 0x74, 0x72, - 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, - 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, + 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, - 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, + 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x58, 0x0a, 0x28, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x64, 0x4f, 0x75, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, @@ -11630,15 +11608,15 @@ var file_message_proto_rawDesc = []byte{ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x75, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x53, 0x0a, 0x15, - 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, + 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x13, 0x77, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, - 0x74, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x13, 0x64, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, + 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x55, 0x0a, 0x16, 0x62, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, @@ -11662,8 +11640,8 @@ var file_message_proto_rawDesc = []byte{ 0x63, 0x68, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x52, 0x10, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x74, - 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x22, 0xbe, 0x01, 0x0a, 0x24, 0x57, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x22, 0xbe, 0x01, 0x0a, 0x24, 0x44, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x09, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, @@ -11674,8 +11652,8 @@ var file_message_proto_rawDesc = []byte{ 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x13, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x6f, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x07, 0x61, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x22, 0x8d, 0x01, 0x0a, 0x22, 0x57, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, + 0x52, 0x07, 0x61, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x22, 0x8d, 0x01, 0x0a, 0x22, 0x44, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x73, 0x63, @@ -11683,8 +11661,8 @@ var file_message_proto_rawDesc = []byte{ 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x1d, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x22, 0xc3, 0x01, 0x0a, 0x24, 0x57, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x22, 0xc3, 0x01, 0x0a, 0x24, 0x44, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, @@ -11696,7 +11674,7 @@ var file_message_proto_rawDesc = []byte{ 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x27, 0x0a, 0x0f, 0x62, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x5f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x73, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x73, 0x75, 0x6d, 0x22, - 0xae, 0x01, 0x0a, 0x23, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, + 0xae, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x64, 0x4f, 0x75, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, @@ -11707,7 +11685,7 @@ var file_message_proto_rawDesc = []byte{ 0x2f, 0x0a, 0x0c, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0c, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x22, 0x80, 0x03, 0x0a, 0x21, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, + 0x22, 0x80, 0x03, 0x0a, 0x21, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, @@ -11716,7 +11694,7 @@ var file_message_proto_rawDesc = []byte{ 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x05, 0x63, 0x61, 0x75, 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x18, 0x2e, - 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x46, 0x61, 0x69, 0x6c, + 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x61, 0x75, 0x73, 0x65, 0x52, 0x05, 0x63, 0x61, 0x75, 0x73, 0x65, 0x12, 0x22, 0x0a, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x52, 0x07, 0x66, 0x61, 0x69, 0x6c, 0x75, @@ -11769,10 +11747,10 @@ var file_message_proto_rawDesc = []byte{ 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x10, 0x68, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, - 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, + 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, - 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, + 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x0c, 0x72, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x52, 0x65, 0x74, 0x72, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x0b, 0x72, 0x65, 0x74, @@ -11835,10 +11813,10 @@ var file_message_proto_rawDesc = []byte{ 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, + 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x86, 0x02, 0x0a, 0x23, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, @@ -11865,10 +11843,10 @@ var file_message_proto_rawDesc = []byte{ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x12, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x6f, 0x46, - 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, + 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, + 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x60, 0x0a, 0x19, 0x54, 0x69, 0x6d, 0x65, 0x72, 0x46, 0x69, 0x72, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, @@ -11882,10 +11860,10 @@ var file_message_proto_rawDesc = []byte{ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x69, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x10, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x73, 0x74, 0x61, 0x72, - 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, + 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, + 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, + 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0xf6, @@ -11907,10 +11885,10 @@ var file_message_proto_rawDesc = []byte{ 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0x97, 0x01, 0x0a, 0x28, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, - 0x75, 0x74, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, + 0x75, 0x74, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, - 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, + 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x52, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, @@ -11922,10 +11900,10 @@ var file_message_proto_rawDesc = []byte{ 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x52, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x46, 0x0a, 0x20, 0x77, - 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, + 0x72, 0x79, 0x52, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x46, 0x0a, 0x20, 0x64, + 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, + 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x06, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x06, 0x68, 0x65, @@ -11957,10 +11935,10 @@ var file_message_proto_rawDesc = []byte{ 0x6e, 0x63, 0x65, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, - 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, - 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, + 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x41, 0x0a, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, @@ -11980,10 +11958,10 @@ var file_message_proto_rawDesc = []byte{ 0x0e, 0x32, 0x2b, 0x2e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x61, 0x75, 0x73, 0x65, 0x52, 0x05, - 0x63, 0x61, 0x75, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, - 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, + 0x63, 0x61, 0x75, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, - 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, + 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x41, 0x0a, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, @@ -12011,10 +11989,10 @@ var file_message_proto_rawDesc = []byte{ 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, + 0x73, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, + 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x41, 0x0a, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x65, 0x78, @@ -12038,9 +12016,9 @@ var file_message_proto_rawDesc = []byte{ 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x61, 0x75, 0x73, 0x65, 0x52, 0x05, 0x63, 0x61, 0x75, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x20, - 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, + 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x41, 0x0a, 0x12, @@ -12069,10 +12047,10 @@ var file_message_proto_rawDesc = []byte{ 0xb7, 0x01, 0x0a, 0x2d, 0x55, 0x70, 0x73, 0x65, 0x72, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, + 0x73, 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, + 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x3e, 0x0a, 0x11, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x74, 0x74, @@ -12103,21 +12081,21 @@ var file_message_proto_rawDesc = []byte{ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, - 0x75, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x53, 0x0a, 0x15, 0x77, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x53, 0x0a, 0x15, 0x64, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x13, 0x77, 0x6f, 0x72, 0x6b, 0x66, - 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x42, + 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x13, 0x64, 0x65, 0x63, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x42, 0x0a, 0x13, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x11, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x46, 0x0a, 0x20, - 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, + 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x18, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x69, 0x64, 0x5f, 0x72, 0x65, 0x75, 0x73, 0x65, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, @@ -12156,10 +12134,10 @@ var file_message_proto_rawDesc = []byte{ 0x6f, 0x6c, 0x12, 0x2c, 0x0a, 0x12, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, - 0x12, 0x46, 0x0a, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, + 0x12, 0x46, 0x0a, 0x20, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x77, 0x6f, 0x72, 0x6b, - 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, + 0x74, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x64, 0x65, 0x63, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x8c, 0x02, 0x0a, 0x2c, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x41, @@ -12527,10 +12505,10 @@ var file_message_proto_rawDesc = []byte{ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x73, 0x75, 0x6d, 0x12, 0x15, 0x0a, 0x06, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x75, 0x6e, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x20, - 0x66, 0x69, 0x72, 0x73, 0x74, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, + 0x66, 0x69, 0x72, 0x73, 0x74, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x69, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x66, 0x69, 0x72, 0x73, 0x74, 0x57, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1c, 0x66, 0x69, 0x72, 0x73, 0x74, 0x44, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x49, 0x64, 0x12, 0x41, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, @@ -12627,11 +12605,11 @@ var file_message_proto_rawDesc = []byte{ 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x75, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x62, 0x0a, 0x1d, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, - 0x74, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, + 0x74, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, 0x1a, - 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, + 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, @@ -12656,51 +12634,51 @@ var file_message_proto_rawDesc = []byte{ 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x04, 0x90, 0xdf, 0x1f, 0x01, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x32, 0x0a, 0x15, 0x77, 0x6f, 0x72, 0x6b, 0x66, - 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x18, 0x16, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, - 0x54, 0x61, 0x73, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x19, 0x77, - 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x63, 0x68, + 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x32, 0x0a, 0x15, 0x64, 0x65, 0x63, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x16, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, + 0x54, 0x61, 0x73, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x19, 0x64, + 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x17, 0x20, 0x01, 0x28, 0x03, 0x52, 0x16, - 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x18, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, - 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, - 0x69, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, - 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x49, 0x64, 0x12, - 0x53, 0x0a, 0x15, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, + 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x18, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, + 0x69, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x49, 0x64, 0x12, + 0x53, 0x0a, 0x15, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x04, 0x98, 0xdf, 0x1f, 0x01, 0x52, - 0x13, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, - 0x65, 0x6f, 0x75, 0x74, 0x12, 0x32, 0x0a, 0x15, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, + 0x13, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x12, 0x32, 0x0a, 0x15, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x61, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x18, 0x1a, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x13, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, - 0x6b, 0x41, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x12, 0x5d, 0x0a, 0x1a, 0x77, 0x6f, 0x72, 0x6b, - 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, + 0x01, 0x28, 0x05, 0x52, 0x13, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, + 0x6b, 0x41, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x12, 0x5d, 0x0a, 0x1a, 0x64, 0x65, 0x63, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x04, 0x90, 0xdf, 0x1f, 0x01, 0x52, 0x17, - 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, - 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x61, 0x0a, 0x1c, 0x77, 0x6f, 0x72, 0x6b, 0x66, - 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x72, + 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x61, 0x0a, 0x1c, 0x64, 0x65, 0x63, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x04, 0x90, 0xdf, 0x1f, 0x01, 0x52, - 0x19, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, + 0x19, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x64, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x65, 0x64, 0x12, 0x72, 0x0a, 0x25, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, - 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x5f, + 0x65, 0x73, 0x74, 0x65, 0x64, 0x12, 0x72, 0x0a, 0x25, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x42, 0x04, 0x90, 0xdf, 0x1f, 0x01, 0x52, 0x21, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, + 0x42, 0x04, 0x90, 0xdf, 0x1f, 0x01, 0x52, 0x21, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x18, 0x77, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x77, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x64, 0x75, 0x6c, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x18, 0x64, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x64, 0x65, 0x63, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x20, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x28, @@ -13332,18 +13310,18 @@ var file_message_proto_rawDesc = []byte{ 0x03, 0x12, 0x2b, 0x0a, 0x27, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x44, 0x5f, 0x4f, 0x55, 0x54, 0x10, 0x04, 0x12, 0x26, - 0x0a, 0x22, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x57, 0x4f, 0x52, - 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x44, + 0x0a, 0x22, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x43, + 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x44, 0x55, 0x4c, 0x45, 0x44, 0x10, 0x05, 0x12, 0x24, 0x0a, 0x20, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, - 0x54, 0x59, 0x50, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, + 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x53, 0x54, 0x41, 0x52, 0x54, 0x45, 0x44, 0x10, 0x06, 0x12, 0x26, 0x0a, 0x22, - 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, - 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4d, 0x50, 0x4c, 0x45, 0x54, + 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x43, 0x49, 0x53, + 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4d, 0x50, 0x4c, 0x45, 0x54, 0x45, 0x44, 0x10, 0x07, 0x12, 0x26, 0x0a, 0x22, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, - 0x50, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, + 0x50, 0x45, 0x5f, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x44, 0x5f, 0x4f, 0x55, 0x54, 0x10, 0x08, 0x12, 0x23, 0x0a, 0x1f, - 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, - 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, + 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x43, 0x49, 0x53, + 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x09, 0x12, 0x26, 0x0a, 0x22, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x44, 0x55, 0x4c, 0x45, 0x44, 0x10, 0x0a, 0x12, 0x24, 0x0a, 0x20, 0x45, 0x56, 0x45, @@ -13539,97 +13517,97 @@ var file_message_proto_rawDesc = []byte{ 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x4c, 0x49, 0x53, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x10, 0x02, 0x2a, 0xd7, 0x0b, - 0x0a, 0x17, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x54, 0x61, 0x73, 0x6b, 0x46, 0x61, - 0x69, 0x6c, 0x65, 0x64, 0x43, 0x61, 0x75, 0x73, 0x65, 0x12, 0x2a, 0x0a, 0x26, 0x57, 0x4f, 0x52, - 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, + 0x0a, 0x17, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x46, 0x61, + 0x69, 0x6c, 0x65, 0x64, 0x43, 0x61, 0x75, 0x73, 0x65, 0x12, 0x2a, 0x0a, 0x26, 0x44, 0x45, 0x43, + 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, - 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x30, 0x0a, 0x2c, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, - 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, + 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x30, 0x0a, 0x2c, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, + 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x55, 0x4e, 0x48, 0x41, 0x4e, 0x44, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x4f, - 0x4d, 0x4d, 0x41, 0x4e, 0x44, 0x10, 0x01, 0x12, 0x3f, 0x0a, 0x3b, 0x57, 0x4f, 0x52, 0x4b, 0x46, - 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, + 0x4d, 0x4d, 0x41, 0x4e, 0x44, 0x10, 0x01, 0x12, 0x3f, 0x0a, 0x3b, 0x44, 0x45, 0x43, 0x49, 0x53, + 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x44, 0x55, 0x4c, 0x45, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x41, 0x54, 0x54, 0x52, - 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x02, 0x12, 0x45, 0x0a, 0x41, 0x57, 0x4f, 0x52, 0x4b, - 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, + 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x02, 0x12, 0x45, 0x0a, 0x41, 0x44, 0x45, 0x43, 0x49, + 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x03, 0x12, - 0x39, 0x0a, 0x35, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, + 0x39, 0x0a, 0x35, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x53, 0x54, 0x41, 0x52, 0x54, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x52, 0x5f, 0x41, 0x54, - 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x04, 0x12, 0x3a, 0x0a, 0x36, 0x57, 0x4f, - 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, + 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x04, 0x12, 0x3a, 0x0a, 0x36, 0x44, 0x45, + 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x52, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, - 0x55, 0x54, 0x45, 0x53, 0x10, 0x05, 0x12, 0x3b, 0x0a, 0x37, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, - 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, + 0x55, 0x54, 0x45, 0x53, 0x10, 0x05, 0x12, 0x3b, 0x0a, 0x37, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, + 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x52, 0x45, 0x43, 0x4f, 0x52, 0x44, 0x5f, 0x4d, 0x41, 0x52, 0x4b, 0x45, 0x52, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, - 0x53, 0x10, 0x06, 0x12, 0x49, 0x0a, 0x45, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, + 0x53, 0x10, 0x06, 0x12, 0x49, 0x0a, 0x45, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x43, 0x4f, 0x4d, 0x50, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x07, 0x12, 0x45, - 0x0a, 0x41, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, + 0x0a, 0x41, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, - 0x54, 0x45, 0x53, 0x10, 0x08, 0x12, 0x47, 0x0a, 0x43, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, - 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, + 0x54, 0x45, 0x53, 0x10, 0x08, 0x12, 0x47, 0x0a, 0x43, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, + 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x09, 0x12, 0x58, - 0x0a, 0x54, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, + 0x0a, 0x54, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x5f, 0x45, 0x58, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x54, 0x54, 0x52, - 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x0a, 0x12, 0x3d, 0x0a, 0x39, 0x57, 0x4f, 0x52, 0x4b, - 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, + 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x0a, 0x12, 0x3d, 0x0a, 0x39, 0x44, 0x45, 0x43, 0x49, + 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x49, 0x4e, 0x55, 0x45, 0x5f, 0x41, 0x53, 0x5f, 0x4e, 0x45, 0x57, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, - 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x0b, 0x12, 0x37, 0x0a, 0x33, 0x57, 0x4f, 0x52, 0x4b, 0x46, - 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, + 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x0b, 0x12, 0x37, 0x0a, 0x33, 0x44, 0x45, 0x43, 0x49, 0x53, + 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x53, 0x54, 0x41, 0x52, 0x54, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x52, 0x5f, 0x44, 0x55, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x49, 0x44, 0x10, 0x0c, - 0x12, 0x35, 0x0a, 0x31, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, + 0x12, 0x35, 0x0a, 0x31, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x45, 0x54, 0x5f, 0x53, 0x54, 0x49, 0x43, 0x4b, 0x59, 0x5f, 0x54, 0x41, 0x53, 0x4b, - 0x5f, 0x4c, 0x49, 0x53, 0x54, 0x10, 0x0d, 0x12, 0x40, 0x0a, 0x3c, 0x57, 0x4f, 0x52, 0x4b, 0x46, - 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, + 0x5f, 0x4c, 0x49, 0x53, 0x54, 0x10, 0x0d, 0x12, 0x40, 0x0a, 0x3c, 0x44, 0x45, 0x43, 0x49, 0x53, + 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x45, 0x52, 0x5f, 0x55, 0x4e, 0x48, 0x41, 0x4e, 0x44, 0x4c, 0x45, 0x44, 0x5f, - 0x46, 0x41, 0x49, 0x4c, 0x55, 0x52, 0x45, 0x10, 0x0e, 0x12, 0x47, 0x0a, 0x43, 0x57, 0x4f, 0x52, - 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, + 0x46, 0x41, 0x49, 0x4c, 0x55, 0x52, 0x45, 0x10, 0x0e, 0x12, 0x47, 0x0a, 0x43, 0x44, 0x45, 0x43, + 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x53, 0x49, 0x47, 0x4e, 0x41, 0x4c, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, - 0x10, 0x0f, 0x12, 0x43, 0x0a, 0x3f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, + 0x10, 0x0f, 0x12, 0x43, 0x0a, 0x3f, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x53, 0x54, 0x41, 0x52, 0x54, 0x5f, 0x43, 0x48, 0x49, 0x4c, 0x44, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, - 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x10, 0x12, 0x32, 0x0a, 0x2e, 0x57, 0x4f, 0x52, 0x4b, 0x46, - 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, + 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x10, 0x12, 0x32, 0x0a, 0x2e, 0x44, 0x45, 0x43, 0x49, 0x53, + 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x43, 0x45, 0x5f, 0x43, 0x4c, 0x4f, 0x53, - 0x45, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x41, 0x4e, 0x44, 0x10, 0x11, 0x12, 0x35, 0x0a, 0x31, 0x57, - 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, + 0x45, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x41, 0x4e, 0x44, 0x10, 0x11, 0x12, 0x35, 0x0a, 0x31, 0x44, + 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x4f, 0x56, 0x45, 0x52, 0x5f, 0x43, 0x4c, 0x4f, 0x53, 0x45, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x41, 0x4e, 0x44, - 0x10, 0x12, 0x12, 0x34, 0x0a, 0x30, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, + 0x10, 0x12, 0x12, 0x34, 0x0a, 0x30, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x53, 0x49, 0x47, 0x4e, 0x41, 0x4c, 0x5f, 0x49, 0x4e, 0x50, 0x55, - 0x54, 0x5f, 0x53, 0x49, 0x5a, 0x45, 0x10, 0x13, 0x12, 0x2d, 0x0a, 0x29, 0x57, 0x4f, 0x52, 0x4b, - 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, + 0x54, 0x5f, 0x53, 0x49, 0x5a, 0x45, 0x10, 0x13, 0x12, 0x2d, 0x0a, 0x29, 0x44, 0x45, 0x43, 0x49, + 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x45, 0x54, 0x5f, 0x57, 0x4f, 0x52, - 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x10, 0x14, 0x12, 0x29, 0x0a, 0x25, 0x57, 0x4f, 0x52, 0x4b, 0x46, - 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, + 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x10, 0x14, 0x12, 0x29, 0x0a, 0x25, 0x44, 0x45, 0x43, 0x49, 0x53, + 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x42, 0x49, 0x4e, 0x41, 0x52, 0x59, - 0x10, 0x15, 0x12, 0x3d, 0x0a, 0x39, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, + 0x10, 0x15, 0x12, 0x3d, 0x0a, 0x39, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x44, 0x55, 0x4c, 0x45, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x44, 0x55, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x49, 0x44, 0x10, - 0x16, 0x12, 0x34, 0x0a, 0x30, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, + 0x16, 0x12, 0x34, 0x0a, 0x30, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x43, 0x41, 0x55, 0x53, 0x45, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x17, 0x2a, 0xbd, 0x01, 0x0a, 0x16, 0x43, 0x6f, 0x6e, 0x74, @@ -13709,7 +13687,7 @@ var file_message_proto_rawDesc = []byte{ 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x10, 0x02, 0x12, 0x24, 0x0a, 0x20, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, - 0x46, 0x45, 0x52, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, + 0x46, 0x45, 0x52, 0x5f, 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x10, 0x03, 0x12, 0x24, 0x0a, 0x20, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x10, 0x04, 0x12, 0x26, 0x0a, 0x22, 0x54, 0x41, 0x53, @@ -13733,7 +13711,7 @@ var file_message_proto_rawDesc = []byte{ 0x50, 0x53, 0x45, 0x52, 0x54, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x53, 0x10, 0x0b, 0x12, 0x23, 0x0a, 0x1f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, - 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x54, 0x49, + 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, 0x0c, 0x12, 0x1e, 0x0a, 0x1a, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, 0x0d, 0x12, 0x18, 0x0a, 0x14, 0x54, 0x41, 0x53, 0x4b, 0x5f, @@ -13786,7 +13764,7 @@ var file_message_proto_goTypes = []interface{}{ (ParentClosePolicy)(0), // 9: ParentClosePolicy (TaskListKind)(0), // 10: TaskListKind (TaskListType)(0), // 11: TaskListType - (WorkflowTaskFailedCause)(0), // 12: WorkflowTaskFailedCause + (DecisionTaskFailedCause)(0), // 12: DecisionTaskFailedCause (ContinueAsNewInitiator)(0), // 13: ContinueAsNewInitiator (WorkflowExecutionStatus)(0), // 14: WorkflowExecutionStatus (ReplicationTaskType)(0), // 15: ReplicationTaskType @@ -13807,11 +13785,11 @@ var file_message_proto_goTypes = []interface{}{ (*WorkflowExecutionFailedEventAttributes)(nil), // 30: WorkflowExecutionFailedEventAttributes (*WorkflowExecutionTimedOutEventAttributes)(nil), // 31: WorkflowExecutionTimedOutEventAttributes (*WorkflowExecutionContinuedAsNewEventAttributes)(nil), // 32: WorkflowExecutionContinuedAsNewEventAttributes - (*WorkflowTaskScheduledEventAttributes)(nil), // 33: WorkflowTaskScheduledEventAttributes - (*WorkflowTaskStartedEventAttributes)(nil), // 34: WorkflowTaskStartedEventAttributes - (*WorkflowTaskCompletedEventAttributes)(nil), // 35: WorkflowTaskCompletedEventAttributes - (*WorkflowTaskTimedOutEventAttributes)(nil), // 36: WorkflowTaskTimedOutEventAttributes - (*WorkflowTaskFailedEventAttributes)(nil), // 37: WorkflowTaskFailedEventAttributes + (*DecisionTaskScheduledEventAttributes)(nil), // 33: DecisionTaskScheduledEventAttributes + (*DecisionTaskStartedEventAttributes)(nil), // 34: DecisionTaskStartedEventAttributes + (*DecisionTaskCompletedEventAttributes)(nil), // 35: DecisionTaskCompletedEventAttributes + (*DecisionTaskTimedOutEventAttributes)(nil), // 36: DecisionTaskTimedOutEventAttributes + (*DecisionTaskFailedEventAttributes)(nil), // 37: DecisionTaskFailedEventAttributes (*ActivityTaskScheduledEventAttributes)(nil), // 38: ActivityTaskScheduledEventAttributes (*ActivityTaskStartedEventAttributes)(nil), // 39: ActivityTaskStartedEventAttributes (*ActivityTaskCompletedEventAttributes)(nil), // 40: ActivityTaskCompletedEventAttributes @@ -13950,11 +13928,11 @@ var file_message_proto_depIdxs = []int32{ 29, // 27: HistoryEvent.workflow_execution_completed_event_attributes:type_name -> WorkflowExecutionCompletedEventAttributes 30, // 28: HistoryEvent.workflow_execution_failed_event_attributes:type_name -> WorkflowExecutionFailedEventAttributes 31, // 29: HistoryEvent.workflow_execution_timed_out_event_attributes:type_name -> WorkflowExecutionTimedOutEventAttributes - 33, // 30: HistoryEvent.workflow_task_scheduled_event_attributes:type_name -> WorkflowTaskScheduledEventAttributes - 34, // 31: HistoryEvent.workflow_task_started_event_attributes:type_name -> WorkflowTaskStartedEventAttributes - 35, // 32: HistoryEvent.workflow_task_completed_event_attributes:type_name -> WorkflowTaskCompletedEventAttributes - 36, // 33: HistoryEvent.workflow_task_timed_out_event_attributes:type_name -> WorkflowTaskTimedOutEventAttributes - 37, // 34: HistoryEvent.workflow_task_failed_event_attributes:type_name -> WorkflowTaskFailedEventAttributes + 33, // 30: HistoryEvent.decision_task_scheduled_event_attributes:type_name -> DecisionTaskScheduledEventAttributes + 34, // 31: HistoryEvent.decision_task_started_event_attributes:type_name -> DecisionTaskStartedEventAttributes + 35, // 32: HistoryEvent.decision_task_completed_event_attributes:type_name -> DecisionTaskCompletedEventAttributes + 36, // 33: HistoryEvent.decision_task_timed_out_event_attributes:type_name -> DecisionTaskTimedOutEventAttributes + 37, // 34: HistoryEvent.decision_task_failed_event_attributes:type_name -> DecisionTaskFailedEventAttributes 38, // 35: HistoryEvent.activity_task_scheduled_event_attributes:type_name -> ActivityTaskScheduledEventAttributes 39, // 36: HistoryEvent.activity_task_started_event_attributes:type_name -> ActivityTaskStartedEventAttributes 40, // 37: HistoryEvent.activity_task_completed_event_attributes:type_name -> ActivityTaskCompletedEventAttributes @@ -13992,13 +13970,13 @@ var file_message_proto_depIdxs = []int32{ 70, // 69: WorkflowExecutionStartedEventAttributes.input:type_name -> Payloads 142, // 70: WorkflowExecutionStartedEventAttributes.workflow_execution_timeout:type_name -> google.protobuf.Duration 142, // 71: WorkflowExecutionStartedEventAttributes.workflow_run_timeout:type_name -> google.protobuf.Duration - 142, // 72: WorkflowExecutionStartedEventAttributes.workflow_task_timeout:type_name -> google.protobuf.Duration + 142, // 72: WorkflowExecutionStartedEventAttributes.decision_task_timeout:type_name -> google.protobuf.Duration 13, // 73: WorkflowExecutionStartedEventAttributes.initiator:type_name -> ContinueAsNewInitiator 80, // 74: WorkflowExecutionStartedEventAttributes.continued_failure:type_name -> Failure 70, // 75: WorkflowExecutionStartedEventAttributes.last_completion_result:type_name -> Payloads 85, // 76: WorkflowExecutionStartedEventAttributes.retry_policy:type_name -> RetryPolicy 141, // 77: WorkflowExecutionStartedEventAttributes.workflow_execution_expiration_time:type_name -> google.protobuf.Timestamp - 142, // 78: WorkflowExecutionStartedEventAttributes.first_workflow_task_backoff:type_name -> google.protobuf.Duration + 142, // 78: WorkflowExecutionStartedEventAttributes.first_decision_task_backoff:type_name -> google.protobuf.Duration 83, // 79: WorkflowExecutionStartedEventAttributes.memo:type_name -> Memo 82, // 80: WorkflowExecutionStartedEventAttributes.search_attributes:type_name -> SearchAttributes 93, // 81: WorkflowExecutionStartedEventAttributes.prev_auto_reset_points:type_name -> ResetPoints @@ -14011,7 +13989,7 @@ var file_message_proto_depIdxs = []int32{ 86, // 88: WorkflowExecutionContinuedAsNewEventAttributes.task_list:type_name -> TaskList 70, // 89: WorkflowExecutionContinuedAsNewEventAttributes.input:type_name -> Payloads 142, // 90: WorkflowExecutionContinuedAsNewEventAttributes.workflow_run_timeout:type_name -> google.protobuf.Duration - 142, // 91: WorkflowExecutionContinuedAsNewEventAttributes.workflow_task_timeout:type_name -> google.protobuf.Duration + 142, // 91: WorkflowExecutionContinuedAsNewEventAttributes.decision_task_timeout:type_name -> google.protobuf.Duration 142, // 92: WorkflowExecutionContinuedAsNewEventAttributes.backoff_start_interval:type_name -> google.protobuf.Duration 13, // 93: WorkflowExecutionContinuedAsNewEventAttributes.initiator:type_name -> ContinueAsNewInitiator 80, // 94: WorkflowExecutionContinuedAsNewEventAttributes.failure:type_name -> Failure @@ -14019,11 +13997,11 @@ var file_message_proto_depIdxs = []int32{ 84, // 96: WorkflowExecutionContinuedAsNewEventAttributes.header:type_name -> Header 83, // 97: WorkflowExecutionContinuedAsNewEventAttributes.memo:type_name -> Memo 82, // 98: WorkflowExecutionContinuedAsNewEventAttributes.search_attributes:type_name -> SearchAttributes - 86, // 99: WorkflowTaskScheduledEventAttributes.task_list:type_name -> TaskList - 142, // 100: WorkflowTaskScheduledEventAttributes.start_to_close_timeout:type_name -> google.protobuf.Duration - 4, // 101: WorkflowTaskTimedOutEventAttributes.timeout_type:type_name -> TimeoutType - 12, // 102: WorkflowTaskFailedEventAttributes.cause:type_name -> WorkflowTaskFailedCause - 80, // 103: WorkflowTaskFailedEventAttributes.failure:type_name -> Failure + 86, // 99: DecisionTaskScheduledEventAttributes.task_list:type_name -> TaskList + 142, // 100: DecisionTaskScheduledEventAttributes.start_to_close_timeout:type_name -> google.protobuf.Duration + 4, // 101: DecisionTaskTimedOutEventAttributes.timeout_type:type_name -> TimeoutType + 12, // 102: DecisionTaskFailedEventAttributes.cause:type_name -> DecisionTaskFailedCause + 80, // 103: DecisionTaskFailedEventAttributes.failure:type_name -> Failure 81, // 104: ActivityTaskScheduledEventAttributes.activity_type:type_name -> ActivityType 86, // 105: ActivityTaskScheduledEventAttributes.task_list:type_name -> TaskList 84, // 106: ActivityTaskScheduledEventAttributes.header:type_name -> Header @@ -14063,7 +14041,7 @@ var file_message_proto_depIdxs = []int32{ 70, // 140: StartChildWorkflowExecutionInitiatedEventAttributes.input:type_name -> Payloads 142, // 141: StartChildWorkflowExecutionInitiatedEventAttributes.workflow_execution_timeout:type_name -> google.protobuf.Duration 142, // 142: StartChildWorkflowExecutionInitiatedEventAttributes.workflow_run_timeout:type_name -> google.protobuf.Duration - 142, // 143: StartChildWorkflowExecutionInitiatedEventAttributes.workflow_task_timeout:type_name -> google.protobuf.Duration + 142, // 143: StartChildWorkflowExecutionInitiatedEventAttributes.decision_task_timeout:type_name -> google.protobuf.Duration 9, // 144: StartChildWorkflowExecutionInitiatedEventAttributes.parent_close_policy:type_name -> ParentClosePolicy 8, // 145: StartChildWorkflowExecutionInitiatedEventAttributes.workflow_id_reuse_policy:type_name -> WorkflowIdReusePolicy 85, // 146: StartChildWorkflowExecutionInitiatedEventAttributes.retry_policy:type_name -> RetryPolicy @@ -14133,14 +14111,14 @@ var file_message_proto_depIdxs = []int32{ 27, // 210: WorkflowExecutionInfo.completion_event:type_name -> HistoryEvent 142, // 211: WorkflowExecutionInfo.workflow_execution_timeout:type_name -> google.protobuf.Duration 142, // 212: WorkflowExecutionInfo.workflow_run_timeout:type_name -> google.protobuf.Duration - 142, // 213: WorkflowExecutionInfo.default_workflow_task_timeout:type_name -> google.protobuf.Duration + 142, // 213: WorkflowExecutionInfo.default_decision_task_timeout:type_name -> google.protobuf.Duration 98, // 214: WorkflowExecutionInfo.replication_data:type_name -> ReplicationData 141, // 215: WorkflowExecutionInfo.start_time:type_name -> google.protobuf.Timestamp 141, // 216: WorkflowExecutionInfo.last_update_time:type_name -> google.protobuf.Timestamp - 142, // 217: WorkflowExecutionInfo.workflow_task_timeout:type_name -> google.protobuf.Duration - 141, // 218: WorkflowExecutionInfo.workflow_task_started_time:type_name -> google.protobuf.Timestamp - 141, // 219: WorkflowExecutionInfo.workflow_task_scheduled_time:type_name -> google.protobuf.Timestamp - 141, // 220: WorkflowExecutionInfo.workflow_task_original_scheduled_time:type_name -> google.protobuf.Timestamp + 142, // 217: WorkflowExecutionInfo.decision_task_timeout:type_name -> google.protobuf.Duration + 141, // 218: WorkflowExecutionInfo.decision_task_started_time:type_name -> google.protobuf.Timestamp + 141, // 219: WorkflowExecutionInfo.decision_task_scheduled_time:type_name -> google.protobuf.Timestamp + 141, // 220: WorkflowExecutionInfo.decision_task_original_scheduled_time:type_name -> google.protobuf.Timestamp 142, // 221: WorkflowExecutionInfo.sticky_schedule_to_start_timeout:type_name -> google.protobuf.Duration 142, // 222: WorkflowExecutionInfo.retry_initial_interval:type_name -> google.protobuf.Duration 142, // 223: WorkflowExecutionInfo.retry_maximum_interval:type_name -> google.protobuf.Duration @@ -14383,7 +14361,7 @@ func file_message_proto_init() { } } file_message_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WorkflowTaskScheduledEventAttributes); i { + switch v := v.(*DecisionTaskScheduledEventAttributes); i { case 0: return &v.state case 1: @@ -14395,7 +14373,7 @@ func file_message_proto_init() { } } file_message_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WorkflowTaskStartedEventAttributes); i { + switch v := v.(*DecisionTaskStartedEventAttributes); i { case 0: return &v.state case 1: @@ -14407,7 +14385,7 @@ func file_message_proto_init() { } } file_message_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WorkflowTaskCompletedEventAttributes); i { + switch v := v.(*DecisionTaskCompletedEventAttributes); i { case 0: return &v.state case 1: @@ -14419,7 +14397,7 @@ func file_message_proto_init() { } } file_message_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WorkflowTaskTimedOutEventAttributes); i { + switch v := v.(*DecisionTaskTimedOutEventAttributes); i { case 0: return &v.state case 1: @@ -14431,7 +14409,7 @@ func file_message_proto_init() { } } file_message_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WorkflowTaskFailedEventAttributes); i { + switch v := v.(*DecisionTaskFailedEventAttributes); i { case 0: return &v.state case 1: @@ -15504,11 +15482,11 @@ func file_message_proto_init() { (*HistoryEvent_WorkflowExecutionCompletedEventAttributes)(nil), (*HistoryEvent_WorkflowExecutionFailedEventAttributes)(nil), (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes)(nil), - (*HistoryEvent_WorkflowTaskScheduledEventAttributes)(nil), - (*HistoryEvent_WorkflowTaskStartedEventAttributes)(nil), - (*HistoryEvent_WorkflowTaskCompletedEventAttributes)(nil), - (*HistoryEvent_WorkflowTaskTimedOutEventAttributes)(nil), - (*HistoryEvent_WorkflowTaskFailedEventAttributes)(nil), + (*HistoryEvent_DecisionTaskScheduledEventAttributes)(nil), + (*HistoryEvent_DecisionTaskStartedEventAttributes)(nil), + (*HistoryEvent_DecisionTaskCompletedEventAttributes)(nil), + (*HistoryEvent_DecisionTaskTimedOutEventAttributes)(nil), + (*HistoryEvent_DecisionTaskFailedEventAttributes)(nil), (*HistoryEvent_ActivityTaskScheduledEventAttributes)(nil), (*HistoryEvent_ActivityTaskStartedEventAttributes)(nil), (*HistoryEvent_ActivityTaskCompletedEventAttributes)(nil), diff --git a/proto/persistenceblobs/v1/message.proto b/proto/persistenceblobs/v1/message.proto index 62ce9166dc4..8ebc143a2bc 100644 --- a/proto/persistenceblobs/v1/message.proto +++ b/proto/persistenceblobs/v1/message.proto @@ -114,11 +114,11 @@ message HistoryEvent { WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7; WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8; WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9; - WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10; - WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11; - WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12; - WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13; - WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14; + DecisionTaskScheduledEventAttributes decision_task_scheduled_event_attributes = 10; + DecisionTaskStartedEventAttributes decision_task_started_event_attributes = 11; + DecisionTaskCompletedEventAttributes decision_task_completed_event_attributes = 12; + DecisionTaskTimedOutEventAttributes decision_task_timed_out_event_attributes = 13; + DecisionTaskFailedEventAttributes decision_task_failed_event_attributes = 14; ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15; ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16; ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17; @@ -160,11 +160,11 @@ enum EventType { EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED = 2; EVENT_TYPE_WORKFLOW_EXECUTION_FAILED = 3; EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT = 4; - EVENT_TYPE_WORKFLOW_TASK_SCHEDULED = 5; - EVENT_TYPE_WORKFLOW_TASK_STARTED = 6; - EVENT_TYPE_WORKFLOW_TASK_COMPLETED = 7; - EVENT_TYPE_WORKFLOW_TASK_TIMED_OUT = 8; - EVENT_TYPE_WORKFLOW_TASK_FAILED = 9; + EVENT_TYPE_DECISION_TASK_SCHEDULED = 5; + EVENT_TYPE_DECISION_TASK_STARTED = 6; + EVENT_TYPE_DECISION_TASK_COMPLETED = 7; + EVENT_TYPE_DECISION_TASK_TIMED_OUT = 8; + EVENT_TYPE_DECISION_TASK_FAILED = 9; EVENT_TYPE_ACTIVITY_TASK_SCHEDULED = 10; EVENT_TYPE_ACTIVITY_TASK_STARTED = 11; EVENT_TYPE_ACTIVITY_TASK_COMPLETED = 12; @@ -210,7 +210,7 @@ message WorkflowExecutionStartedEventAttributes { // Timeout of a single workflow run. google.protobuf.Duration workflow_run_timeout = 8 [(gogoproto.stdduration) = true]; // Timeout of a single workflow task. - google.protobuf.Duration workflow_task_timeout = 9 [(gogoproto.stdduration) = true]; + google.protobuf.Duration decision_task_timeout = 9 [(gogoproto.stdduration) = true]; string continued_execution_run_id = 10; ContinueAsNewInitiator initiator = 11; Failure continued_failure = 12; @@ -226,7 +226,7 @@ message WorkflowExecutionStartedEventAttributes { // This time is passed without change to the next run/retry of a workflow. google.protobuf.Timestamp workflow_execution_expiration_time = 19 [(gogoproto.stdtime) = true]; string cron_schedule = 20; - google.protobuf.Duration first_workflow_task_backoff = 21 [(gogoproto.stdduration) = true]; + google.protobuf.Duration first_decision_task_backoff = 21 [(gogoproto.stdduration) = true]; Memo memo = 22; SearchAttributes search_attributes = 23; ResetPoints prev_auto_reset_points = 24; @@ -235,13 +235,13 @@ message WorkflowExecutionStartedEventAttributes { message WorkflowExecutionCompletedEventAttributes { Payloads result = 1; - int64 workflow_task_completed_event_id = 2; + int64 decision_task_completed_event_id = 2; } message WorkflowExecutionFailedEventAttributes { Failure failure = 1; RetryState retry_state = 2; - int64 workflow_task_completed_event_id = 3; + int64 decision_task_completed_event_id = 3; } message WorkflowExecutionTimedOutEventAttributes { @@ -257,8 +257,8 @@ message WorkflowExecutionContinuedAsNewEventAttributes { // Timeout of a single workflow run. google.protobuf.Duration workflow_run_timeout = 5 [(gogoproto.stdduration) = true]; // Timeout of a single workflow task. - google.protobuf.Duration workflow_task_timeout = 6 [(gogoproto.stdduration) = true]; - int64 workflow_task_completed_event_id = 7; + google.protobuf.Duration decision_task_timeout = 6 [(gogoproto.stdduration) = true]; + int64 decision_task_completed_event_id = 7; google.protobuf.Duration backoff_start_interval = 8 [(gogoproto.stdduration) = true]; ContinueAsNewInitiator initiator = 9; Failure failure = 10; @@ -268,7 +268,7 @@ message WorkflowExecutionContinuedAsNewEventAttributes { SearchAttributes search_attributes = 14; } -message WorkflowTaskScheduledEventAttributes { +message DecisionTaskScheduledEventAttributes { TaskList task_list = 1; // (-- api-linter: core::0140::prepositions=disabled // aip.dev/not-precedent: "to" is used to indicate interval. --) @@ -276,29 +276,29 @@ message WorkflowTaskScheduledEventAttributes { int32 attempt = 3; } -message WorkflowTaskStartedEventAttributes { +message DecisionTaskStartedEventAttributes { int64 scheduled_event_id = 1; string identity = 2; string request_id = 3; } -message WorkflowTaskCompletedEventAttributes { +message DecisionTaskCompletedEventAttributes { int64 scheduled_event_id = 1; int64 started_event_id = 2; string identity = 3; string binary_checksum = 4; } -message WorkflowTaskTimedOutEventAttributes { +message DecisionTaskTimedOutEventAttributes { int64 scheduled_event_id = 1; int64 started_event_id = 2; TimeoutType timeout_type = 3; } -message WorkflowTaskFailedEventAttributes { +message DecisionTaskFailedEventAttributes { int64 scheduled_event_id = 1; int64 started_event_id = 2; - WorkflowTaskFailedCause cause = 3; + DecisionTaskFailedCause cause = 3; Failure failure = 4; string identity = 5; // For reset workflow. @@ -333,7 +333,7 @@ message ActivityTaskScheduledEventAttributes { google.protobuf.Duration start_to_close_timeout = 9 [(gogoproto.stdduration) = true]; // Maximum time between successful worker heartbeats. google.protobuf.Duration heartbeat_timeout = 10 [(gogoproto.stdduration) = true]; - int64 workflow_task_completed_event_id = 11; + int64 decision_task_completed_event_id = 11; // Activities are provided by a default retry policy controlled through the service dynamic configuration. // Retries are happening up to schedule_to_close_timeout. // To disable retries set retry_policy.maximum_attempts to 1. @@ -373,7 +373,7 @@ message ActivityTaskTimedOutEventAttributes { message ActivityTaskCancelRequestedEventAttributes { int64 scheduled_event_id = 1; - int64 workflow_task_completed_event_id = 2; + int64 decision_task_completed_event_id = 2; } message ActivityTaskCanceledEventAttributes { @@ -389,7 +389,7 @@ message TimerStartedEventAttributes { // (-- api-linter: core::0140::prepositions=disabled // aip.dev/not-precedent: "to" is used to indicate interval. --) google.protobuf.Duration start_to_fire_timeout = 2 [(gogoproto.stdduration) = true]; - int64 workflow_task_completed_event_id = 3; + int64 decision_task_completed_event_id = 3; } message TimerFiredEventAttributes { @@ -400,7 +400,7 @@ message TimerFiredEventAttributes { message TimerCanceledEventAttributes { string timer_id = 1; int64 started_event_id = 2; - int64 workflow_task_completed_event_id = 3; + int64 decision_task_completed_event_id = 3; string identity = 4; } @@ -412,14 +412,14 @@ message WorkflowExecutionCancelRequestedEventAttributes { } message WorkflowExecutionCanceledEventAttributes { - int64 workflow_task_completed_event_id = 1; + int64 decision_task_completed_event_id = 1; Payloads details = 2; } message MarkerRecordedEventAttributes { string marker_name = 1; map details = 2; - int64 workflow_task_completed_event_id = 3; + int64 decision_task_completed_event_id = 3; Header header = 4; Failure failure = 5; } @@ -437,7 +437,7 @@ message WorkflowExecutionTerminatedEventAttributes { } message RequestCancelExternalWorkflowExecutionInitiatedEventAttributes { - int64 workflow_task_completed_event_id = 1; + int64 decision_task_completed_event_id = 1; string domain = 2; WorkflowExecution workflow_execution = 3; string control = 4; @@ -446,7 +446,7 @@ message RequestCancelExternalWorkflowExecutionInitiatedEventAttributes { message RequestCancelExternalWorkflowExecutionFailedEventAttributes { CancelExternalWorkflowExecutionFailedCause cause = 1; - int64 workflow_task_completed_event_id = 2; + int64 decision_task_completed_event_id = 2; string domain = 3; WorkflowExecution workflow_execution = 4; int64 initiated_event_id = 5; @@ -460,7 +460,7 @@ message ExternalWorkflowExecutionCancelRequestedEventAttributes { } message SignalExternalWorkflowExecutionInitiatedEventAttributes { - int64 workflow_task_completed_event_id = 1; + int64 decision_task_completed_event_id = 1; string domain = 2; WorkflowExecution workflow_execution = 3; string signal_name = 4; @@ -471,7 +471,7 @@ message SignalExternalWorkflowExecutionInitiatedEventAttributes { message SignalExternalWorkflowExecutionFailedEventAttributes { SignalExternalWorkflowExecutionFailedCause cause = 1; - int64 workflow_task_completed_event_id = 2; + int64 decision_task_completed_event_id = 2; string domain = 3; WorkflowExecution workflow_execution = 4; int64 initiated_event_id = 5; @@ -486,7 +486,7 @@ message ExternalWorkflowExecutionSignaledEventAttributes { } message UpsertWorkflowSearchAttributesEventAttributes { - int64 workflow_task_completed_event_id = 1; + int64 decision_task_completed_event_id = 1; SearchAttributes search_attributes = 2; } @@ -501,11 +501,11 @@ message StartChildWorkflowExecutionInitiatedEventAttributes { // Timeout of a single workflow run. google.protobuf.Duration workflow_run_timeout = 7 [(gogoproto.stdduration) = true]; // Timeout of a single workflow task. - google.protobuf.Duration workflow_task_timeout = 8 [(gogoproto.stdduration) = true]; + google.protobuf.Duration decision_task_timeout = 8 [(gogoproto.stdduration) = true]; // Default: PARENT_CLOSE_POLICY_TERMINATE. ParentClosePolicy parent_close_policy = 9; string control = 10; - int64 workflow_task_completed_event_id = 11; + int64 decision_task_completed_event_id = 11; // Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE. WorkflowIdReusePolicy workflow_id_reuse_policy = 12; RetryPolicy retry_policy = 13; @@ -522,7 +522,7 @@ message StartChildWorkflowExecutionFailedEventAttributes { StartChildWorkflowExecutionFailedCause cause = 4; string control = 5; int64 initiated_event_id = 6; - int64 workflow_task_completed_event_id = 7; + int64 decision_task_completed_event_id = 7; } message ChildWorkflowExecutionStartedEventAttributes { @@ -801,31 +801,31 @@ enum TaskListType { TASK_LIST_TYPE_ACTIVITY = 2; } -enum WorkflowTaskFailedCause { - WORKFLOW_TASK_FAILED_CAUSE_UNSPECIFIED = 0; - WORKFLOW_TASK_FAILED_CAUSE_UNHANDLED_COMMAND = 1; - WORKFLOW_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES = 2; - WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES = 3; - WORKFLOW_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES = 4; - WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES = 5; - WORKFLOW_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES = 6; - WORKFLOW_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES = 7; - WORKFLOW_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES = 8; - WORKFLOW_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES = 9; - WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES = 10; - WORKFLOW_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES = 11; - WORKFLOW_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID = 12; - WORKFLOW_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST = 13; - WORKFLOW_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE = 14; - WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES = 15; - WORKFLOW_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES = 16; - WORKFLOW_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND = 17; - WORKFLOW_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND = 18; - WORKFLOW_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE = 19; - WORKFLOW_TASK_FAILED_CAUSE_RESET_WORKFLOW = 20; - WORKFLOW_TASK_FAILED_CAUSE_BAD_BINARY = 21; - WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID = 22; - WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES = 23; +enum DecisionTaskFailedCause { + DECISION_TASK_FAILED_CAUSE_UNSPECIFIED = 0; + DECISION_TASK_FAILED_CAUSE_UNHANDLED_COMMAND = 1; + DECISION_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES = 2; + DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES = 3; + DECISION_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES = 4; + DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES = 5; + DECISION_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES = 6; + DECISION_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES = 7; + DECISION_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES = 8; + DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES = 9; + DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES = 10; + DECISION_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES = 11; + DECISION_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID = 12; + DECISION_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST = 13; + DECISION_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE = 14; + DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES = 15; + DECISION_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES = 16; + DECISION_TASK_FAILED_CAUSE_FORCE_CLOSE_COMMAND = 17; + DECISION_TASK_FAILED_CAUSE_FAILOVER_CLOSE_COMMAND = 18; + DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE = 19; + DECISION_TASK_FAILED_CAUSE_RESET_WORKFLOW = 20; + DECISION_TASK_FAILED_CAUSE_BAD_BINARY = 21; + DECISION_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID = 22; + DECISION_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES = 23; } enum ContinueAsNewInitiator { @@ -842,7 +842,7 @@ message ResetPoints { message ResetPointInfo { string binary_checksum = 1; string run_id = 2; - int64 first_workflow_task_completed_id = 3; + int64 first_decision_task_completed_id = 3; google.protobuf.Timestamp create_time = 4 [(gogoproto.stdtime) = true]; // (-- api-linter: core::0214::resource-expiry=disabled // aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --) @@ -887,7 +887,7 @@ message WorkflowExecutionInfo { string workflow_type_name = 10; google.protobuf.Duration workflow_execution_timeout = 11 [(gogoproto.stdduration) = true]; google.protobuf.Duration workflow_run_timeout = 12 [(gogoproto.stdduration) = true]; - google.protobuf.Duration default_workflow_task_timeout = 13 [(gogoproto.stdduration) = true]; + google.protobuf.Duration default_decision_task_timeout = 13 [(gogoproto.stdduration) = true]; int64 start_version = 14; ReplicationData replication_data = 16; int64 last_event_task_id = 17; @@ -895,16 +895,16 @@ message WorkflowExecutionInfo { int64 last_processed_event = 19; google.protobuf.Timestamp start_time = 20 [(gogoproto.stdtime) = true]; google.protobuf.Timestamp last_update_time = 21 [(gogoproto.stdtime) = true]; - int64 workflow_task_version = 22; - int64 workflow_task_schedule_id = 23; - int64 workflow_task_started_id = 24; - google.protobuf.Duration workflow_task_timeout = 25 [(gogoproto.stdduration) = true]; - int32 workflow_task_attempt = 26; - google.protobuf.Timestamp workflow_task_started_time = 27 [(gogoproto.stdtime) = true]; - google.protobuf.Timestamp workflow_task_scheduled_time = 28 [(gogoproto.stdtime) = true]; + int64 decision_task_version = 22; + int64 decision_task_schedule_id = 23; + int64 decision_task_started_id = 24; + google.protobuf.Duration decision_task_timeout = 25 [(gogoproto.stdduration) = true]; + int32 decision_task_attempt = 26; + google.protobuf.Timestamp decision_task_started_time = 27 [(gogoproto.stdtime) = true]; + google.protobuf.Timestamp decision_task_scheduled_time = 28 [(gogoproto.stdtime) = true]; bool cancel_requested = 29; - google.protobuf.Timestamp workflow_task_original_scheduled_time = 30 [(gogoproto.stdtime) = true]; - string workflow_task_request_id = 31; + google.protobuf.Timestamp decision_task_original_scheduled_time = 30 [(gogoproto.stdtime) = true]; + string decision_task_request_id = 31; string cancel_request_id = 32; string sticky_task_list = 33; // (-- api-linter: core::0140::prepositions=disabled @@ -1140,7 +1140,7 @@ enum TaskType { TASK_TYPE_UNSPECIFIED = 0; TASK_TYPE_REPLICATION_HISTORY = 1; TASK_TYPE_REPLICATION_SYNC_ACTIVITY = 2; - TASK_TYPE_TRANSFER_WORKFLOW_TASK = 3; + TASK_TYPE_TRANSFER_DECISION_TASK = 3; TASK_TYPE_TRANSFER_ACTIVITY_TASK = 4; TASK_TYPE_TRANSFER_CLOSE_EXECUTION = 5; TASK_TYPE_TRANSFER_CANCEL_EXECUTION = 6; @@ -1149,7 +1149,7 @@ enum TaskType { TASK_TYPE_TRANSFER_RECORD_WORKFLOW_STARTED = 9; TASK_TYPE_TRANSFER_RESET_WORKFLOW = 10; TASK_TYPE_TRANSFER_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES = 11; - TASK_TYPE_WORKFLOW_TASK_TIMEOUT = 12; + TASK_TYPE_DECISION_TASK_TIMEOUT = 12; TASK_TYPE_ACTIVITY_TIMEOUT = 13; TASK_TYPE_USER_TIMER = 14; TASK_TYPE_WORKFLOW_RUN_TIMEOUT = 15;