We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087a597 commit e903af1Copy full SHA for e903af1
workflows/requests.go
@@ -16,6 +16,7 @@ type GetRequest struct {
16
// TerminateRequest is the struct describing a terminate workflow request.
17
type TerminateRequest struct {
18
InstanceID string `json:"instanceID"`
19
+ Recursive bool `json:"recursive"`
20
}
21
22
// RaiseEventRequest is the struct describing a raise workflow event request.
@@ -38,4 +39,5 @@ type ResumeRequest struct {
38
39
// PurgeRequest is the object describing a Purge request.
40
type PurgeRequest struct {
41
42
43
0 commit comments