Skip to content

Commit 87ba167

Browse files
author
Chris Ludden
authored
Merge pull request #30 from cludden/cludden/workflow-initialize
v1.2.0
2 parents 384ad77 + a0ce009 commit 87ba167

File tree

15 files changed

+3239
-2138
lines changed

15 files changed

+3239
-2138
lines changed

docs/api/temporal/v1/api.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
- [temporal/v1/temporal.proto](#temporal_v1_temporal-proto)
77
- [ActivityOptions](#temporal-v1-ActivityOptions)
8+
- [CLIOptions](#temporal-v1-CLIOptions)
9+
- [CommandOptions](#temporal-v1-CommandOptions)
810
- [QueryOptions](#temporal-v1-QueryOptions)
911
- [RetryPolicy](#temporal-v1-RetryPolicy)
1012
- [ServiceOptions](#temporal-v1-ServiceOptions)
@@ -26,6 +28,8 @@
2628
- [File-level Extensions](#temporal_v1_temporal-proto-extensions)
2729
- [File-level Extensions](#temporal_v1_temporal-proto-extensions)
2830
- [File-level Extensions](#temporal_v1_temporal-proto-extensions)
31+
- [File-level Extensions](#temporal_v1_temporal-proto-extensions)
32+
- [File-level Extensions](#temporal_v1_temporal-proto-extensions)
2933

3034
- [Scalar Value Types](#scalar-value-types)
3135

@@ -60,6 +64,36 @@ available activity configuration options
6064

6165

6266

67+
<a name="temporal-v1-CLIOptions"></a>
68+
69+
### CLIOptions
70+
71+
72+
73+
| Field | Type | Label | Description |
74+
| ----- | ---- | ----- | ----------- |
75+
| ignore | [bool](#bool) | | |
76+
77+
78+
79+
80+
81+
82+
<a name="temporal-v1-CommandOptions"></a>
83+
84+
### CommandOptions
85+
86+
87+
88+
| Field | Type | Label | Description |
89+
| ----- | ---- | ----- | ----------- |
90+
| ignore | [bool](#bool) | | |
91+
92+
93+
94+
95+
96+
6397
<a name="temporal-v1-QueryOptions"></a>
6498

6599
### QueryOptions
@@ -291,10 +325,12 @@ value from an UpdateWorkflow RPC
291325
| Extension | Type | Base | Number | Description |
292326
| --------- | ---- | ---- | ------ | ----------- |
293327
| activity | ActivityOptions | .google.protobuf.MethodOptions | 7234 | |
328+
| command | CommandOptions | .google.protobuf.MethodOptions | 7238 | |
294329
| query | QueryOptions | .google.protobuf.MethodOptions | 7235 | |
295330
| signal | SignalOptions | .google.protobuf.MethodOptions | 7236 | |
296331
| update | UpdateOptions | .google.protobuf.MethodOptions | 7237 | |
297332
| workflow | WorkflowOptions | .google.protobuf.MethodOptions | 7233 | |
333+
| cli | CLIOptions | .google.protobuf.ServiceOptions | 7234 | |
298334
| service | ServiceOptions | .google.protobuf.ServiceOptions | 7233 | |
299335

300336

gen/example/v1/example_temporal.pb.go

Lines changed: 75 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)