-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathFILES
181 lines (181 loc) · 5.19 KB
/
FILES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
api_default.go
client.go
configuration.go
docs/ChannelInfo.md
docs/ChannelRequestStatus.md
docs/CommandCombination.md
docs/CommandRequest.md
docs/CommandResults.md
docs/CommandWaitingType.md
docs/Context.md
docs/DeciderTriggerType.md
docs/DefaultApi.md
docs/EncodedObject.md
docs/ErrorResponse.md
docs/ErrorSubStatus.md
docs/EventType.md
docs/ExecuteApiFailurePolicy.md
docs/ExecutingStateIdMode.md
docs/HealthInfo.md
docs/IDReusePolicy.md
docs/InterStateChannelCommand.md
docs/InterStateChannelPublishing.md
docs/InterStateChannelResult.md
docs/IwfEvent.md
docs/IwfEventError.md
docs/KeyValue.md
docs/PersistenceLoadingPolicy.md
docs/PersistenceLoadingType.md
docs/RetryPolicy.md
docs/SearchAttribute.md
docs/SearchAttributeKeyAndType.md
docs/SearchAttributeValueType.md
docs/SignalCommand.md
docs/SignalResult.md
docs/StartApiFailurePolicy.md
docs/StateCompletionOutput.md
docs/StateDecision.md
docs/StateMovement.md
docs/TimerCommand.md
docs/TimerResult.md
docs/TimerStatus.md
docs/TriggerContinueAsNewRequest.md
docs/WaitUntilApiFailurePolicy.md
docs/WorkerErrorResponse.md
docs/WorkflowAlreadyStartedOptions.md
docs/WorkflowConditionalClose.md
docs/WorkflowConditionalCloseType.md
docs/WorkflowConfig.md
docs/WorkflowConfigUpdateRequest.md
docs/WorkflowDumpRequest.md
docs/WorkflowDumpResponse.md
docs/WorkflowErrorType.md
docs/WorkflowGetDataObjectsRequest.md
docs/WorkflowGetDataObjectsResponse.md
docs/WorkflowGetRequest.md
docs/WorkflowGetResponse.md
docs/WorkflowGetSearchAttributesRequest.md
docs/WorkflowGetSearchAttributesResponse.md
docs/WorkflowIDReusePolicy.md
docs/WorkflowResetRequest.md
docs/WorkflowResetResponse.md
docs/WorkflowResetType.md
docs/WorkflowRetryPolicy.md
docs/WorkflowRpcRequest.md
docs/WorkflowRpcResponse.md
docs/WorkflowSearchRequest.md
docs/WorkflowSearchResponse.md
docs/WorkflowSearchResponseEntry.md
docs/WorkflowSetDataObjectsRequest.md
docs/WorkflowSetSearchAttributesRequest.md
docs/WorkflowSignalRequest.md
docs/WorkflowSkipTimerRequest.md
docs/WorkflowStartOptions.md
docs/WorkflowStartRequest.md
docs/WorkflowStartResponse.md
docs/WorkflowStateDecideRequest.md
docs/WorkflowStateDecideResponse.md
docs/WorkflowStateOptions.md
docs/WorkflowStateStartRequest.md
docs/WorkflowStateStartResponse.md
docs/WorkflowStatus.md
docs/WorkflowStopRequest.md
docs/WorkflowStopType.md
docs/WorkflowWaitForStateCompletionRequest.md
docs/WorkflowWaitForStateCompletionResponse.md
docs/WorkflowWorkerRpcRequest.md
docs/WorkflowWorkerRpcResponse.md
git_push.sh
go.mod
go.sum
model_channel_info.go
model_channel_request_status.go
model_command_combination.go
model_command_request.go
model_command_results.go
model_command_waiting_type.go
model_context.go
model_decider_trigger_type.go
model_encoded_object.go
model_error_response.go
model_error_sub_status.go
model_event_type.go
model_execute_api_failure_policy.go
model_executing_state_id_mode.go
model_health_info.go
model_id_reuse_policy.go
model_inter_state_channel_command.go
model_inter_state_channel_publishing.go
model_inter_state_channel_result.go
model_iwf_event.go
model_iwf_event_error.go
model_key_value.go
model_persistence_loading_policy.go
model_persistence_loading_type.go
model_retry_policy.go
model_search_attribute.go
model_search_attribute_key_and_type.go
model_search_attribute_value_type.go
model_signal_command.go
model_signal_result.go
model_start_api_failure_policy.go
model_state_completion_output.go
model_state_decision.go
model_state_movement.go
model_timer_command.go
model_timer_result.go
model_timer_status.go
model_trigger_continue_as_new_request.go
model_wait_until_api_failure_policy.go
model_worker_error_response.go
model_workflow_already_started_options.go
model_workflow_conditional_close.go
model_workflow_conditional_close_type.go
model_workflow_config.go
model_workflow_config_update_request.go
model_workflow_dump_request.go
model_workflow_dump_response.go
model_workflow_error_type.go
model_workflow_get_data_objects_request.go
model_workflow_get_data_objects_response.go
model_workflow_get_request.go
model_workflow_get_response.go
model_workflow_get_search_attributes_request.go
model_workflow_get_search_attributes_response.go
model_workflow_id_reuse_policy.go
model_workflow_reset_request.go
model_workflow_reset_response.go
model_workflow_reset_type.go
model_workflow_retry_policy.go
model_workflow_rpc_request.go
model_workflow_rpc_response.go
model_workflow_search_request.go
model_workflow_search_response.go
model_workflow_search_response_entry.go
model_workflow_set_data_objects_request.go
model_workflow_set_search_attributes_request.go
model_workflow_signal_request.go
model_workflow_skip_timer_request.go
model_workflow_start_options.go
model_workflow_start_request.go
model_workflow_start_response.go
model_workflow_state_decide_request.go
model_workflow_state_decide_response.go
model_workflow_state_options.go
model_workflow_state_start_request.go
model_workflow_state_start_response.go
model_workflow_status.go
model_workflow_stop_request.go
model_workflow_stop_type.go
model_workflow_wait_for_state_completion_request.go
model_workflow_wait_for_state_completion_response.go
model_workflow_worker_rpc_request.go
model_workflow_worker_rpc_response.go
response.go
test/api_default_test.go
utils.go