Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct {
Descriptor
Comments Comments
Deprecated bool
HasNonDefaultOptions bool
HeartbeatTimeout time.Duration
Input string
Name string
Output string
RetryPolicy *RetryPolicy
ScheduleToCloseTimeout time.Duration
ScheduleToStartTimeout time.Duration
StartToCloseTimeout time.Duration
WaitForCancellation bool
TaskQueue string
}
type Data ¶
type Data struct {
Activities map[string]Activity
Enums map[string]Enum
Messages map[string]Message
ReferencedMessages map[string][]string
Packages map[string]Package
Queries map[string]Query
Services map[string]Service
Signals map[string]Signal
Updates map[string]Update
Workflows map[string]Workflow
}
type Enum ¶
type Enum struct {
Descriptor
Comments Comments
Values []EnumValue
}
type RetryPolicy ¶
type Workflow ¶
type Workflow struct {
Descriptor
Comments Comments
Deprecated bool
ExecutionTimeout time.Duration
ID string
IDReusePolicy string
Input string
Name string
Output string
ParentClosePolicy string
Queries map[string]WorkflowQuery
RetryPolicy *RetryPolicy
RunTimeout time.Duration
SearchAttributes string
Signals map[string]WorkflowSignal
TaskQueue string
TaskTimeout time.Duration
Updates map[string]WorkflowUpdate
WaitForCancellation bool
XNS *XNS
}
type WorkflowQuery ¶
type WorkflowQuery struct{}
type WorkflowSignal ¶
type WorkflowSignal struct {
Start bool
}
type WorkflowUpdate ¶
type WorkflowUpdate struct{}
Click to show internal directories.
Click to hide internal directories.