Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiApiV1WorkflowConfigUpdatePostRequest
- type ApiApiV1WorkflowDataobjectsGetPostRequest
- func (r ApiApiV1WorkflowDataobjectsGetPostRequest) Execute() (*WorkflowGetDataObjectsResponse, *http.Response, error)
- func (r ApiApiV1WorkflowDataobjectsGetPostRequest) WorkflowGetDataObjectsRequest(workflowGetDataObjectsRequest WorkflowGetDataObjectsRequest) ApiApiV1WorkflowDataobjectsGetPostRequest
- type ApiApiV1WorkflowDataobjectsSetPostRequest
- type ApiApiV1WorkflowGetPostRequest
- type ApiApiV1WorkflowGetWithWaitPostRequest
- type ApiApiV1WorkflowInternalDumpPostRequest
- type ApiApiV1WorkflowResetPostRequest
- type ApiApiV1WorkflowRpcPostRequest
- type ApiApiV1WorkflowSearchPostRequest
- type ApiApiV1WorkflowSearchattributesGetPostRequest
- func (r ApiApiV1WorkflowSearchattributesGetPostRequest) Execute() (*WorkflowGetSearchAttributesResponse, *http.Response, error)
- func (r ApiApiV1WorkflowSearchattributesGetPostRequest) WorkflowGetSearchAttributesRequest(workflowGetSearchAttributesRequest WorkflowGetSearchAttributesRequest) ApiApiV1WorkflowSearchattributesGetPostRequest
- type ApiApiV1WorkflowSearchattributesSetPostRequest
- type ApiApiV1WorkflowSignalPostRequest
- type ApiApiV1WorkflowStartPostRequest
- type ApiApiV1WorkflowStateDecidePostRequest
- type ApiApiV1WorkflowStateStartPostRequest
- type ApiApiV1WorkflowStopPostRequest
- type ApiApiV1WorkflowTimerSkipPostRequest
- type ApiApiV1WorkflowTriggerContinueAsNewPostRequest
- type ApiApiV1WorkflowWaitForStateCompletionPostRequest
- func (r ApiApiV1WorkflowWaitForStateCompletionPostRequest) Execute() (*WorkflowWaitForStateCompletionResponse, *http.Response, error)
- func (r ApiApiV1WorkflowWaitForStateCompletionPostRequest) WorkflowWaitForStateCompletionRequest(workflowWaitForStateCompletionRequest WorkflowWaitForStateCompletionRequest) ApiApiV1WorkflowWaitForStateCompletionPostRequest
- type ApiApiV1WorkflowWorkerRpcPostRequest
- type ApiInfoHealthcheckGetRequest
- type BasicAuth
- type ChannelInfo
- type ChannelRequestStatus
- type CommandCombination
- func (o *CommandCombination) GetCommandIds() []string
- func (o *CommandCombination) GetCommandIdsOk() ([]string, bool)
- func (o *CommandCombination) HasCommandIds() bool
- func (o CommandCombination) MarshalJSON() ([]byte, error)
- func (o *CommandCombination) SetCommandIds(v []string)
- func (o CommandCombination) ToMap() (map[string]interface{}, error)
- type CommandRequest
- func (o *CommandRequest) GetCommandCombinations() []CommandCombination
- func (o *CommandRequest) GetCommandCombinationsOk() ([]CommandCombination, bool)
- func (o *CommandRequest) GetCommandWaitingType() CommandWaitingType
- func (o *CommandRequest) GetCommandWaitingTypeOk() (*CommandWaitingType, bool)
- func (o *CommandRequest) GetDeciderTriggerType() DeciderTriggerType
- func (o *CommandRequest) GetDeciderTriggerTypeOk() (*DeciderTriggerType, bool)
- func (o *CommandRequest) GetInterStateChannelCommands() []InterStateChannelCommand
- func (o *CommandRequest) GetInterStateChannelCommandsOk() ([]InterStateChannelCommand, bool)
- func (o *CommandRequest) GetSignalCommands() []SignalCommand
- func (o *CommandRequest) GetSignalCommandsOk() ([]SignalCommand, bool)
- func (o *CommandRequest) GetTimerCommands() []TimerCommand
- func (o *CommandRequest) GetTimerCommandsOk() ([]TimerCommand, bool)
- func (o *CommandRequest) HasCommandCombinations() bool
- func (o *CommandRequest) HasCommandWaitingType() bool
- func (o *CommandRequest) HasDeciderTriggerType() bool
- func (o *CommandRequest) HasInterStateChannelCommands() bool
- func (o *CommandRequest) HasSignalCommands() bool
- func (o *CommandRequest) HasTimerCommands() bool
- func (o CommandRequest) MarshalJSON() ([]byte, error)
- func (o *CommandRequest) SetCommandCombinations(v []CommandCombination)
- func (o *CommandRequest) SetCommandWaitingType(v CommandWaitingType)
- func (o *CommandRequest) SetDeciderTriggerType(v DeciderTriggerType)
- func (o *CommandRequest) SetInterStateChannelCommands(v []InterStateChannelCommand)
- func (o *CommandRequest) SetSignalCommands(v []SignalCommand)
- func (o *CommandRequest) SetTimerCommands(v []TimerCommand)
- func (o CommandRequest) ToMap() (map[string]interface{}, error)
- type CommandResults
- func (o *CommandResults) GetInterStateChannelResults() []InterStateChannelResult
- func (o *CommandResults) GetInterStateChannelResultsOk() ([]InterStateChannelResult, bool)
- func (o *CommandResults) GetSignalResults() []SignalResult
- func (o *CommandResults) GetSignalResultsOk() ([]SignalResult, bool)
- func (o *CommandResults) GetStateStartApiSucceeded() bool
- func (o *CommandResults) GetStateStartApiSucceededOk() (*bool, bool)
- func (o *CommandResults) GetTimerResults() []TimerResult
- func (o *CommandResults) GetTimerResultsOk() ([]TimerResult, bool)
- func (o *CommandResults) HasInterStateChannelResults() bool
- func (o *CommandResults) HasSignalResults() bool
- func (o *CommandResults) HasStateStartApiSucceeded() bool
- func (o *CommandResults) HasTimerResults() bool
- func (o CommandResults) MarshalJSON() ([]byte, error)
- func (o *CommandResults) SetInterStateChannelResults(v []InterStateChannelResult)
- func (o *CommandResults) SetSignalResults(v []SignalResult)
- func (o *CommandResults) SetStateStartApiSucceeded(v bool)
- func (o *CommandResults) SetTimerResults(v []TimerResult)
- func (o CommandResults) ToMap() (map[string]interface{}, error)
- type CommandWaitingType
- type Configuration
- type Context
- func (o *Context) GetAttempt() int32
- func (o *Context) GetAttemptOk() (*int32, bool)
- func (o *Context) GetFirstAttemptTimestamp() int64
- func (o *Context) GetFirstAttemptTimestampOk() (*int64, bool)
- func (o *Context) GetStateExecutionId() string
- func (o *Context) GetStateExecutionIdOk() (*string, bool)
- func (o *Context) GetWorkflowId() string
- func (o *Context) GetWorkflowIdOk() (*string, bool)
- func (o *Context) GetWorkflowRunId() string
- func (o *Context) GetWorkflowRunIdOk() (*string, bool)
- func (o *Context) GetWorkflowStartedTimestamp() int64
- func (o *Context) GetWorkflowStartedTimestampOk() (*int64, bool)
- func (o *Context) HasAttempt() bool
- func (o *Context) HasFirstAttemptTimestamp() bool
- func (o *Context) HasStateExecutionId() bool
- func (o Context) MarshalJSON() ([]byte, error)
- func (o *Context) SetAttempt(v int32)
- func (o *Context) SetFirstAttemptTimestamp(v int64)
- func (o *Context) SetStateExecutionId(v string)
- func (o *Context) SetWorkflowId(v string)
- func (o *Context) SetWorkflowRunId(v string)
- func (o *Context) SetWorkflowStartedTimestamp(v int64)
- func (o Context) ToMap() (map[string]interface{}, error)
- type DeciderTriggerType
- type DefaultApi
- type DefaultApiService
- func (a *DefaultApiService) ApiV1WorkflowConfigUpdatePost(ctx context.Context) ApiApiV1WorkflowConfigUpdatePostRequest
- func (a *DefaultApiService) ApiV1WorkflowConfigUpdatePostExecute(r ApiApiV1WorkflowConfigUpdatePostRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowDataobjectsGetPost(ctx context.Context) ApiApiV1WorkflowDataobjectsGetPostRequest
- func (a *DefaultApiService) ApiV1WorkflowDataobjectsGetPostExecute(r ApiApiV1WorkflowDataobjectsGetPostRequest) (*WorkflowGetDataObjectsResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowDataobjectsSetPost(ctx context.Context) ApiApiV1WorkflowDataobjectsSetPostRequest
- func (a *DefaultApiService) ApiV1WorkflowDataobjectsSetPostExecute(r ApiApiV1WorkflowDataobjectsSetPostRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowGetPost(ctx context.Context) ApiApiV1WorkflowGetPostRequest
- func (a *DefaultApiService) ApiV1WorkflowGetPostExecute(r ApiApiV1WorkflowGetPostRequest) (*WorkflowGetResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowGetWithWaitPost(ctx context.Context) ApiApiV1WorkflowGetWithWaitPostRequest
- func (a *DefaultApiService) ApiV1WorkflowGetWithWaitPostExecute(r ApiApiV1WorkflowGetWithWaitPostRequest) (*WorkflowGetResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowInternalDumpPost(ctx context.Context) ApiApiV1WorkflowInternalDumpPostRequest
- func (a *DefaultApiService) ApiV1WorkflowInternalDumpPostExecute(r ApiApiV1WorkflowInternalDumpPostRequest) (*WorkflowDumpResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowResetPost(ctx context.Context) ApiApiV1WorkflowResetPostRequest
- func (a *DefaultApiService) ApiV1WorkflowResetPostExecute(r ApiApiV1WorkflowResetPostRequest) (*WorkflowResetResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowRpcPost(ctx context.Context) ApiApiV1WorkflowRpcPostRequest
- func (a *DefaultApiService) ApiV1WorkflowRpcPostExecute(r ApiApiV1WorkflowRpcPostRequest) (*WorkflowRpcResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowSearchPost(ctx context.Context) ApiApiV1WorkflowSearchPostRequest
- func (a *DefaultApiService) ApiV1WorkflowSearchPostExecute(r ApiApiV1WorkflowSearchPostRequest) (*WorkflowSearchResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowSearchattributesGetPost(ctx context.Context) ApiApiV1WorkflowSearchattributesGetPostRequest
- func (a *DefaultApiService) ApiV1WorkflowSearchattributesGetPostExecute(r ApiApiV1WorkflowSearchattributesGetPostRequest) (*WorkflowGetSearchAttributesResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowSearchattributesSetPost(ctx context.Context) ApiApiV1WorkflowSearchattributesSetPostRequest
- func (a *DefaultApiService) ApiV1WorkflowSearchattributesSetPostExecute(r ApiApiV1WorkflowSearchattributesSetPostRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowSignalPost(ctx context.Context) ApiApiV1WorkflowSignalPostRequest
- func (a *DefaultApiService) ApiV1WorkflowSignalPostExecute(r ApiApiV1WorkflowSignalPostRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowStartPost(ctx context.Context) ApiApiV1WorkflowStartPostRequest
- func (a *DefaultApiService) ApiV1WorkflowStartPostExecute(r ApiApiV1WorkflowStartPostRequest) (*WorkflowStartResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowStateDecidePost(ctx context.Context) ApiApiV1WorkflowStateDecidePostRequest
- func (a *DefaultApiService) ApiV1WorkflowStateDecidePostExecute(r ApiApiV1WorkflowStateDecidePostRequest) (*WorkflowStateDecideResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowStateStartPost(ctx context.Context) ApiApiV1WorkflowStateStartPostRequest
- func (a *DefaultApiService) ApiV1WorkflowStateStartPostExecute(r ApiApiV1WorkflowStateStartPostRequest) (*WorkflowStateStartResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowStopPost(ctx context.Context) ApiApiV1WorkflowStopPostRequest
- func (a *DefaultApiService) ApiV1WorkflowStopPostExecute(r ApiApiV1WorkflowStopPostRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowTimerSkipPost(ctx context.Context) ApiApiV1WorkflowTimerSkipPostRequest
- func (a *DefaultApiService) ApiV1WorkflowTimerSkipPostExecute(r ApiApiV1WorkflowTimerSkipPostRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowTriggerContinueAsNewPost(ctx context.Context) ApiApiV1WorkflowTriggerContinueAsNewPostRequest
- func (a *DefaultApiService) ApiV1WorkflowTriggerContinueAsNewPostExecute(r ApiApiV1WorkflowTriggerContinueAsNewPostRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowWaitForStateCompletionPost(ctx context.Context) ApiApiV1WorkflowWaitForStateCompletionPostRequest
- func (a *DefaultApiService) ApiV1WorkflowWaitForStateCompletionPostExecute(r ApiApiV1WorkflowWaitForStateCompletionPostRequest) (*WorkflowWaitForStateCompletionResponse, *http.Response, error)
- func (a *DefaultApiService) ApiV1WorkflowWorkerRpcPost(ctx context.Context) ApiApiV1WorkflowWorkerRpcPostRequest
- func (a *DefaultApiService) ApiV1WorkflowWorkerRpcPostExecute(r ApiApiV1WorkflowWorkerRpcPostRequest) (*WorkflowWorkerRpcResponse, *http.Response, error)
- func (a *DefaultApiService) InfoHealthcheckGet(ctx context.Context) ApiInfoHealthcheckGetRequest
- func (a *DefaultApiService) InfoHealthcheckGetExecute(r ApiInfoHealthcheckGetRequest) (*HealthInfo, *http.Response, error)
- type EncodedObject
- func (o *EncodedObject) GetData() string
- func (o *EncodedObject) GetDataOk() (*string, bool)
- func (o *EncodedObject) GetEncoding() string
- func (o *EncodedObject) GetEncodingOk() (*string, bool)
- func (o *EncodedObject) HasData() bool
- func (o *EncodedObject) HasEncoding() bool
- func (o EncodedObject) MarshalJSON() ([]byte, error)
- func (o *EncodedObject) SetData(v string)
- func (o *EncodedObject) SetEncoding(v string)
- func (o EncodedObject) ToMap() (map[string]interface{}, error)
- type ErrorResponse
- func (o *ErrorResponse) GetDetail() string
- func (o *ErrorResponse) GetDetailOk() (*string, bool)
- func (o *ErrorResponse) GetOriginalWorkerErrorDetail() string
- func (o *ErrorResponse) GetOriginalWorkerErrorDetailOk() (*string, bool)
- func (o *ErrorResponse) GetOriginalWorkerErrorStatus() int32
- func (o *ErrorResponse) GetOriginalWorkerErrorStatusOk() (*int32, bool)
- func (o *ErrorResponse) GetOriginalWorkerErrorType() string
- func (o *ErrorResponse) GetOriginalWorkerErrorTypeOk() (*string, bool)
- func (o *ErrorResponse) GetSubStatus() ErrorSubStatus
- func (o *ErrorResponse) GetSubStatusOk() (*ErrorSubStatus, bool)
- func (o *ErrorResponse) HasDetail() bool
- func (o *ErrorResponse) HasOriginalWorkerErrorDetail() bool
- func (o *ErrorResponse) HasOriginalWorkerErrorStatus() bool
- func (o *ErrorResponse) HasOriginalWorkerErrorType() bool
- func (o *ErrorResponse) HasSubStatus() bool
- func (o ErrorResponse) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetDetail(v string)
- func (o *ErrorResponse) SetOriginalWorkerErrorDetail(v string)
- func (o *ErrorResponse) SetOriginalWorkerErrorStatus(v int32)
- func (o *ErrorResponse) SetOriginalWorkerErrorType(v string)
- func (o *ErrorResponse) SetSubStatus(v ErrorSubStatus)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- type ErrorSubStatus
- type EventType
- type ExecuteApiFailurePolicy
- type ExecutingStateIdMode
- type GenericOpenAPIError
- type HealthInfo
- func (o *HealthInfo) GetCondition() string
- func (o *HealthInfo) GetConditionOk() (*string, bool)
- func (o *HealthInfo) GetDuration() int32
- func (o *HealthInfo) GetDurationOk() (*int32, bool)
- func (o *HealthInfo) GetHostname() string
- func (o *HealthInfo) GetHostnameOk() (*string, bool)
- func (o *HealthInfo) HasCondition() bool
- func (o *HealthInfo) HasDuration() bool
- func (o *HealthInfo) HasHostname() bool
- func (o HealthInfo) MarshalJSON() ([]byte, error)
- func (o *HealthInfo) SetCondition(v string)
- func (o *HealthInfo) SetDuration(v int32)
- func (o *HealthInfo) SetHostname(v string)
- func (o HealthInfo) ToMap() (map[string]interface{}, error)
- type IDReusePolicy
- type InterStateChannelCommand
- func (o *InterStateChannelCommand) GetAtLeast() int32
- func (o *InterStateChannelCommand) GetAtLeastOk() (*int32, bool)
- func (o *InterStateChannelCommand) GetAtMost() int32
- func (o *InterStateChannelCommand) GetAtMostOk() (*int32, bool)
- func (o *InterStateChannelCommand) GetChannelName() string
- func (o *InterStateChannelCommand) GetChannelNameOk() (*string, bool)
- func (o *InterStateChannelCommand) GetCommandId() string
- func (o *InterStateChannelCommand) GetCommandIdOk() (*string, bool)
- func (o *InterStateChannelCommand) HasAtLeast() bool
- func (o *InterStateChannelCommand) HasAtMost() bool
- func (o *InterStateChannelCommand) HasCommandId() bool
- func (o InterStateChannelCommand) MarshalJSON() ([]byte, error)
- func (o *InterStateChannelCommand) SetAtLeast(v int32)
- func (o *InterStateChannelCommand) SetAtMost(v int32)
- func (o *InterStateChannelCommand) SetChannelName(v string)
- func (o *InterStateChannelCommand) SetCommandId(v string)
- func (o InterStateChannelCommand) ToMap() (map[string]interface{}, error)
- type InterStateChannelPublishing
- func (o *InterStateChannelPublishing) GetChannelName() string
- func (o *InterStateChannelPublishing) GetChannelNameOk() (*string, bool)
- func (o *InterStateChannelPublishing) GetValue() EncodedObject
- func (o *InterStateChannelPublishing) GetValueOk() (*EncodedObject, bool)
- func (o *InterStateChannelPublishing) HasValue() bool
- func (o InterStateChannelPublishing) MarshalJSON() ([]byte, error)
- func (o *InterStateChannelPublishing) SetChannelName(v string)
- func (o *InterStateChannelPublishing) SetValue(v EncodedObject)
- func (o InterStateChannelPublishing) ToMap() (map[string]interface{}, error)
- type InterStateChannelResult
- func (o *InterStateChannelResult) GetChannelName() string
- func (o *InterStateChannelResult) GetChannelNameOk() (*string, bool)
- func (o *InterStateChannelResult) GetCommandId() string
- func (o *InterStateChannelResult) GetCommandIdOk() (*string, bool)
- func (o *InterStateChannelResult) GetRequestStatus() ChannelRequestStatus
- func (o *InterStateChannelResult) GetRequestStatusOk() (*ChannelRequestStatus, bool)
- func (o *InterStateChannelResult) GetValue() EncodedObject
- func (o *InterStateChannelResult) GetValueOk() (*EncodedObject, bool)
- func (o *InterStateChannelResult) HasValue() bool
- func (o InterStateChannelResult) MarshalJSON() ([]byte, error)
- func (o *InterStateChannelResult) SetChannelName(v string)
- func (o *InterStateChannelResult) SetCommandId(v string)
- func (o *InterStateChannelResult) SetRequestStatus(v ChannelRequestStatus)
- func (o *InterStateChannelResult) SetValue(v EncodedObject)
- func (o InterStateChannelResult) ToMap() (map[string]interface{}, error)
- type IwfEvent
- func (o *IwfEvent) GetEndTimestampInMs() int64
- func (o *IwfEvent) GetEndTimestampInMsOk() (*int64, bool)
- func (o *IwfEvent) GetEventType() EventType
- func (o *IwfEvent) GetEventTypeOk() (*EventType, bool)
- func (o *IwfEvent) GetStartTimestampInMs() int64
- func (o *IwfEvent) GetStartTimestampInMsOk() (*int64, bool)
- func (o *IwfEvent) GetStateExecutionId() string
- func (o *IwfEvent) GetStateExecutionIdOk() (*string, bool)
- func (o *IwfEvent) GetStateId() string
- func (o *IwfEvent) GetStateIdOk() (*string, bool)
- func (o *IwfEvent) GetWorkflowId() string
- func (o *IwfEvent) GetWorkflowIdOk() (*string, bool)
- func (o *IwfEvent) GetWorkflowRunId() string
- func (o *IwfEvent) GetWorkflowRunIdOk() (*string, bool)
- func (o *IwfEvent) GetWorkflowType() string
- func (o *IwfEvent) GetWorkflowTypeOk() (*string, bool)
- func (o *IwfEvent) HasEndTimestampInMs() bool
- func (o *IwfEvent) HasStartTimestampInMs() bool
- func (o *IwfEvent) HasStateExecutionId() bool
- func (o *IwfEvent) HasStateId() bool
- func (o IwfEvent) MarshalJSON() ([]byte, error)
- func (o *IwfEvent) SetEndTimestampInMs(v int64)
- func (o *IwfEvent) SetEventType(v EventType)
- func (o *IwfEvent) SetStartTimestampInMs(v int64)
- func (o *IwfEvent) SetStateExecutionId(v string)
- func (o *IwfEvent) SetStateId(v string)
- func (o *IwfEvent) SetWorkflowId(v string)
- func (o *IwfEvent) SetWorkflowRunId(v string)
- func (o *IwfEvent) SetWorkflowType(v string)
- func (o IwfEvent) ToMap() (map[string]interface{}, error)
- type KeyValue
- func (o *KeyValue) GetKey() string
- func (o *KeyValue) GetKeyOk() (*string, bool)
- func (o *KeyValue) GetValue() EncodedObject
- func (o *KeyValue) GetValueOk() (*EncodedObject, bool)
- func (o *KeyValue) HasKey() bool
- func (o *KeyValue) HasValue() bool
- func (o KeyValue) MarshalJSON() ([]byte, error)
- func (o *KeyValue) SetKey(v string)
- func (o *KeyValue) SetValue(v EncodedObject)
- func (o KeyValue) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NullableBool
- type NullableChannelInfo
- func (v NullableChannelInfo) Get() *ChannelInfo
- func (v NullableChannelInfo) IsSet() bool
- func (v NullableChannelInfo) MarshalJSON() ([]byte, error)
- func (v *NullableChannelInfo) Set(val *ChannelInfo)
- func (v *NullableChannelInfo) UnmarshalJSON(src []byte) error
- func (v *NullableChannelInfo) Unset()
- type NullableChannelRequestStatus
- func (v NullableChannelRequestStatus) Get() *ChannelRequestStatus
- func (v NullableChannelRequestStatus) IsSet() bool
- func (v NullableChannelRequestStatus) MarshalJSON() ([]byte, error)
- func (v *NullableChannelRequestStatus) Set(val *ChannelRequestStatus)
- func (v *NullableChannelRequestStatus) UnmarshalJSON(src []byte) error
- func (v *NullableChannelRequestStatus) Unset()
- type NullableCommandCombination
- func (v NullableCommandCombination) Get() *CommandCombination
- func (v NullableCommandCombination) IsSet() bool
- func (v NullableCommandCombination) MarshalJSON() ([]byte, error)
- func (v *NullableCommandCombination) Set(val *CommandCombination)
- func (v *NullableCommandCombination) UnmarshalJSON(src []byte) error
- func (v *NullableCommandCombination) Unset()
- type NullableCommandRequest
- func (v NullableCommandRequest) Get() *CommandRequest
- func (v NullableCommandRequest) IsSet() bool
- func (v NullableCommandRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCommandRequest) Set(val *CommandRequest)
- func (v *NullableCommandRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCommandRequest) Unset()
- type NullableCommandResults
- func (v NullableCommandResults) Get() *CommandResults
- func (v NullableCommandResults) IsSet() bool
- func (v NullableCommandResults) MarshalJSON() ([]byte, error)
- func (v *NullableCommandResults) Set(val *CommandResults)
- func (v *NullableCommandResults) UnmarshalJSON(src []byte) error
- func (v *NullableCommandResults) Unset()
- type NullableCommandWaitingType
- func (v NullableCommandWaitingType) Get() *CommandWaitingType
- func (v NullableCommandWaitingType) IsSet() bool
- func (v NullableCommandWaitingType) MarshalJSON() ([]byte, error)
- func (v *NullableCommandWaitingType) Set(val *CommandWaitingType)
- func (v *NullableCommandWaitingType) UnmarshalJSON(src []byte) error
- func (v *NullableCommandWaitingType) Unset()
- type NullableContext
- type NullableDeciderTriggerType
- func (v NullableDeciderTriggerType) Get() *DeciderTriggerType
- func (v NullableDeciderTriggerType) IsSet() bool
- func (v NullableDeciderTriggerType) MarshalJSON() ([]byte, error)
- func (v *NullableDeciderTriggerType) Set(val *DeciderTriggerType)
- func (v *NullableDeciderTriggerType) UnmarshalJSON(src []byte) error
- func (v *NullableDeciderTriggerType) Unset()
- type NullableEncodedObject
- func (v NullableEncodedObject) Get() *EncodedObject
- func (v NullableEncodedObject) IsSet() bool
- func (v NullableEncodedObject) MarshalJSON() ([]byte, error)
- func (v *NullableEncodedObject) Set(val *EncodedObject)
- func (v *NullableEncodedObject) UnmarshalJSON(src []byte) error
- func (v *NullableEncodedObject) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableErrorSubStatus
- func (v NullableErrorSubStatus) Get() *ErrorSubStatus
- func (v NullableErrorSubStatus) IsSet() bool
- func (v NullableErrorSubStatus) MarshalJSON() ([]byte, error)
- func (v *NullableErrorSubStatus) Set(val *ErrorSubStatus)
- func (v *NullableErrorSubStatus) UnmarshalJSON(src []byte) error
- func (v *NullableErrorSubStatus) Unset()
- type NullableEventType
- type NullableExecuteApiFailurePolicy
- func (v NullableExecuteApiFailurePolicy) Get() *ExecuteApiFailurePolicy
- func (v NullableExecuteApiFailurePolicy) IsSet() bool
- func (v NullableExecuteApiFailurePolicy) MarshalJSON() ([]byte, error)
- func (v *NullableExecuteApiFailurePolicy) Set(val *ExecuteApiFailurePolicy)
- func (v *NullableExecuteApiFailurePolicy) UnmarshalJSON(src []byte) error
- func (v *NullableExecuteApiFailurePolicy) Unset()
- type NullableExecutingStateIdMode
- func (v NullableExecutingStateIdMode) Get() *ExecutingStateIdMode
- func (v NullableExecutingStateIdMode) IsSet() bool
- func (v NullableExecutingStateIdMode) MarshalJSON() ([]byte, error)
- func (v *NullableExecutingStateIdMode) Set(val *ExecutingStateIdMode)
- func (v *NullableExecutingStateIdMode) UnmarshalJSON(src []byte) error
- func (v *NullableExecutingStateIdMode) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableHealthInfo
- type NullableIDReusePolicy
- func (v NullableIDReusePolicy) Get() *IDReusePolicy
- func (v NullableIDReusePolicy) IsSet() bool
- func (v NullableIDReusePolicy) MarshalJSON() ([]byte, error)
- func (v *NullableIDReusePolicy) Set(val *IDReusePolicy)
- func (v *NullableIDReusePolicy) UnmarshalJSON(src []byte) error
- func (v *NullableIDReusePolicy) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterStateChannelCommand
- func (v NullableInterStateChannelCommand) Get() *InterStateChannelCommand
- func (v NullableInterStateChannelCommand) IsSet() bool
- func (v NullableInterStateChannelCommand) MarshalJSON() ([]byte, error)
- func (v *NullableInterStateChannelCommand) Set(val *InterStateChannelCommand)
- func (v *NullableInterStateChannelCommand) UnmarshalJSON(src []byte) error
- func (v *NullableInterStateChannelCommand) Unset()
- type NullableInterStateChannelPublishing
- func (v NullableInterStateChannelPublishing) Get() *InterStateChannelPublishing
- func (v NullableInterStateChannelPublishing) IsSet() bool
- func (v NullableInterStateChannelPublishing) MarshalJSON() ([]byte, error)
- func (v *NullableInterStateChannelPublishing) Set(val *InterStateChannelPublishing)
- func (v *NullableInterStateChannelPublishing) UnmarshalJSON(src []byte) error
- func (v *NullableInterStateChannelPublishing) Unset()
- type NullableInterStateChannelResult
- func (v NullableInterStateChannelResult) Get() *InterStateChannelResult
- func (v NullableInterStateChannelResult) IsSet() bool
- func (v NullableInterStateChannelResult) MarshalJSON() ([]byte, error)
- func (v *NullableInterStateChannelResult) Set(val *InterStateChannelResult)
- func (v *NullableInterStateChannelResult) UnmarshalJSON(src []byte) error
- func (v *NullableInterStateChannelResult) Unset()
- type NullableIwfEvent
- type NullableKeyValue
- type NullablePersistenceLoadingPolicy
- func (v NullablePersistenceLoadingPolicy) Get() *PersistenceLoadingPolicy
- func (v NullablePersistenceLoadingPolicy) IsSet() bool
- func (v NullablePersistenceLoadingPolicy) MarshalJSON() ([]byte, error)
- func (v *NullablePersistenceLoadingPolicy) Set(val *PersistenceLoadingPolicy)
- func (v *NullablePersistenceLoadingPolicy) UnmarshalJSON(src []byte) error
- func (v *NullablePersistenceLoadingPolicy) Unset()
- type NullablePersistenceLoadingType
- func (v NullablePersistenceLoadingType) Get() *PersistenceLoadingType
- func (v NullablePersistenceLoadingType) IsSet() bool
- func (v NullablePersistenceLoadingType) MarshalJSON() ([]byte, error)
- func (v *NullablePersistenceLoadingType) Set(val *PersistenceLoadingType)
- func (v *NullablePersistenceLoadingType) UnmarshalJSON(src []byte) error
- func (v *NullablePersistenceLoadingType) Unset()
- type NullableRetryPolicy
- func (v NullableRetryPolicy) Get() *RetryPolicy
- func (v NullableRetryPolicy) IsSet() bool
- func (v NullableRetryPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableRetryPolicy) Set(val *RetryPolicy)
- func (v *NullableRetryPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableRetryPolicy) Unset()
- type NullableSearchAttribute
- func (v NullableSearchAttribute) Get() *SearchAttribute
- func (v NullableSearchAttribute) IsSet() bool
- func (v NullableSearchAttribute) MarshalJSON() ([]byte, error)
- func (v *NullableSearchAttribute) Set(val *SearchAttribute)
- func (v *NullableSearchAttribute) UnmarshalJSON(src []byte) error
- func (v *NullableSearchAttribute) Unset()
- type NullableSearchAttributeKeyAndType
- func (v NullableSearchAttributeKeyAndType) Get() *SearchAttributeKeyAndType
- func (v NullableSearchAttributeKeyAndType) IsSet() bool
- func (v NullableSearchAttributeKeyAndType) MarshalJSON() ([]byte, error)
- func (v *NullableSearchAttributeKeyAndType) Set(val *SearchAttributeKeyAndType)
- func (v *NullableSearchAttributeKeyAndType) UnmarshalJSON(src []byte) error
- func (v *NullableSearchAttributeKeyAndType) Unset()
- type NullableSearchAttributeValueType
- func (v NullableSearchAttributeValueType) Get() *SearchAttributeValueType
- func (v NullableSearchAttributeValueType) IsSet() bool
- func (v NullableSearchAttributeValueType) MarshalJSON() ([]byte, error)
- func (v *NullableSearchAttributeValueType) Set(val *SearchAttributeValueType)
- func (v *NullableSearchAttributeValueType) UnmarshalJSON(src []byte) error
- func (v *NullableSearchAttributeValueType) Unset()
- type NullableSignalCommand
- func (v NullableSignalCommand) Get() *SignalCommand
- func (v NullableSignalCommand) IsSet() bool
- func (v NullableSignalCommand) MarshalJSON() ([]byte, error)
- func (v *NullableSignalCommand) Set(val *SignalCommand)
- func (v *NullableSignalCommand) UnmarshalJSON(src []byte) error
- func (v *NullableSignalCommand) Unset()
- type NullableSignalResult
- func (v NullableSignalResult) Get() *SignalResult
- func (v NullableSignalResult) IsSet() bool
- func (v NullableSignalResult) MarshalJSON() ([]byte, error)
- func (v *NullableSignalResult) Set(val *SignalResult)
- func (v *NullableSignalResult) UnmarshalJSON(src []byte) error
- func (v *NullableSignalResult) Unset()
- type NullableStartApiFailurePolicy
- func (v NullableStartApiFailurePolicy) Get() *StartApiFailurePolicy
- func (v NullableStartApiFailurePolicy) IsSet() bool
- func (v NullableStartApiFailurePolicy) MarshalJSON() ([]byte, error)
- func (v *NullableStartApiFailurePolicy) Set(val *StartApiFailurePolicy)
- func (v *NullableStartApiFailurePolicy) UnmarshalJSON(src []byte) error
- func (v *NullableStartApiFailurePolicy) Unset()
- type NullableStateCompletionOutput
- func (v NullableStateCompletionOutput) Get() *StateCompletionOutput
- func (v NullableStateCompletionOutput) IsSet() bool
- func (v NullableStateCompletionOutput) MarshalJSON() ([]byte, error)
- func (v *NullableStateCompletionOutput) Set(val *StateCompletionOutput)
- func (v *NullableStateCompletionOutput) UnmarshalJSON(src []byte) error
- func (v *NullableStateCompletionOutput) Unset()
- type NullableStateDecision
- func (v NullableStateDecision) Get() *StateDecision
- func (v NullableStateDecision) IsSet() bool
- func (v NullableStateDecision) MarshalJSON() ([]byte, error)
- func (v *NullableStateDecision) Set(val *StateDecision)
- func (v *NullableStateDecision) UnmarshalJSON(src []byte) error
- func (v *NullableStateDecision) Unset()
- type NullableStateMovement
- func (v NullableStateMovement) Get() *StateMovement
- func (v NullableStateMovement) IsSet() bool
- func (v NullableStateMovement) MarshalJSON() ([]byte, error)
- func (v *NullableStateMovement) Set(val *StateMovement)
- func (v *NullableStateMovement) UnmarshalJSON(src []byte) error
- func (v *NullableStateMovement) Unset()
- type NullableString
- type NullableTime
- type NullableTimerCommand
- func (v NullableTimerCommand) Get() *TimerCommand
- func (v NullableTimerCommand) IsSet() bool
- func (v NullableTimerCommand) MarshalJSON() ([]byte, error)
- func (v *NullableTimerCommand) Set(val *TimerCommand)
- func (v *NullableTimerCommand) UnmarshalJSON(src []byte) error
- func (v *NullableTimerCommand) Unset()
- type NullableTimerResult
- func (v NullableTimerResult) Get() *TimerResult
- func (v NullableTimerResult) IsSet() bool
- func (v NullableTimerResult) MarshalJSON() ([]byte, error)
- func (v *NullableTimerResult) Set(val *TimerResult)
- func (v *NullableTimerResult) UnmarshalJSON(src []byte) error
- func (v *NullableTimerResult) Unset()
- type NullableTimerStatus
- func (v NullableTimerStatus) Get() *TimerStatus
- func (v NullableTimerStatus) IsSet() bool
- func (v NullableTimerStatus) MarshalJSON() ([]byte, error)
- func (v *NullableTimerStatus) Set(val *TimerStatus)
- func (v *NullableTimerStatus) UnmarshalJSON(src []byte) error
- func (v *NullableTimerStatus) Unset()
- type NullableTriggerContinueAsNewRequest
- func (v NullableTriggerContinueAsNewRequest) Get() *TriggerContinueAsNewRequest
- func (v NullableTriggerContinueAsNewRequest) IsSet() bool
- func (v NullableTriggerContinueAsNewRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerContinueAsNewRequest) Set(val *TriggerContinueAsNewRequest)
- func (v *NullableTriggerContinueAsNewRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerContinueAsNewRequest) Unset()
- type NullableWaitUntilApiFailurePolicy
- func (v NullableWaitUntilApiFailurePolicy) Get() *WaitUntilApiFailurePolicy
- func (v NullableWaitUntilApiFailurePolicy) IsSet() bool
- func (v NullableWaitUntilApiFailurePolicy) MarshalJSON() ([]byte, error)
- func (v *NullableWaitUntilApiFailurePolicy) Set(val *WaitUntilApiFailurePolicy)
- func (v *NullableWaitUntilApiFailurePolicy) UnmarshalJSON(src []byte) error
- func (v *NullableWaitUntilApiFailurePolicy) Unset()
- type NullableWorkerErrorResponse
- func (v NullableWorkerErrorResponse) Get() *WorkerErrorResponse
- func (v NullableWorkerErrorResponse) IsSet() bool
- func (v NullableWorkerErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkerErrorResponse) Set(val *WorkerErrorResponse)
- func (v *NullableWorkerErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkerErrorResponse) Unset()
- type NullableWorkflowAlreadyStartedOptions
- func (v NullableWorkflowAlreadyStartedOptions) Get() *WorkflowAlreadyStartedOptions
- func (v NullableWorkflowAlreadyStartedOptions) IsSet() bool
- func (v NullableWorkflowAlreadyStartedOptions) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowAlreadyStartedOptions) Set(val *WorkflowAlreadyStartedOptions)
- func (v *NullableWorkflowAlreadyStartedOptions) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowAlreadyStartedOptions) Unset()
- type NullableWorkflowConditionalClose
- func (v NullableWorkflowConditionalClose) Get() *WorkflowConditionalClose
- func (v NullableWorkflowConditionalClose) IsSet() bool
- func (v NullableWorkflowConditionalClose) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowConditionalClose) Set(val *WorkflowConditionalClose)
- func (v *NullableWorkflowConditionalClose) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowConditionalClose) Unset()
- type NullableWorkflowConditionalCloseType
- func (v NullableWorkflowConditionalCloseType) Get() *WorkflowConditionalCloseType
- func (v NullableWorkflowConditionalCloseType) IsSet() bool
- func (v NullableWorkflowConditionalCloseType) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowConditionalCloseType) Set(val *WorkflowConditionalCloseType)
- func (v *NullableWorkflowConditionalCloseType) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowConditionalCloseType) Unset()
- type NullableWorkflowConfig
- func (v NullableWorkflowConfig) Get() *WorkflowConfig
- func (v NullableWorkflowConfig) IsSet() bool
- func (v NullableWorkflowConfig) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowConfig) Set(val *WorkflowConfig)
- func (v *NullableWorkflowConfig) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowConfig) Unset()
- type NullableWorkflowConfigUpdateRequest
- func (v NullableWorkflowConfigUpdateRequest) Get() *WorkflowConfigUpdateRequest
- func (v NullableWorkflowConfigUpdateRequest) IsSet() bool
- func (v NullableWorkflowConfigUpdateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowConfigUpdateRequest) Set(val *WorkflowConfigUpdateRequest)
- func (v *NullableWorkflowConfigUpdateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowConfigUpdateRequest) Unset()
- type NullableWorkflowDumpRequest
- func (v NullableWorkflowDumpRequest) Get() *WorkflowDumpRequest
- func (v NullableWorkflowDumpRequest) IsSet() bool
- func (v NullableWorkflowDumpRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowDumpRequest) Set(val *WorkflowDumpRequest)
- func (v *NullableWorkflowDumpRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowDumpRequest) Unset()
- type NullableWorkflowDumpResponse
- func (v NullableWorkflowDumpResponse) Get() *WorkflowDumpResponse
- func (v NullableWorkflowDumpResponse) IsSet() bool
- func (v NullableWorkflowDumpResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowDumpResponse) Set(val *WorkflowDumpResponse)
- func (v *NullableWorkflowDumpResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowDumpResponse) Unset()
- type NullableWorkflowErrorType
- func (v NullableWorkflowErrorType) Get() *WorkflowErrorType
- func (v NullableWorkflowErrorType) IsSet() bool
- func (v NullableWorkflowErrorType) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowErrorType) Set(val *WorkflowErrorType)
- func (v *NullableWorkflowErrorType) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowErrorType) Unset()
- type NullableWorkflowGetDataObjectsRequest
- func (v NullableWorkflowGetDataObjectsRequest) Get() *WorkflowGetDataObjectsRequest
- func (v NullableWorkflowGetDataObjectsRequest) IsSet() bool
- func (v NullableWorkflowGetDataObjectsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowGetDataObjectsRequest) Set(val *WorkflowGetDataObjectsRequest)
- func (v *NullableWorkflowGetDataObjectsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowGetDataObjectsRequest) Unset()
- type NullableWorkflowGetDataObjectsResponse
- func (v NullableWorkflowGetDataObjectsResponse) Get() *WorkflowGetDataObjectsResponse
- func (v NullableWorkflowGetDataObjectsResponse) IsSet() bool
- func (v NullableWorkflowGetDataObjectsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowGetDataObjectsResponse) Set(val *WorkflowGetDataObjectsResponse)
- func (v *NullableWorkflowGetDataObjectsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowGetDataObjectsResponse) Unset()
- type NullableWorkflowGetRequest
- func (v NullableWorkflowGetRequest) Get() *WorkflowGetRequest
- func (v NullableWorkflowGetRequest) IsSet() bool
- func (v NullableWorkflowGetRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowGetRequest) Set(val *WorkflowGetRequest)
- func (v *NullableWorkflowGetRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowGetRequest) Unset()
- type NullableWorkflowGetResponse
- func (v NullableWorkflowGetResponse) Get() *WorkflowGetResponse
- func (v NullableWorkflowGetResponse) IsSet() bool
- func (v NullableWorkflowGetResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowGetResponse) Set(val *WorkflowGetResponse)
- func (v *NullableWorkflowGetResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowGetResponse) Unset()
- type NullableWorkflowGetSearchAttributesRequest
- func (v NullableWorkflowGetSearchAttributesRequest) Get() *WorkflowGetSearchAttributesRequest
- func (v NullableWorkflowGetSearchAttributesRequest) IsSet() bool
- func (v NullableWorkflowGetSearchAttributesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowGetSearchAttributesRequest) Set(val *WorkflowGetSearchAttributesRequest)
- func (v *NullableWorkflowGetSearchAttributesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowGetSearchAttributesRequest) Unset()
- type NullableWorkflowGetSearchAttributesResponse
- func (v NullableWorkflowGetSearchAttributesResponse) Get() *WorkflowGetSearchAttributesResponse
- func (v NullableWorkflowGetSearchAttributesResponse) IsSet() bool
- func (v NullableWorkflowGetSearchAttributesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowGetSearchAttributesResponse) Set(val *WorkflowGetSearchAttributesResponse)
- func (v *NullableWorkflowGetSearchAttributesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowGetSearchAttributesResponse) Unset()
- type NullableWorkflowIDReusePolicy
- func (v NullableWorkflowIDReusePolicy) Get() *WorkflowIDReusePolicy
- func (v NullableWorkflowIDReusePolicy) IsSet() bool
- func (v NullableWorkflowIDReusePolicy) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowIDReusePolicy) Set(val *WorkflowIDReusePolicy)
- func (v *NullableWorkflowIDReusePolicy) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowIDReusePolicy) Unset()
- type NullableWorkflowResetRequest
- func (v NullableWorkflowResetRequest) Get() *WorkflowResetRequest
- func (v NullableWorkflowResetRequest) IsSet() bool
- func (v NullableWorkflowResetRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowResetRequest) Set(val *WorkflowResetRequest)
- func (v *NullableWorkflowResetRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowResetRequest) Unset()
- type NullableWorkflowResetResponse
- func (v NullableWorkflowResetResponse) Get() *WorkflowResetResponse
- func (v NullableWorkflowResetResponse) IsSet() bool
- func (v NullableWorkflowResetResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowResetResponse) Set(val *WorkflowResetResponse)
- func (v *NullableWorkflowResetResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowResetResponse) Unset()
- type NullableWorkflowResetType
- func (v NullableWorkflowResetType) Get() *WorkflowResetType
- func (v NullableWorkflowResetType) IsSet() bool
- func (v NullableWorkflowResetType) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowResetType) Set(val *WorkflowResetType)
- func (v *NullableWorkflowResetType) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowResetType) Unset()
- type NullableWorkflowRetryPolicy
- func (v NullableWorkflowRetryPolicy) Get() *WorkflowRetryPolicy
- func (v NullableWorkflowRetryPolicy) IsSet() bool
- func (v NullableWorkflowRetryPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowRetryPolicy) Set(val *WorkflowRetryPolicy)
- func (v *NullableWorkflowRetryPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowRetryPolicy) Unset()
- type NullableWorkflowRpcRequest
- func (v NullableWorkflowRpcRequest) Get() *WorkflowRpcRequest
- func (v NullableWorkflowRpcRequest) IsSet() bool
- func (v NullableWorkflowRpcRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowRpcRequest) Set(val *WorkflowRpcRequest)
- func (v *NullableWorkflowRpcRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowRpcRequest) Unset()
- type NullableWorkflowRpcResponse
- func (v NullableWorkflowRpcResponse) Get() *WorkflowRpcResponse
- func (v NullableWorkflowRpcResponse) IsSet() bool
- func (v NullableWorkflowRpcResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowRpcResponse) Set(val *WorkflowRpcResponse)
- func (v *NullableWorkflowRpcResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowRpcResponse) Unset()
- type NullableWorkflowSearchRequest
- func (v NullableWorkflowSearchRequest) Get() *WorkflowSearchRequest
- func (v NullableWorkflowSearchRequest) IsSet() bool
- func (v NullableWorkflowSearchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSearchRequest) Set(val *WorkflowSearchRequest)
- func (v *NullableWorkflowSearchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSearchRequest) Unset()
- type NullableWorkflowSearchResponse
- func (v NullableWorkflowSearchResponse) Get() *WorkflowSearchResponse
- func (v NullableWorkflowSearchResponse) IsSet() bool
- func (v NullableWorkflowSearchResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSearchResponse) Set(val *WorkflowSearchResponse)
- func (v *NullableWorkflowSearchResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSearchResponse) Unset()
- type NullableWorkflowSearchResponseEntry
- func (v NullableWorkflowSearchResponseEntry) Get() *WorkflowSearchResponseEntry
- func (v NullableWorkflowSearchResponseEntry) IsSet() bool
- func (v NullableWorkflowSearchResponseEntry) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSearchResponseEntry) Set(val *WorkflowSearchResponseEntry)
- func (v *NullableWorkflowSearchResponseEntry) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSearchResponseEntry) Unset()
- type NullableWorkflowSetDataObjectsRequest
- func (v NullableWorkflowSetDataObjectsRequest) Get() *WorkflowSetDataObjectsRequest
- func (v NullableWorkflowSetDataObjectsRequest) IsSet() bool
- func (v NullableWorkflowSetDataObjectsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSetDataObjectsRequest) Set(val *WorkflowSetDataObjectsRequest)
- func (v *NullableWorkflowSetDataObjectsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSetDataObjectsRequest) Unset()
- type NullableWorkflowSetSearchAttributesRequest
- func (v NullableWorkflowSetSearchAttributesRequest) Get() *WorkflowSetSearchAttributesRequest
- func (v NullableWorkflowSetSearchAttributesRequest) IsSet() bool
- func (v NullableWorkflowSetSearchAttributesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSetSearchAttributesRequest) Set(val *WorkflowSetSearchAttributesRequest)
- func (v *NullableWorkflowSetSearchAttributesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSetSearchAttributesRequest) Unset()
- type NullableWorkflowSignalRequest
- func (v NullableWorkflowSignalRequest) Get() *WorkflowSignalRequest
- func (v NullableWorkflowSignalRequest) IsSet() bool
- func (v NullableWorkflowSignalRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSignalRequest) Set(val *WorkflowSignalRequest)
- func (v *NullableWorkflowSignalRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSignalRequest) Unset()
- type NullableWorkflowSkipTimerRequest
- func (v NullableWorkflowSkipTimerRequest) Get() *WorkflowSkipTimerRequest
- func (v NullableWorkflowSkipTimerRequest) IsSet() bool
- func (v NullableWorkflowSkipTimerRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowSkipTimerRequest) Set(val *WorkflowSkipTimerRequest)
- func (v *NullableWorkflowSkipTimerRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowSkipTimerRequest) Unset()
- type NullableWorkflowStartOptions
- func (v NullableWorkflowStartOptions) Get() *WorkflowStartOptions
- func (v NullableWorkflowStartOptions) IsSet() bool
- func (v NullableWorkflowStartOptions) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStartOptions) Set(val *WorkflowStartOptions)
- func (v *NullableWorkflowStartOptions) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStartOptions) Unset()
- type NullableWorkflowStartRequest
- func (v NullableWorkflowStartRequest) Get() *WorkflowStartRequest
- func (v NullableWorkflowStartRequest) IsSet() bool
- func (v NullableWorkflowStartRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStartRequest) Set(val *WorkflowStartRequest)
- func (v *NullableWorkflowStartRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStartRequest) Unset()
- type NullableWorkflowStartResponse
- func (v NullableWorkflowStartResponse) Get() *WorkflowStartResponse
- func (v NullableWorkflowStartResponse) IsSet() bool
- func (v NullableWorkflowStartResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStartResponse) Set(val *WorkflowStartResponse)
- func (v *NullableWorkflowStartResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStartResponse) Unset()
- type NullableWorkflowStateDecideRequest
- func (v NullableWorkflowStateDecideRequest) Get() *WorkflowStateDecideRequest
- func (v NullableWorkflowStateDecideRequest) IsSet() bool
- func (v NullableWorkflowStateDecideRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStateDecideRequest) Set(val *WorkflowStateDecideRequest)
- func (v *NullableWorkflowStateDecideRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStateDecideRequest) Unset()
- type NullableWorkflowStateDecideResponse
- func (v NullableWorkflowStateDecideResponse) Get() *WorkflowStateDecideResponse
- func (v NullableWorkflowStateDecideResponse) IsSet() bool
- func (v NullableWorkflowStateDecideResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStateDecideResponse) Set(val *WorkflowStateDecideResponse)
- func (v *NullableWorkflowStateDecideResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStateDecideResponse) Unset()
- type NullableWorkflowStateOptions
- func (v NullableWorkflowStateOptions) Get() *WorkflowStateOptions
- func (v NullableWorkflowStateOptions) IsSet() bool
- func (v NullableWorkflowStateOptions) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStateOptions) Set(val *WorkflowStateOptions)
- func (v *NullableWorkflowStateOptions) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStateOptions) Unset()
- type NullableWorkflowStateStartRequest
- func (v NullableWorkflowStateStartRequest) Get() *WorkflowStateStartRequest
- func (v NullableWorkflowStateStartRequest) IsSet() bool
- func (v NullableWorkflowStateStartRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStateStartRequest) Set(val *WorkflowStateStartRequest)
- func (v *NullableWorkflowStateStartRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStateStartRequest) Unset()
- type NullableWorkflowStateStartResponse
- func (v NullableWorkflowStateStartResponse) Get() *WorkflowStateStartResponse
- func (v NullableWorkflowStateStartResponse) IsSet() bool
- func (v NullableWorkflowStateStartResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStateStartResponse) Set(val *WorkflowStateStartResponse)
- func (v *NullableWorkflowStateStartResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStateStartResponse) Unset()
- type NullableWorkflowStatus
- func (v NullableWorkflowStatus) Get() *WorkflowStatus
- func (v NullableWorkflowStatus) IsSet() bool
- func (v NullableWorkflowStatus) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStatus) Set(val *WorkflowStatus)
- func (v *NullableWorkflowStatus) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStatus) Unset()
- type NullableWorkflowStopRequest
- func (v NullableWorkflowStopRequest) Get() *WorkflowStopRequest
- func (v NullableWorkflowStopRequest) IsSet() bool
- func (v NullableWorkflowStopRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStopRequest) Set(val *WorkflowStopRequest)
- func (v *NullableWorkflowStopRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStopRequest) Unset()
- type NullableWorkflowStopType
- func (v NullableWorkflowStopType) Get() *WorkflowStopType
- func (v NullableWorkflowStopType) IsSet() bool
- func (v NullableWorkflowStopType) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowStopType) Set(val *WorkflowStopType)
- func (v *NullableWorkflowStopType) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowStopType) Unset()
- type NullableWorkflowWaitForStateCompletionRequest
- func (v NullableWorkflowWaitForStateCompletionRequest) Get() *WorkflowWaitForStateCompletionRequest
- func (v NullableWorkflowWaitForStateCompletionRequest) IsSet() bool
- func (v NullableWorkflowWaitForStateCompletionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowWaitForStateCompletionRequest) Set(val *WorkflowWaitForStateCompletionRequest)
- func (v *NullableWorkflowWaitForStateCompletionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowWaitForStateCompletionRequest) Unset()
- type NullableWorkflowWaitForStateCompletionResponse
- func (v NullableWorkflowWaitForStateCompletionResponse) Get() *WorkflowWaitForStateCompletionResponse
- func (v NullableWorkflowWaitForStateCompletionResponse) IsSet() bool
- func (v NullableWorkflowWaitForStateCompletionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowWaitForStateCompletionResponse) Set(val *WorkflowWaitForStateCompletionResponse)
- func (v *NullableWorkflowWaitForStateCompletionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowWaitForStateCompletionResponse) Unset()
- type NullableWorkflowWorkerRpcRequest
- func (v NullableWorkflowWorkerRpcRequest) Get() *WorkflowWorkerRpcRequest
- func (v NullableWorkflowWorkerRpcRequest) IsSet() bool
- func (v NullableWorkflowWorkerRpcRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowWorkerRpcRequest) Set(val *WorkflowWorkerRpcRequest)
- func (v *NullableWorkflowWorkerRpcRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowWorkerRpcRequest) Unset()
- type NullableWorkflowWorkerRpcResponse
- func (v NullableWorkflowWorkerRpcResponse) Get() *WorkflowWorkerRpcResponse
- func (v NullableWorkflowWorkerRpcResponse) IsSet() bool
- func (v NullableWorkflowWorkerRpcResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowWorkerRpcResponse) Set(val *WorkflowWorkerRpcResponse)
- func (v *NullableWorkflowWorkerRpcResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowWorkerRpcResponse) Unset()
- type PersistenceLoadingPolicy
- func (o *PersistenceLoadingPolicy) GetLockingKeys() []string
- func (o *PersistenceLoadingPolicy) GetLockingKeysOk() ([]string, bool)
- func (o *PersistenceLoadingPolicy) GetPartialLoadingKeys() []string
- func (o *PersistenceLoadingPolicy) GetPartialLoadingKeysOk() ([]string, bool)
- func (o *PersistenceLoadingPolicy) GetPersistenceLoadingType() PersistenceLoadingType
- func (o *PersistenceLoadingPolicy) GetPersistenceLoadingTypeOk() (*PersistenceLoadingType, bool)
- func (o *PersistenceLoadingPolicy) GetUseKeyAsPrefix() bool
- func (o *PersistenceLoadingPolicy) GetUseKeyAsPrefixOk() (*bool, bool)
- func (o *PersistenceLoadingPolicy) HasLockingKeys() bool
- func (o *PersistenceLoadingPolicy) HasPartialLoadingKeys() bool
- func (o *PersistenceLoadingPolicy) HasPersistenceLoadingType() bool
- func (o *PersistenceLoadingPolicy) HasUseKeyAsPrefix() bool
- func (o PersistenceLoadingPolicy) MarshalJSON() ([]byte, error)
- func (o *PersistenceLoadingPolicy) SetLockingKeys(v []string)
- func (o *PersistenceLoadingPolicy) SetPartialLoadingKeys(v []string)
- func (o *PersistenceLoadingPolicy) SetPersistenceLoadingType(v PersistenceLoadingType)
- func (o *PersistenceLoadingPolicy) SetUseKeyAsPrefix(v bool)
- func (o PersistenceLoadingPolicy) ToMap() (map[string]interface{}, error)
- type PersistenceLoadingType
- type RetryPolicy
- func (o *RetryPolicy) GetBackoffCoefficient() float32
- func (o *RetryPolicy) GetBackoffCoefficientOk() (*float32, bool)
- func (o *RetryPolicy) GetInitialIntervalSeconds() int32
- func (o *RetryPolicy) GetInitialIntervalSecondsOk() (*int32, bool)
- func (o *RetryPolicy) GetMaximumAttempts() int32
- func (o *RetryPolicy) GetMaximumAttemptsDurationSeconds() int32
- func (o *RetryPolicy) GetMaximumAttemptsDurationSecondsOk() (*int32, bool)
- func (o *RetryPolicy) GetMaximumAttemptsOk() (*int32, bool)
- func (o *RetryPolicy) GetMaximumIntervalSeconds() int32
- func (o *RetryPolicy) GetMaximumIntervalSecondsOk() (*int32, bool)
- func (o *RetryPolicy) HasBackoffCoefficient() bool
- func (o *RetryPolicy) HasInitialIntervalSeconds() bool
- func (o *RetryPolicy) HasMaximumAttempts() bool
- func (o *RetryPolicy) HasMaximumAttemptsDurationSeconds() bool
- func (o *RetryPolicy) HasMaximumIntervalSeconds() bool
- func (o RetryPolicy) MarshalJSON() ([]byte, error)
- func (o *RetryPolicy) SetBackoffCoefficient(v float32)
- func (o *RetryPolicy) SetInitialIntervalSeconds(v int32)
- func (o *RetryPolicy) SetMaximumAttempts(v int32)
- func (o *RetryPolicy) SetMaximumAttemptsDurationSeconds(v int32)
- func (o *RetryPolicy) SetMaximumIntervalSeconds(v int32)
- func (o RetryPolicy) ToMap() (map[string]interface{}, error)
- type SearchAttribute
- func (o *SearchAttribute) GetBoolValue() bool
- func (o *SearchAttribute) GetBoolValueOk() (*bool, bool)
- func (o *SearchAttribute) GetDoubleValue() float64
- func (o *SearchAttribute) GetDoubleValueOk() (*float64, bool)
- func (o *SearchAttribute) GetIntegerValue() int64
- func (o *SearchAttribute) GetIntegerValueOk() (*int64, bool)
- func (o *SearchAttribute) GetKey() string
- func (o *SearchAttribute) GetKeyOk() (*string, bool)
- func (o *SearchAttribute) GetStringArrayValue() []string
- func (o *SearchAttribute) GetStringArrayValueOk() ([]string, bool)
- func (o *SearchAttribute) GetStringValue() string
- func (o *SearchAttribute) GetStringValueOk() (*string, bool)
- func (o *SearchAttribute) GetValueType() SearchAttributeValueType
- func (o *SearchAttribute) GetValueTypeOk() (*SearchAttributeValueType, bool)
- func (o *SearchAttribute) HasBoolValue() bool
- func (o *SearchAttribute) HasDoubleValue() bool
- func (o *SearchAttribute) HasIntegerValue() bool
- func (o *SearchAttribute) HasKey() bool
- func (o *SearchAttribute) HasStringArrayValue() bool
- func (o *SearchAttribute) HasStringValue() bool
- func (o *SearchAttribute) HasValueType() bool
- func (o SearchAttribute) MarshalJSON() ([]byte, error)
- func (o *SearchAttribute) SetBoolValue(v bool)
- func (o *SearchAttribute) SetDoubleValue(v float64)
- func (o *SearchAttribute) SetIntegerValue(v int64)
- func (o *SearchAttribute) SetKey(v string)
- func (o *SearchAttribute) SetStringArrayValue(v []string)
- func (o *SearchAttribute) SetStringValue(v string)
- func (o *SearchAttribute) SetValueType(v SearchAttributeValueType)
- func (o SearchAttribute) ToMap() (map[string]interface{}, error)
- type SearchAttributeKeyAndType
- func (o *SearchAttributeKeyAndType) GetKey() string
- func (o *SearchAttributeKeyAndType) GetKeyOk() (*string, bool)
- func (o *SearchAttributeKeyAndType) GetValueType() SearchAttributeValueType
- func (o *SearchAttributeKeyAndType) GetValueTypeOk() (*SearchAttributeValueType, bool)
- func (o *SearchAttributeKeyAndType) HasKey() bool
- func (o *SearchAttributeKeyAndType) HasValueType() bool
- func (o SearchAttributeKeyAndType) MarshalJSON() ([]byte, error)
- func (o *SearchAttributeKeyAndType) SetKey(v string)
- func (o *SearchAttributeKeyAndType) SetValueType(v SearchAttributeValueType)
- func (o SearchAttributeKeyAndType) ToMap() (map[string]interface{}, error)
- type SearchAttributeValueType
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SignalCommand
- func (o *SignalCommand) GetAtLeast() int32
- func (o *SignalCommand) GetAtLeastOk() (*int32, bool)
- func (o *SignalCommand) GetAtMost() int32
- func (o *SignalCommand) GetAtMostOk() (*int32, bool)
- func (o *SignalCommand) GetCommandId() string
- func (o *SignalCommand) GetCommandIdOk() (*string, bool)
- func (o *SignalCommand) GetSignalChannelName() string
- func (o *SignalCommand) GetSignalChannelNameOk() (*string, bool)
- func (o *SignalCommand) HasAtLeast() bool
- func (o *SignalCommand) HasAtMost() bool
- func (o *SignalCommand) HasCommandId() bool
- func (o SignalCommand) MarshalJSON() ([]byte, error)
- func (o *SignalCommand) SetAtLeast(v int32)
- func (o *SignalCommand) SetAtMost(v int32)
- func (o *SignalCommand) SetCommandId(v string)
- func (o *SignalCommand) SetSignalChannelName(v string)
- func (o SignalCommand) ToMap() (map[string]interface{}, error)
- type SignalResult
- func (o *SignalResult) GetCommandId() string
- func (o *SignalResult) GetCommandIdOk() (*string, bool)
- func (o *SignalResult) GetSignalChannelName() string
- func (o *SignalResult) GetSignalChannelNameOk() (*string, bool)
- func (o *SignalResult) GetSignalRequestStatus() ChannelRequestStatus
- func (o *SignalResult) GetSignalRequestStatusOk() (*ChannelRequestStatus, bool)
- func (o *SignalResult) GetSignalValue() EncodedObject
- func (o *SignalResult) GetSignalValueOk() (*EncodedObject, bool)
- func (o *SignalResult) HasSignalValue() bool
- func (o SignalResult) MarshalJSON() ([]byte, error)
- func (o *SignalResult) SetCommandId(v string)
- func (o *SignalResult) SetSignalChannelName(v string)
- func (o *SignalResult) SetSignalRequestStatus(v ChannelRequestStatus)
- func (o *SignalResult) SetSignalValue(v EncodedObject)
- func (o SignalResult) ToMap() (map[string]interface{}, error)
- type StartApiFailurePolicy
- type StateCompletionOutput
- func (o *StateCompletionOutput) GetCompletedStateExecutionId() string
- func (o *StateCompletionOutput) GetCompletedStateExecutionIdOk() (*string, bool)
- func (o *StateCompletionOutput) GetCompletedStateId() string
- func (o *StateCompletionOutput) GetCompletedStateIdOk() (*string, bool)
- func (o *StateCompletionOutput) GetCompletedStateOutput() EncodedObject
- func (o *StateCompletionOutput) GetCompletedStateOutputOk() (*EncodedObject, bool)
- func (o *StateCompletionOutput) HasCompletedStateOutput() bool
- func (o StateCompletionOutput) MarshalJSON() ([]byte, error)
- func (o *StateCompletionOutput) SetCompletedStateExecutionId(v string)
- func (o *StateCompletionOutput) SetCompletedStateId(v string)
- func (o *StateCompletionOutput) SetCompletedStateOutput(v EncodedObject)
- func (o StateCompletionOutput) ToMap() (map[string]interface{}, error)
- type StateDecision
- func (o *StateDecision) GetConditionalClose() WorkflowConditionalClose
- func (o *StateDecision) GetConditionalCloseOk() (*WorkflowConditionalClose, bool)
- func (o *StateDecision) GetNextStates() []StateMovement
- func (o *StateDecision) GetNextStatesOk() ([]StateMovement, bool)
- func (o *StateDecision) HasConditionalClose() bool
- func (o *StateDecision) HasNextStates() bool
- func (o StateDecision) MarshalJSON() ([]byte, error)
- func (o *StateDecision) SetConditionalClose(v WorkflowConditionalClose)
- func (o *StateDecision) SetNextStates(v []StateMovement)
- func (o StateDecision) ToMap() (map[string]interface{}, error)
- type StateMovement
- func (o *StateMovement) GetStateId() string
- func (o *StateMovement) GetStateIdOk() (*string, bool)
- func (o *StateMovement) GetStateInput() EncodedObject
- func (o *StateMovement) GetStateInputOk() (*EncodedObject, bool)
- func (o *StateMovement) GetStateOptions() WorkflowStateOptions
- func (o *StateMovement) GetStateOptionsOk() (*WorkflowStateOptions, bool)
- func (o *StateMovement) GetWaitForKey() string
- func (o *StateMovement) GetWaitForKeyOk() (*string, bool)
- func (o *StateMovement) HasStateInput() bool
- func (o *StateMovement) HasStateOptions() bool
- func (o *StateMovement) HasWaitForKey() bool
- func (o StateMovement) MarshalJSON() ([]byte, error)
- func (o *StateMovement) SetStateId(v string)
- func (o *StateMovement) SetStateInput(v EncodedObject)
- func (o *StateMovement) SetStateOptions(v WorkflowStateOptions)
- func (o *StateMovement) SetWaitForKey(v string)
- func (o StateMovement) ToMap() (map[string]interface{}, error)
- type TimerCommand
- func (o *TimerCommand) GetCommandId() string
- func (o *TimerCommand) GetCommandIdOk() (*string, bool)
- func (o *TimerCommand) GetDurationSeconds() int64
- func (o *TimerCommand) GetDurationSecondsOk() (*int64, bool)
- func (o *TimerCommand) GetFiringUnixTimestampSeconds() int64
- func (o *TimerCommand) GetFiringUnixTimestampSecondsOk() (*int64, bool)
- func (o *TimerCommand) HasCommandId() bool
- func (o *TimerCommand) HasDurationSeconds() bool
- func (o *TimerCommand) HasFiringUnixTimestampSeconds() bool
- func (o TimerCommand) MarshalJSON() ([]byte, error)
- func (o *TimerCommand) SetCommandId(v string)
- func (o *TimerCommand) SetDurationSeconds(v int64)
- func (o *TimerCommand) SetFiringUnixTimestampSeconds(v int64)
- func (o TimerCommand) ToMap() (map[string]interface{}, error)
- type TimerResult
- func (o *TimerResult) GetCommandId() string
- func (o *TimerResult) GetCommandIdOk() (*string, bool)
- func (o *TimerResult) GetTimerStatus() TimerStatus
- func (o *TimerResult) GetTimerStatusOk() (*TimerStatus, bool)
- func (o TimerResult) MarshalJSON() ([]byte, error)
- func (o *TimerResult) SetCommandId(v string)
- func (o *TimerResult) SetTimerStatus(v TimerStatus)
- func (o TimerResult) ToMap() (map[string]interface{}, error)
- type TimerStatus
- type TriggerContinueAsNewRequest
- func (o *TriggerContinueAsNewRequest) GetWorkflowId() string
- func (o *TriggerContinueAsNewRequest) GetWorkflowIdOk() (*string, bool)
- func (o *TriggerContinueAsNewRequest) GetWorkflowRunId() string
- func (o *TriggerContinueAsNewRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *TriggerContinueAsNewRequest) HasWorkflowRunId() bool
- func (o TriggerContinueAsNewRequest) MarshalJSON() ([]byte, error)
- func (o *TriggerContinueAsNewRequest) SetWorkflowId(v string)
- func (o *TriggerContinueAsNewRequest) SetWorkflowRunId(v string)
- func (o TriggerContinueAsNewRequest) ToMap() (map[string]interface{}, error)
- type WaitUntilApiFailurePolicy
- type WorkerErrorResponse
- func (o *WorkerErrorResponse) GetDetail() string
- func (o *WorkerErrorResponse) GetDetailOk() (*string, bool)
- func (o *WorkerErrorResponse) GetErrorType() string
- func (o *WorkerErrorResponse) GetErrorTypeOk() (*string, bool)
- func (o *WorkerErrorResponse) HasDetail() bool
- func (o *WorkerErrorResponse) HasErrorType() bool
- func (o WorkerErrorResponse) MarshalJSON() ([]byte, error)
- func (o *WorkerErrorResponse) SetDetail(v string)
- func (o *WorkerErrorResponse) SetErrorType(v string)
- func (o WorkerErrorResponse) ToMap() (map[string]interface{}, error)
- type WorkflowAlreadyStartedOptions
- func (o *WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedError() bool
- func (o *WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedErrorOk() (*bool, bool)
- func (o *WorkflowAlreadyStartedOptions) GetRequestId() string
- func (o *WorkflowAlreadyStartedOptions) GetRequestIdOk() (*string, bool)
- func (o *WorkflowAlreadyStartedOptions) HasRequestId() bool
- func (o WorkflowAlreadyStartedOptions) MarshalJSON() ([]byte, error)
- func (o *WorkflowAlreadyStartedOptions) SetIgnoreAlreadyStartedError(v bool)
- func (o *WorkflowAlreadyStartedOptions) SetRequestId(v string)
- func (o WorkflowAlreadyStartedOptions) ToMap() (map[string]interface{}, error)
- type WorkflowConditionalClose
- func (o *WorkflowConditionalClose) GetChannelName() string
- func (o *WorkflowConditionalClose) GetChannelNameOk() (*string, bool)
- func (o *WorkflowConditionalClose) GetCloseInput() EncodedObject
- func (o *WorkflowConditionalClose) GetCloseInputOk() (*EncodedObject, bool)
- func (o *WorkflowConditionalClose) GetConditionalCloseType() WorkflowConditionalCloseType
- func (o *WorkflowConditionalClose) GetConditionalCloseTypeOk() (*WorkflowConditionalCloseType, bool)
- func (o *WorkflowConditionalClose) HasChannelName() bool
- func (o *WorkflowConditionalClose) HasCloseInput() bool
- func (o *WorkflowConditionalClose) HasConditionalCloseType() bool
- func (o WorkflowConditionalClose) MarshalJSON() ([]byte, error)
- func (o *WorkflowConditionalClose) SetChannelName(v string)
- func (o *WorkflowConditionalClose) SetCloseInput(v EncodedObject)
- func (o *WorkflowConditionalClose) SetConditionalCloseType(v WorkflowConditionalCloseType)
- func (o WorkflowConditionalClose) ToMap() (map[string]interface{}, error)
- type WorkflowConditionalCloseType
- type WorkflowConfig
- func (o *WorkflowConfig) GetContinueAsNewPageSizeInBytes() int32
- func (o *WorkflowConfig) GetContinueAsNewPageSizeInBytesOk() (*int32, bool)
- func (o *WorkflowConfig) GetContinueAsNewThreshold() int32
- func (o *WorkflowConfig) GetContinueAsNewThresholdOk() (*int32, bool)
- func (o *WorkflowConfig) GetDisableSystemSearchAttribute() bool
- func (o *WorkflowConfig) GetDisableSystemSearchAttributeOk() (*bool, bool)
- func (o *WorkflowConfig) GetExecutingStateIdMode() ExecutingStateIdMode
- func (o *WorkflowConfig) GetExecutingStateIdModeOk() (*ExecutingStateIdMode, bool)
- func (o *WorkflowConfig) GetOptimizeActivity() bool
- func (o *WorkflowConfig) GetOptimizeActivityOk() (*bool, bool)
- func (o *WorkflowConfig) HasContinueAsNewPageSizeInBytes() bool
- func (o *WorkflowConfig) HasContinueAsNewThreshold() bool
- func (o *WorkflowConfig) HasDisableSystemSearchAttribute() bool
- func (o *WorkflowConfig) HasExecutingStateIdMode() bool
- func (o *WorkflowConfig) HasOptimizeActivity() bool
- func (o WorkflowConfig) MarshalJSON() ([]byte, error)
- func (o *WorkflowConfig) SetContinueAsNewPageSizeInBytes(v int32)
- func (o *WorkflowConfig) SetContinueAsNewThreshold(v int32)
- func (o *WorkflowConfig) SetDisableSystemSearchAttribute(v bool)
- func (o *WorkflowConfig) SetExecutingStateIdMode(v ExecutingStateIdMode)
- func (o *WorkflowConfig) SetOptimizeActivity(v bool)
- func (o WorkflowConfig) ToMap() (map[string]interface{}, error)
- type WorkflowConfigUpdateRequest
- func (o *WorkflowConfigUpdateRequest) GetWorkflowConfig() WorkflowConfig
- func (o *WorkflowConfigUpdateRequest) GetWorkflowConfigOk() (*WorkflowConfig, bool)
- func (o *WorkflowConfigUpdateRequest) GetWorkflowId() string
- func (o *WorkflowConfigUpdateRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowConfigUpdateRequest) GetWorkflowRunId() string
- func (o *WorkflowConfigUpdateRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowConfigUpdateRequest) HasWorkflowRunId() bool
- func (o WorkflowConfigUpdateRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowConfigUpdateRequest) SetWorkflowConfig(v WorkflowConfig)
- func (o *WorkflowConfigUpdateRequest) SetWorkflowId(v string)
- func (o *WorkflowConfigUpdateRequest) SetWorkflowRunId(v string)
- func (o WorkflowConfigUpdateRequest) ToMap() (map[string]interface{}, error)
- type WorkflowDumpRequest
- func (o *WorkflowDumpRequest) GetPageNum() int32
- func (o *WorkflowDumpRequest) GetPageNumOk() (*int32, bool)
- func (o *WorkflowDumpRequest) GetPageSizeInBytes() int32
- func (o *WorkflowDumpRequest) GetPageSizeInBytesOk() (*int32, bool)
- func (o *WorkflowDumpRequest) GetWorkflowId() string
- func (o *WorkflowDumpRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowDumpRequest) GetWorkflowRunId() string
- func (o *WorkflowDumpRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o WorkflowDumpRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowDumpRequest) SetPageNum(v int32)
- func (o *WorkflowDumpRequest) SetPageSizeInBytes(v int32)
- func (o *WorkflowDumpRequest) SetWorkflowId(v string)
- func (o *WorkflowDumpRequest) SetWorkflowRunId(v string)
- func (o WorkflowDumpRequest) ToMap() (map[string]interface{}, error)
- type WorkflowDumpResponse
- func (o *WorkflowDumpResponse) GetChecksum() string
- func (o *WorkflowDumpResponse) GetChecksumOk() (*string, bool)
- func (o *WorkflowDumpResponse) GetJsonData() string
- func (o *WorkflowDumpResponse) GetJsonDataOk() (*string, bool)
- func (o *WorkflowDumpResponse) GetTotalPages() int32
- func (o *WorkflowDumpResponse) GetTotalPagesOk() (*int32, bool)
- func (o WorkflowDumpResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowDumpResponse) SetChecksum(v string)
- func (o *WorkflowDumpResponse) SetJsonData(v string)
- func (o *WorkflowDumpResponse) SetTotalPages(v int32)
- func (o WorkflowDumpResponse) ToMap() (map[string]interface{}, error)
- type WorkflowErrorType
- type WorkflowGetDataObjectsRequest
- func (o *WorkflowGetDataObjectsRequest) GetKeys() []string
- func (o *WorkflowGetDataObjectsRequest) GetKeysOk() ([]string, bool)
- func (o *WorkflowGetDataObjectsRequest) GetUseMemoForDataAttributes() bool
- func (o *WorkflowGetDataObjectsRequest) GetUseMemoForDataAttributesOk() (*bool, bool)
- func (o *WorkflowGetDataObjectsRequest) GetWorkflowId() string
- func (o *WorkflowGetDataObjectsRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowGetDataObjectsRequest) GetWorkflowRunId() string
- func (o *WorkflowGetDataObjectsRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowGetDataObjectsRequest) HasKeys() bool
- func (o *WorkflowGetDataObjectsRequest) HasUseMemoForDataAttributes() bool
- func (o *WorkflowGetDataObjectsRequest) HasWorkflowRunId() bool
- func (o WorkflowGetDataObjectsRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowGetDataObjectsRequest) SetKeys(v []string)
- func (o *WorkflowGetDataObjectsRequest) SetUseMemoForDataAttributes(v bool)
- func (o *WorkflowGetDataObjectsRequest) SetWorkflowId(v string)
- func (o *WorkflowGetDataObjectsRequest) SetWorkflowRunId(v string)
- func (o WorkflowGetDataObjectsRequest) ToMap() (map[string]interface{}, error)
- type WorkflowGetDataObjectsResponse
- func (o *WorkflowGetDataObjectsResponse) GetObjects() []KeyValue
- func (o *WorkflowGetDataObjectsResponse) GetObjectsOk() ([]KeyValue, bool)
- func (o *WorkflowGetDataObjectsResponse) HasObjects() bool
- func (o WorkflowGetDataObjectsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowGetDataObjectsResponse) SetObjects(v []KeyValue)
- func (o WorkflowGetDataObjectsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowGetRequest
- func (o *WorkflowGetRequest) GetNeedsResults() bool
- func (o *WorkflowGetRequest) GetNeedsResultsOk() (*bool, bool)
- func (o *WorkflowGetRequest) GetWaitTimeSeconds() int32
- func (o *WorkflowGetRequest) GetWaitTimeSecondsOk() (*int32, bool)
- func (o *WorkflowGetRequest) GetWorkflowId() string
- func (o *WorkflowGetRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowGetRequest) GetWorkflowRunId() string
- func (o *WorkflowGetRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowGetRequest) HasNeedsResults() bool
- func (o *WorkflowGetRequest) HasWaitTimeSeconds() bool
- func (o *WorkflowGetRequest) HasWorkflowRunId() bool
- func (o WorkflowGetRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowGetRequest) SetNeedsResults(v bool)
- func (o *WorkflowGetRequest) SetWaitTimeSeconds(v int32)
- func (o *WorkflowGetRequest) SetWorkflowId(v string)
- func (o *WorkflowGetRequest) SetWorkflowRunId(v string)
- func (o WorkflowGetRequest) ToMap() (map[string]interface{}, error)
- type WorkflowGetResponse
- func (o *WorkflowGetResponse) GetErrorMessage() string
- func (o *WorkflowGetResponse) GetErrorMessageOk() (*string, bool)
- func (o *WorkflowGetResponse) GetErrorType() WorkflowErrorType
- func (o *WorkflowGetResponse) GetErrorTypeOk() (*WorkflowErrorType, bool)
- func (o *WorkflowGetResponse) GetResults() []StateCompletionOutput
- func (o *WorkflowGetResponse) GetResultsOk() ([]StateCompletionOutput, bool)
- func (o *WorkflowGetResponse) GetWorkflowRunId() string
- func (o *WorkflowGetResponse) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowGetResponse) GetWorkflowStatus() WorkflowStatus
- func (o *WorkflowGetResponse) GetWorkflowStatusOk() (*WorkflowStatus, bool)
- func (o *WorkflowGetResponse) HasErrorMessage() bool
- func (o *WorkflowGetResponse) HasErrorType() bool
- func (o *WorkflowGetResponse) HasResults() bool
- func (o WorkflowGetResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowGetResponse) SetErrorMessage(v string)
- func (o *WorkflowGetResponse) SetErrorType(v WorkflowErrorType)
- func (o *WorkflowGetResponse) SetResults(v []StateCompletionOutput)
- func (o *WorkflowGetResponse) SetWorkflowRunId(v string)
- func (o *WorkflowGetResponse) SetWorkflowStatus(v WorkflowStatus)
- func (o WorkflowGetResponse) ToMap() (map[string]interface{}, error)
- type WorkflowGetSearchAttributesRequest
- func (o *WorkflowGetSearchAttributesRequest) GetKeys() []SearchAttributeKeyAndType
- func (o *WorkflowGetSearchAttributesRequest) GetKeysOk() ([]SearchAttributeKeyAndType, bool)
- func (o *WorkflowGetSearchAttributesRequest) GetWorkflowId() string
- func (o *WorkflowGetSearchAttributesRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowGetSearchAttributesRequest) GetWorkflowRunId() string
- func (o *WorkflowGetSearchAttributesRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowGetSearchAttributesRequest) HasKeys() bool
- func (o *WorkflowGetSearchAttributesRequest) HasWorkflowRunId() bool
- func (o WorkflowGetSearchAttributesRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowGetSearchAttributesRequest) SetKeys(v []SearchAttributeKeyAndType)
- func (o *WorkflowGetSearchAttributesRequest) SetWorkflowId(v string)
- func (o *WorkflowGetSearchAttributesRequest) SetWorkflowRunId(v string)
- func (o WorkflowGetSearchAttributesRequest) ToMap() (map[string]interface{}, error)
- type WorkflowGetSearchAttributesResponse
- func (o *WorkflowGetSearchAttributesResponse) GetSearchAttributes() []SearchAttribute
- func (o *WorkflowGetSearchAttributesResponse) GetSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowGetSearchAttributesResponse) HasSearchAttributes() bool
- func (o WorkflowGetSearchAttributesResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowGetSearchAttributesResponse) SetSearchAttributes(v []SearchAttribute)
- func (o WorkflowGetSearchAttributesResponse) ToMap() (map[string]interface{}, error)
- type WorkflowIDReusePolicy
- type WorkflowResetRequest
- func (o *WorkflowResetRequest) GetHistoryEventId() int32
- func (o *WorkflowResetRequest) GetHistoryEventIdOk() (*int32, bool)
- func (o *WorkflowResetRequest) GetHistoryEventTime() string
- func (o *WorkflowResetRequest) GetHistoryEventTimeOk() (*string, bool)
- func (o *WorkflowResetRequest) GetReason() string
- func (o *WorkflowResetRequest) GetReasonOk() (*string, bool)
- func (o *WorkflowResetRequest) GetResetType() WorkflowResetType
- func (o *WorkflowResetRequest) GetResetTypeOk() (*WorkflowResetType, bool)
- func (o *WorkflowResetRequest) GetSkipSignalReapply() bool
- func (o *WorkflowResetRequest) GetSkipSignalReapplyOk() (*bool, bool)
- func (o *WorkflowResetRequest) GetSkipUpdateReapply() bool
- func (o *WorkflowResetRequest) GetSkipUpdateReapplyOk() (*bool, bool)
- func (o *WorkflowResetRequest) GetStateExecutionId() string
- func (o *WorkflowResetRequest) GetStateExecutionIdOk() (*string, bool)
- func (o *WorkflowResetRequest) GetStateId() string
- func (o *WorkflowResetRequest) GetStateIdOk() (*string, bool)
- func (o *WorkflowResetRequest) GetWorkflowId() string
- func (o *WorkflowResetRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowResetRequest) GetWorkflowRunId() string
- func (o *WorkflowResetRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowResetRequest) HasHistoryEventId() bool
- func (o *WorkflowResetRequest) HasHistoryEventTime() bool
- func (o *WorkflowResetRequest) HasReason() bool
- func (o *WorkflowResetRequest) HasSkipSignalReapply() bool
- func (o *WorkflowResetRequest) HasSkipUpdateReapply() bool
- func (o *WorkflowResetRequest) HasStateExecutionId() bool
- func (o *WorkflowResetRequest) HasStateId() bool
- func (o *WorkflowResetRequest) HasWorkflowRunId() bool
- func (o WorkflowResetRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowResetRequest) SetHistoryEventId(v int32)
- func (o *WorkflowResetRequest) SetHistoryEventTime(v string)
- func (o *WorkflowResetRequest) SetReason(v string)
- func (o *WorkflowResetRequest) SetResetType(v WorkflowResetType)
- func (o *WorkflowResetRequest) SetSkipSignalReapply(v bool)
- func (o *WorkflowResetRequest) SetSkipUpdateReapply(v bool)
- func (o *WorkflowResetRequest) SetStateExecutionId(v string)
- func (o *WorkflowResetRequest) SetStateId(v string)
- func (o *WorkflowResetRequest) SetWorkflowId(v string)
- func (o *WorkflowResetRequest) SetWorkflowRunId(v string)
- func (o WorkflowResetRequest) ToMap() (map[string]interface{}, error)
- type WorkflowResetResponse
- func (o *WorkflowResetResponse) GetWorkflowRunId() string
- func (o *WorkflowResetResponse) GetWorkflowRunIdOk() (*string, bool)
- func (o WorkflowResetResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowResetResponse) SetWorkflowRunId(v string)
- func (o WorkflowResetResponse) ToMap() (map[string]interface{}, error)
- type WorkflowResetType
- type WorkflowRetryPolicy
- func (o *WorkflowRetryPolicy) GetBackoffCoefficient() float32
- func (o *WorkflowRetryPolicy) GetBackoffCoefficientOk() (*float32, bool)
- func (o *WorkflowRetryPolicy) GetInitialIntervalSeconds() int32
- func (o *WorkflowRetryPolicy) GetInitialIntervalSecondsOk() (*int32, bool)
- func (o *WorkflowRetryPolicy) GetMaximumAttempts() int32
- func (o *WorkflowRetryPolicy) GetMaximumAttemptsOk() (*int32, bool)
- func (o *WorkflowRetryPolicy) GetMaximumIntervalSeconds() int32
- func (o *WorkflowRetryPolicy) GetMaximumIntervalSecondsOk() (*int32, bool)
- func (o *WorkflowRetryPolicy) HasBackoffCoefficient() bool
- func (o *WorkflowRetryPolicy) HasInitialIntervalSeconds() bool
- func (o *WorkflowRetryPolicy) HasMaximumAttempts() bool
- func (o *WorkflowRetryPolicy) HasMaximumIntervalSeconds() bool
- func (o WorkflowRetryPolicy) MarshalJSON() ([]byte, error)
- func (o *WorkflowRetryPolicy) SetBackoffCoefficient(v float32)
- func (o *WorkflowRetryPolicy) SetInitialIntervalSeconds(v int32)
- func (o *WorkflowRetryPolicy) SetMaximumAttempts(v int32)
- func (o *WorkflowRetryPolicy) SetMaximumIntervalSeconds(v int32)
- func (o WorkflowRetryPolicy) ToMap() (map[string]interface{}, error)
- type WorkflowRpcRequest
- func (o *WorkflowRpcRequest) GetDataAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowRpcRequest) GetDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowRpcRequest) GetInput() EncodedObject
- func (o *WorkflowRpcRequest) GetInputOk() (*EncodedObject, bool)
- func (o *WorkflowRpcRequest) GetRpcName() string
- func (o *WorkflowRpcRequest) GetRpcNameOk() (*string, bool)
- func (o *WorkflowRpcRequest) GetSearchAttributes() []SearchAttributeKeyAndType
- func (o *WorkflowRpcRequest) GetSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowRpcRequest) GetSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowRpcRequest) GetSearchAttributesOk() ([]SearchAttributeKeyAndType, bool)
- func (o *WorkflowRpcRequest) GetTimeoutSeconds() int32
- func (o *WorkflowRpcRequest) GetTimeoutSecondsOk() (*int32, bool)
- func (o *WorkflowRpcRequest) GetUseMemoForDataAttributes() bool
- func (o *WorkflowRpcRequest) GetUseMemoForDataAttributesOk() (*bool, bool)
- func (o *WorkflowRpcRequest) GetWorkflowId() string
- func (o *WorkflowRpcRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowRpcRequest) GetWorkflowRunId() string
- func (o *WorkflowRpcRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowRpcRequest) HasDataAttributesLoadingPolicy() bool
- func (o *WorkflowRpcRequest) HasInput() bool
- func (o *WorkflowRpcRequest) HasSearchAttributes() bool
- func (o *WorkflowRpcRequest) HasSearchAttributesLoadingPolicy() bool
- func (o *WorkflowRpcRequest) HasTimeoutSeconds() bool
- func (o *WorkflowRpcRequest) HasUseMemoForDataAttributes() bool
- func (o *WorkflowRpcRequest) HasWorkflowRunId() bool
- func (o WorkflowRpcRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowRpcRequest) SetDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowRpcRequest) SetInput(v EncodedObject)
- func (o *WorkflowRpcRequest) SetRpcName(v string)
- func (o *WorkflowRpcRequest) SetSearchAttributes(v []SearchAttributeKeyAndType)
- func (o *WorkflowRpcRequest) SetSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowRpcRequest) SetTimeoutSeconds(v int32)
- func (o *WorkflowRpcRequest) SetUseMemoForDataAttributes(v bool)
- func (o *WorkflowRpcRequest) SetWorkflowId(v string)
- func (o *WorkflowRpcRequest) SetWorkflowRunId(v string)
- func (o WorkflowRpcRequest) ToMap() (map[string]interface{}, error)
- type WorkflowRpcResponse
- func (o *WorkflowRpcResponse) GetOutput() EncodedObject
- func (o *WorkflowRpcResponse) GetOutputOk() (*EncodedObject, bool)
- func (o *WorkflowRpcResponse) HasOutput() bool
- func (o WorkflowRpcResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowRpcResponse) SetOutput(v EncodedObject)
- func (o WorkflowRpcResponse) ToMap() (map[string]interface{}, error)
- type WorkflowSearchRequest
- func (o *WorkflowSearchRequest) GetNextPageToken() string
- func (o *WorkflowSearchRequest) GetNextPageTokenOk() (*string, bool)
- func (o *WorkflowSearchRequest) GetPageSize() int32
- func (o *WorkflowSearchRequest) GetPageSizeOk() (*int32, bool)
- func (o *WorkflowSearchRequest) GetQuery() string
- func (o *WorkflowSearchRequest) GetQueryOk() (*string, bool)
- func (o *WorkflowSearchRequest) HasNextPageToken() bool
- func (o *WorkflowSearchRequest) HasPageSize() bool
- func (o WorkflowSearchRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowSearchRequest) SetNextPageToken(v string)
- func (o *WorkflowSearchRequest) SetPageSize(v int32)
- func (o *WorkflowSearchRequest) SetQuery(v string)
- func (o WorkflowSearchRequest) ToMap() (map[string]interface{}, error)
- type WorkflowSearchResponse
- func (o *WorkflowSearchResponse) GetNextPageToken() string
- func (o *WorkflowSearchResponse) GetNextPageTokenOk() (*string, bool)
- func (o *WorkflowSearchResponse) GetWorkflowExecutions() []WorkflowSearchResponseEntry
- func (o *WorkflowSearchResponse) GetWorkflowExecutionsOk() ([]WorkflowSearchResponseEntry, bool)
- func (o *WorkflowSearchResponse) HasNextPageToken() bool
- func (o *WorkflowSearchResponse) HasWorkflowExecutions() bool
- func (o WorkflowSearchResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowSearchResponse) SetNextPageToken(v string)
- func (o *WorkflowSearchResponse) SetWorkflowExecutions(v []WorkflowSearchResponseEntry)
- func (o WorkflowSearchResponse) ToMap() (map[string]interface{}, error)
- type WorkflowSearchResponseEntry
- func (o *WorkflowSearchResponseEntry) GetWorkflowId() string
- func (o *WorkflowSearchResponseEntry) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowSearchResponseEntry) GetWorkflowRunId() string
- func (o *WorkflowSearchResponseEntry) GetWorkflowRunIdOk() (*string, bool)
- func (o WorkflowSearchResponseEntry) MarshalJSON() ([]byte, error)
- func (o *WorkflowSearchResponseEntry) SetWorkflowId(v string)
- func (o *WorkflowSearchResponseEntry) SetWorkflowRunId(v string)
- func (o WorkflowSearchResponseEntry) ToMap() (map[string]interface{}, error)
- type WorkflowSetDataObjectsRequest
- func (o *WorkflowSetDataObjectsRequest) GetObjects() []KeyValue
- func (o *WorkflowSetDataObjectsRequest) GetObjectsOk() ([]KeyValue, bool)
- func (o *WorkflowSetDataObjectsRequest) GetWorkflowId() string
- func (o *WorkflowSetDataObjectsRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowSetDataObjectsRequest) GetWorkflowRunId() string
- func (o *WorkflowSetDataObjectsRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowSetDataObjectsRequest) HasObjects() bool
- func (o *WorkflowSetDataObjectsRequest) HasWorkflowRunId() bool
- func (o WorkflowSetDataObjectsRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowSetDataObjectsRequest) SetObjects(v []KeyValue)
- func (o *WorkflowSetDataObjectsRequest) SetWorkflowId(v string)
- func (o *WorkflowSetDataObjectsRequest) SetWorkflowRunId(v string)
- func (o WorkflowSetDataObjectsRequest) ToMap() (map[string]interface{}, error)
- type WorkflowSetSearchAttributesRequest
- func (o *WorkflowSetSearchAttributesRequest) GetSearchAttributes() []SearchAttribute
- func (o *WorkflowSetSearchAttributesRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowSetSearchAttributesRequest) GetWorkflowId() string
- func (o *WorkflowSetSearchAttributesRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowSetSearchAttributesRequest) GetWorkflowRunId() string
- func (o *WorkflowSetSearchAttributesRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowSetSearchAttributesRequest) HasSearchAttributes() bool
- func (o *WorkflowSetSearchAttributesRequest) HasWorkflowRunId() bool
- func (o WorkflowSetSearchAttributesRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowSetSearchAttributesRequest) SetSearchAttributes(v []SearchAttribute)
- func (o *WorkflowSetSearchAttributesRequest) SetWorkflowId(v string)
- func (o *WorkflowSetSearchAttributesRequest) SetWorkflowRunId(v string)
- func (o WorkflowSetSearchAttributesRequest) ToMap() (map[string]interface{}, error)
- type WorkflowSignalRequest
- func (o *WorkflowSignalRequest) GetSignalChannelName() string
- func (o *WorkflowSignalRequest) GetSignalChannelNameOk() (*string, bool)
- func (o *WorkflowSignalRequest) GetSignalValue() EncodedObject
- func (o *WorkflowSignalRequest) GetSignalValueOk() (*EncodedObject, bool)
- func (o *WorkflowSignalRequest) GetWorkflowId() string
- func (o *WorkflowSignalRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowSignalRequest) GetWorkflowRunId() string
- func (o *WorkflowSignalRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowSignalRequest) HasSignalValue() bool
- func (o *WorkflowSignalRequest) HasWorkflowRunId() bool
- func (o WorkflowSignalRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowSignalRequest) SetSignalChannelName(v string)
- func (o *WorkflowSignalRequest) SetSignalValue(v EncodedObject)
- func (o *WorkflowSignalRequest) SetWorkflowId(v string)
- func (o *WorkflowSignalRequest) SetWorkflowRunId(v string)
- func (o WorkflowSignalRequest) ToMap() (map[string]interface{}, error)
- type WorkflowSkipTimerRequest
- func (o *WorkflowSkipTimerRequest) GetTimerCommandId() string
- func (o *WorkflowSkipTimerRequest) GetTimerCommandIdOk() (*string, bool)
- func (o *WorkflowSkipTimerRequest) GetTimerCommandIndex() int32
- func (o *WorkflowSkipTimerRequest) GetTimerCommandIndexOk() (*int32, bool)
- func (o *WorkflowSkipTimerRequest) GetWorkflowId() string
- func (o *WorkflowSkipTimerRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowSkipTimerRequest) GetWorkflowRunId() string
- func (o *WorkflowSkipTimerRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowSkipTimerRequest) GetWorkflowStateExecutionId() string
- func (o *WorkflowSkipTimerRequest) GetWorkflowStateExecutionIdOk() (*string, bool)
- func (o *WorkflowSkipTimerRequest) HasTimerCommandId() bool
- func (o *WorkflowSkipTimerRequest) HasTimerCommandIndex() bool
- func (o *WorkflowSkipTimerRequest) HasWorkflowRunId() bool
- func (o WorkflowSkipTimerRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowSkipTimerRequest) SetTimerCommandId(v string)
- func (o *WorkflowSkipTimerRequest) SetTimerCommandIndex(v int32)
- func (o *WorkflowSkipTimerRequest) SetWorkflowId(v string)
- func (o *WorkflowSkipTimerRequest) SetWorkflowRunId(v string)
- func (o *WorkflowSkipTimerRequest) SetWorkflowStateExecutionId(v string)
- func (o WorkflowSkipTimerRequest) ToMap() (map[string]interface{}, error)
- type WorkflowStartOptions
- func (o *WorkflowStartOptions) GetCronSchedule() string
- func (o *WorkflowStartOptions) GetCronScheduleOk() (*string, bool)
- func (o *WorkflowStartOptions) GetDataAttributes() []KeyValue
- func (o *WorkflowStartOptions) GetDataAttributesOk() ([]KeyValue, bool)
- func (o *WorkflowStartOptions) GetIdReusePolicy() IDReusePolicy
- func (o *WorkflowStartOptions) GetIdReusePolicyOk() (*IDReusePolicy, bool)
- func (o *WorkflowStartOptions) GetRetryPolicy() WorkflowRetryPolicy
- func (o *WorkflowStartOptions) GetRetryPolicyOk() (*WorkflowRetryPolicy, bool)
- func (o *WorkflowStartOptions) GetSearchAttributes() []SearchAttribute
- func (o *WorkflowStartOptions) GetSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowStartOptions) GetUseMemoForDataAttributes() bool
- func (o *WorkflowStartOptions) GetUseMemoForDataAttributesOk() (*bool, bool)
- func (o *WorkflowStartOptions) GetWorkflowAlreadyStartedOptions() WorkflowAlreadyStartedOptions
- func (o *WorkflowStartOptions) GetWorkflowAlreadyStartedOptionsOk() (*WorkflowAlreadyStartedOptions, bool)
- func (o *WorkflowStartOptions) GetWorkflowConfigOverride() WorkflowConfig
- func (o *WorkflowStartOptions) GetWorkflowConfigOverrideOk() (*WorkflowConfig, bool)
- func (o *WorkflowStartOptions) GetWorkflowIDReusePolicy() WorkflowIDReusePolicy
- func (o *WorkflowStartOptions) GetWorkflowIDReusePolicyOk() (*WorkflowIDReusePolicy, bool)
- func (o *WorkflowStartOptions) GetWorkflowStartDelaySeconds() int32
- func (o *WorkflowStartOptions) GetWorkflowStartDelaySecondsOk() (*int32, bool)
- func (o *WorkflowStartOptions) HasCronSchedule() bool
- func (o *WorkflowStartOptions) HasDataAttributes() bool
- func (o *WorkflowStartOptions) HasIdReusePolicy() bool
- func (o *WorkflowStartOptions) HasRetryPolicy() bool
- func (o *WorkflowStartOptions) HasSearchAttributes() bool
- func (o *WorkflowStartOptions) HasUseMemoForDataAttributes() bool
- func (o *WorkflowStartOptions) HasWorkflowAlreadyStartedOptions() bool
- func (o *WorkflowStartOptions) HasWorkflowConfigOverride() bool
- func (o *WorkflowStartOptions) HasWorkflowIDReusePolicy() bool
- func (o *WorkflowStartOptions) HasWorkflowStartDelaySeconds() bool
- func (o WorkflowStartOptions) MarshalJSON() ([]byte, error)
- func (o *WorkflowStartOptions) SetCronSchedule(v string)
- func (o *WorkflowStartOptions) SetDataAttributes(v []KeyValue)
- func (o *WorkflowStartOptions) SetIdReusePolicy(v IDReusePolicy)
- func (o *WorkflowStartOptions) SetRetryPolicy(v WorkflowRetryPolicy)
- func (o *WorkflowStartOptions) SetSearchAttributes(v []SearchAttribute)
- func (o *WorkflowStartOptions) SetUseMemoForDataAttributes(v bool)
- func (o *WorkflowStartOptions) SetWorkflowAlreadyStartedOptions(v WorkflowAlreadyStartedOptions)
- func (o *WorkflowStartOptions) SetWorkflowConfigOverride(v WorkflowConfig)
- func (o *WorkflowStartOptions) SetWorkflowIDReusePolicy(v WorkflowIDReusePolicy)
- func (o *WorkflowStartOptions) SetWorkflowStartDelaySeconds(v int32)
- func (o WorkflowStartOptions) ToMap() (map[string]interface{}, error)
- type WorkflowStartRequest
- func (o *WorkflowStartRequest) GetIwfWorkerUrl() string
- func (o *WorkflowStartRequest) GetIwfWorkerUrlOk() (*string, bool)
- func (o *WorkflowStartRequest) GetIwfWorkflowType() string
- func (o *WorkflowStartRequest) GetIwfWorkflowTypeOk() (*string, bool)
- func (o *WorkflowStartRequest) GetStartStateId() string
- func (o *WorkflowStartRequest) GetStartStateIdOk() (*string, bool)
- func (o *WorkflowStartRequest) GetStateInput() EncodedObject
- func (o *WorkflowStartRequest) GetStateInputOk() (*EncodedObject, bool)
- func (o *WorkflowStartRequest) GetStateOptions() WorkflowStateOptions
- func (o *WorkflowStartRequest) GetStateOptionsOk() (*WorkflowStateOptions, bool)
- func (o *WorkflowStartRequest) GetWaitForCompletionStateExecutionIds() []string
- func (o *WorkflowStartRequest) GetWaitForCompletionStateExecutionIdsOk() ([]string, bool)
- func (o *WorkflowStartRequest) GetWaitForCompletionStateIds() []string
- func (o *WorkflowStartRequest) GetWaitForCompletionStateIdsOk() ([]string, bool)
- func (o *WorkflowStartRequest) GetWorkflowId() string
- func (o *WorkflowStartRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowStartRequest) GetWorkflowStartOptions() WorkflowStartOptions
- func (o *WorkflowStartRequest) GetWorkflowStartOptionsOk() (*WorkflowStartOptions, bool)
- func (o *WorkflowStartRequest) GetWorkflowTimeoutSeconds() int32
- func (o *WorkflowStartRequest) GetWorkflowTimeoutSecondsOk() (*int32, bool)
- func (o *WorkflowStartRequest) HasStartStateId() bool
- func (o *WorkflowStartRequest) HasStateInput() bool
- func (o *WorkflowStartRequest) HasStateOptions() bool
- func (o *WorkflowStartRequest) HasWaitForCompletionStateExecutionIds() bool
- func (o *WorkflowStartRequest) HasWaitForCompletionStateIds() bool
- func (o *WorkflowStartRequest) HasWorkflowStartOptions() bool
- func (o WorkflowStartRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowStartRequest) SetIwfWorkerUrl(v string)
- func (o *WorkflowStartRequest) SetIwfWorkflowType(v string)
- func (o *WorkflowStartRequest) SetStartStateId(v string)
- func (o *WorkflowStartRequest) SetStateInput(v EncodedObject)
- func (o *WorkflowStartRequest) SetStateOptions(v WorkflowStateOptions)
- func (o *WorkflowStartRequest) SetWaitForCompletionStateExecutionIds(v []string)
- func (o *WorkflowStartRequest) SetWaitForCompletionStateIds(v []string)
- func (o *WorkflowStartRequest) SetWorkflowId(v string)
- func (o *WorkflowStartRequest) SetWorkflowStartOptions(v WorkflowStartOptions)
- func (o *WorkflowStartRequest) SetWorkflowTimeoutSeconds(v int32)
- func (o WorkflowStartRequest) ToMap() (map[string]interface{}, error)
- type WorkflowStartResponse
- func (o *WorkflowStartResponse) GetWorkflowRunId() string
- func (o *WorkflowStartResponse) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowStartResponse) HasWorkflowRunId() bool
- func (o WorkflowStartResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowStartResponse) SetWorkflowRunId(v string)
- func (o WorkflowStartResponse) ToMap() (map[string]interface{}, error)
- type WorkflowStateDecideRequest
- func (o *WorkflowStateDecideRequest) GetCommandResults() CommandResults
- func (o *WorkflowStateDecideRequest) GetCommandResultsOk() (*CommandResults, bool)
- func (o *WorkflowStateDecideRequest) GetContext() Context
- func (o *WorkflowStateDecideRequest) GetContextOk() (*Context, bool)
- func (o *WorkflowStateDecideRequest) GetDataObjects() []KeyValue
- func (o *WorkflowStateDecideRequest) GetDataObjectsOk() ([]KeyValue, bool)
- func (o *WorkflowStateDecideRequest) GetSearchAttributes() []SearchAttribute
- func (o *WorkflowStateDecideRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowStateDecideRequest) GetStateInput() EncodedObject
- func (o *WorkflowStateDecideRequest) GetStateInputOk() (*EncodedObject, bool)
- func (o *WorkflowStateDecideRequest) GetStateLocals() []KeyValue
- func (o *WorkflowStateDecideRequest) GetStateLocalsOk() ([]KeyValue, bool)
- func (o *WorkflowStateDecideRequest) GetWorkflowStateId() string
- func (o *WorkflowStateDecideRequest) GetWorkflowStateIdOk() (*string, bool)
- func (o *WorkflowStateDecideRequest) GetWorkflowType() string
- func (o *WorkflowStateDecideRequest) GetWorkflowTypeOk() (*string, bool)
- func (o *WorkflowStateDecideRequest) HasCommandResults() bool
- func (o *WorkflowStateDecideRequest) HasDataObjects() bool
- func (o *WorkflowStateDecideRequest) HasSearchAttributes() bool
- func (o *WorkflowStateDecideRequest) HasStateInput() bool
- func (o *WorkflowStateDecideRequest) HasStateLocals() bool
- func (o WorkflowStateDecideRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowStateDecideRequest) SetCommandResults(v CommandResults)
- func (o *WorkflowStateDecideRequest) SetContext(v Context)
- func (o *WorkflowStateDecideRequest) SetDataObjects(v []KeyValue)
- func (o *WorkflowStateDecideRequest) SetSearchAttributes(v []SearchAttribute)
- func (o *WorkflowStateDecideRequest) SetStateInput(v EncodedObject)
- func (o *WorkflowStateDecideRequest) SetStateLocals(v []KeyValue)
- func (o *WorkflowStateDecideRequest) SetWorkflowStateId(v string)
- func (o *WorkflowStateDecideRequest) SetWorkflowType(v string)
- func (o WorkflowStateDecideRequest) ToMap() (map[string]interface{}, error)
- type WorkflowStateDecideResponse
- func (o *WorkflowStateDecideResponse) GetLocalActivityInput() string
- func (o *WorkflowStateDecideResponse) GetLocalActivityInputOk() (*string, bool)
- func (o *WorkflowStateDecideResponse) GetPublishToInterStateChannel() []InterStateChannelPublishing
- func (o *WorkflowStateDecideResponse) GetPublishToInterStateChannelOk() ([]InterStateChannelPublishing, bool)
- func (o *WorkflowStateDecideResponse) GetRecordEvents() []KeyValue
- func (o *WorkflowStateDecideResponse) GetRecordEventsOk() ([]KeyValue, bool)
- func (o *WorkflowStateDecideResponse) GetStateDecision() StateDecision
- func (o *WorkflowStateDecideResponse) GetStateDecisionOk() (*StateDecision, bool)
- func (o *WorkflowStateDecideResponse) GetUpsertDataObjects() []KeyValue
- func (o *WorkflowStateDecideResponse) GetUpsertDataObjectsOk() ([]KeyValue, bool)
- func (o *WorkflowStateDecideResponse) GetUpsertSearchAttributes() []SearchAttribute
- func (o *WorkflowStateDecideResponse) GetUpsertSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowStateDecideResponse) GetUpsertStateLocals() []KeyValue
- func (o *WorkflowStateDecideResponse) GetUpsertStateLocalsOk() ([]KeyValue, bool)
- func (o *WorkflowStateDecideResponse) HasLocalActivityInput() bool
- func (o *WorkflowStateDecideResponse) HasPublishToInterStateChannel() bool
- func (o *WorkflowStateDecideResponse) HasRecordEvents() bool
- func (o *WorkflowStateDecideResponse) HasStateDecision() bool
- func (o *WorkflowStateDecideResponse) HasUpsertDataObjects() bool
- func (o *WorkflowStateDecideResponse) HasUpsertSearchAttributes() bool
- func (o *WorkflowStateDecideResponse) HasUpsertStateLocals() bool
- func (o WorkflowStateDecideResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowStateDecideResponse) SetLocalActivityInput(v string)
- func (o *WorkflowStateDecideResponse) SetPublishToInterStateChannel(v []InterStateChannelPublishing)
- func (o *WorkflowStateDecideResponse) SetRecordEvents(v []KeyValue)
- func (o *WorkflowStateDecideResponse) SetStateDecision(v StateDecision)
- func (o *WorkflowStateDecideResponse) SetUpsertDataObjects(v []KeyValue)
- func (o *WorkflowStateDecideResponse) SetUpsertSearchAttributes(v []SearchAttribute)
- func (o *WorkflowStateDecideResponse) SetUpsertStateLocals(v []KeyValue)
- func (o WorkflowStateDecideResponse) ToMap() (map[string]interface{}, error)
- type WorkflowStateOptions
- func (o *WorkflowStateOptions) GetDataAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowStateOptions) GetDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowStateOptions) GetDataObjectsLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowStateOptions) GetDataObjectsLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowStateOptions) GetDecideApiRetryPolicy() RetryPolicy
- func (o *WorkflowStateOptions) GetDecideApiRetryPolicyOk() (*RetryPolicy, bool)
- func (o *WorkflowStateOptions) GetDecideApiTimeoutSeconds() int32
- func (o *WorkflowStateOptions) GetDecideApiTimeoutSecondsOk() (*int32, bool)
- func (o *WorkflowStateOptions) GetExecuteApiDataAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowStateOptions) GetExecuteApiDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowStateOptions) GetExecuteApiFailurePolicy() ExecuteApiFailurePolicy
- func (o *WorkflowStateOptions) GetExecuteApiFailurePolicyOk() (*ExecuteApiFailurePolicy, bool)
- func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateId() string
- func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateIdOk() (*string, bool)
- func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateOptions() WorkflowStateOptions
- func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateOptionsOk() (*WorkflowStateOptions, bool)
- func (o *WorkflowStateOptions) GetExecuteApiRetryPolicy() RetryPolicy
- func (o *WorkflowStateOptions) GetExecuteApiRetryPolicyOk() (*RetryPolicy, bool)
- func (o *WorkflowStateOptions) GetExecuteApiSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowStateOptions) GetExecuteApiSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowStateOptions) GetExecuteApiTimeoutSeconds() int32
- func (o *WorkflowStateOptions) GetExecuteApiTimeoutSecondsOk() (*int32, bool)
- func (o *WorkflowStateOptions) GetSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowStateOptions) GetSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowStateOptions) GetSkipStartApi() bool
- func (o *WorkflowStateOptions) GetSkipStartApiOk() (*bool, bool)
- func (o *WorkflowStateOptions) GetSkipWaitUntil() bool
- func (o *WorkflowStateOptions) GetSkipWaitUntilOk() (*bool, bool)
- func (o *WorkflowStateOptions) GetStartApiFailurePolicy() StartApiFailurePolicy
- func (o *WorkflowStateOptions) GetStartApiFailurePolicyOk() (*StartApiFailurePolicy, bool)
- func (o *WorkflowStateOptions) GetStartApiRetryPolicy() RetryPolicy
- func (o *WorkflowStateOptions) GetStartApiRetryPolicyOk() (*RetryPolicy, bool)
- func (o *WorkflowStateOptions) GetStartApiTimeoutSeconds() int32
- func (o *WorkflowStateOptions) GetStartApiTimeoutSecondsOk() (*int32, bool)
- func (o *WorkflowStateOptions) GetWaitUntilApiDataAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowStateOptions) GetWaitUntilApiDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowStateOptions) GetWaitUntilApiFailurePolicy() WaitUntilApiFailurePolicy
- func (o *WorkflowStateOptions) GetWaitUntilApiFailurePolicyOk() (*WaitUntilApiFailurePolicy, bool)
- func (o *WorkflowStateOptions) GetWaitUntilApiRetryPolicy() RetryPolicy
- func (o *WorkflowStateOptions) GetWaitUntilApiRetryPolicyOk() (*RetryPolicy, bool)
- func (o *WorkflowStateOptions) GetWaitUntilApiSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
- func (o *WorkflowStateOptions) GetWaitUntilApiSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
- func (o *WorkflowStateOptions) GetWaitUntilApiTimeoutSeconds() int32
- func (o *WorkflowStateOptions) GetWaitUntilApiTimeoutSecondsOk() (*int32, bool)
- func (o *WorkflowStateOptions) HasDataAttributesLoadingPolicy() bool
- func (o *WorkflowStateOptions) HasDataObjectsLoadingPolicy() bool
- func (o *WorkflowStateOptions) HasDecideApiRetryPolicy() bool
- func (o *WorkflowStateOptions) HasDecideApiTimeoutSeconds() bool
- func (o *WorkflowStateOptions) HasExecuteApiDataAttributesLoadingPolicy() bool
- func (o *WorkflowStateOptions) HasExecuteApiFailurePolicy() bool
- func (o *WorkflowStateOptions) HasExecuteApiFailureProceedStateId() bool
- func (o *WorkflowStateOptions) HasExecuteApiFailureProceedStateOptions() bool
- func (o *WorkflowStateOptions) HasExecuteApiRetryPolicy() bool
- func (o *WorkflowStateOptions) HasExecuteApiSearchAttributesLoadingPolicy() bool
- func (o *WorkflowStateOptions) HasExecuteApiTimeoutSeconds() bool
- func (o *WorkflowStateOptions) HasSearchAttributesLoadingPolicy() bool
- func (o *WorkflowStateOptions) HasSkipStartApi() bool
- func (o *WorkflowStateOptions) HasSkipWaitUntil() bool
- func (o *WorkflowStateOptions) HasStartApiFailurePolicy() bool
- func (o *WorkflowStateOptions) HasStartApiRetryPolicy() bool
- func (o *WorkflowStateOptions) HasStartApiTimeoutSeconds() bool
- func (o *WorkflowStateOptions) HasWaitUntilApiDataAttributesLoadingPolicy() bool
- func (o *WorkflowStateOptions) HasWaitUntilApiFailurePolicy() bool
- func (o *WorkflowStateOptions) HasWaitUntilApiRetryPolicy() bool
- func (o *WorkflowStateOptions) HasWaitUntilApiSearchAttributesLoadingPolicy() bool
- func (o *WorkflowStateOptions) HasWaitUntilApiTimeoutSeconds() bool
- func (o WorkflowStateOptions) MarshalJSON() ([]byte, error)
- func (o *WorkflowStateOptions) SetDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowStateOptions) SetDataObjectsLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowStateOptions) SetDecideApiRetryPolicy(v RetryPolicy)
- func (o *WorkflowStateOptions) SetDecideApiTimeoutSeconds(v int32)
- func (o *WorkflowStateOptions) SetExecuteApiDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowStateOptions) SetExecuteApiFailurePolicy(v ExecuteApiFailurePolicy)
- func (o *WorkflowStateOptions) SetExecuteApiFailureProceedStateId(v string)
- func (o *WorkflowStateOptions) SetExecuteApiFailureProceedStateOptions(v WorkflowStateOptions)
- func (o *WorkflowStateOptions) SetExecuteApiRetryPolicy(v RetryPolicy)
- func (o *WorkflowStateOptions) SetExecuteApiSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowStateOptions) SetExecuteApiTimeoutSeconds(v int32)
- func (o *WorkflowStateOptions) SetSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowStateOptions) SetSkipStartApi(v bool)
- func (o *WorkflowStateOptions) SetSkipWaitUntil(v bool)
- func (o *WorkflowStateOptions) SetStartApiFailurePolicy(v StartApiFailurePolicy)
- func (o *WorkflowStateOptions) SetStartApiRetryPolicy(v RetryPolicy)
- func (o *WorkflowStateOptions) SetStartApiTimeoutSeconds(v int32)
- func (o *WorkflowStateOptions) SetWaitUntilApiDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowStateOptions) SetWaitUntilApiFailurePolicy(v WaitUntilApiFailurePolicy)
- func (o *WorkflowStateOptions) SetWaitUntilApiRetryPolicy(v RetryPolicy)
- func (o *WorkflowStateOptions) SetWaitUntilApiSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
- func (o *WorkflowStateOptions) SetWaitUntilApiTimeoutSeconds(v int32)
- func (o WorkflowStateOptions) ToMap() (map[string]interface{}, error)
- type WorkflowStateStartRequest
- func (o *WorkflowStateStartRequest) GetContext() Context
- func (o *WorkflowStateStartRequest) GetContextOk() (*Context, bool)
- func (o *WorkflowStateStartRequest) GetDataObjects() []KeyValue
- func (o *WorkflowStateStartRequest) GetDataObjectsOk() ([]KeyValue, bool)
- func (o *WorkflowStateStartRequest) GetSearchAttributes() []SearchAttribute
- func (o *WorkflowStateStartRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowStateStartRequest) GetStateInput() EncodedObject
- func (o *WorkflowStateStartRequest) GetStateInputOk() (*EncodedObject, bool)
- func (o *WorkflowStateStartRequest) GetWorkflowStateId() string
- func (o *WorkflowStateStartRequest) GetWorkflowStateIdOk() (*string, bool)
- func (o *WorkflowStateStartRequest) GetWorkflowType() string
- func (o *WorkflowStateStartRequest) GetWorkflowTypeOk() (*string, bool)
- func (o *WorkflowStateStartRequest) HasDataObjects() bool
- func (o *WorkflowStateStartRequest) HasSearchAttributes() bool
- func (o *WorkflowStateStartRequest) HasStateInput() bool
- func (o WorkflowStateStartRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowStateStartRequest) SetContext(v Context)
- func (o *WorkflowStateStartRequest) SetDataObjects(v []KeyValue)
- func (o *WorkflowStateStartRequest) SetSearchAttributes(v []SearchAttribute)
- func (o *WorkflowStateStartRequest) SetStateInput(v EncodedObject)
- func (o *WorkflowStateStartRequest) SetWorkflowStateId(v string)
- func (o *WorkflowStateStartRequest) SetWorkflowType(v string)
- func (o WorkflowStateStartRequest) ToMap() (map[string]interface{}, error)
- type WorkflowStateStartResponse
- func (o *WorkflowStateStartResponse) GetCommandRequest() CommandRequest
- func (o *WorkflowStateStartResponse) GetCommandRequestOk() (*CommandRequest, bool)
- func (o *WorkflowStateStartResponse) GetLocalActivityInput() string
- func (o *WorkflowStateStartResponse) GetLocalActivityInputOk() (*string, bool)
- func (o *WorkflowStateStartResponse) GetPublishToInterStateChannel() []InterStateChannelPublishing
- func (o *WorkflowStateStartResponse) GetPublishToInterStateChannelOk() ([]InterStateChannelPublishing, bool)
- func (o *WorkflowStateStartResponse) GetRecordEvents() []KeyValue
- func (o *WorkflowStateStartResponse) GetRecordEventsOk() ([]KeyValue, bool)
- func (o *WorkflowStateStartResponse) GetUpsertDataObjects() []KeyValue
- func (o *WorkflowStateStartResponse) GetUpsertDataObjectsOk() ([]KeyValue, bool)
- func (o *WorkflowStateStartResponse) GetUpsertSearchAttributes() []SearchAttribute
- func (o *WorkflowStateStartResponse) GetUpsertSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowStateStartResponse) GetUpsertStateLocals() []KeyValue
- func (o *WorkflowStateStartResponse) GetUpsertStateLocalsOk() ([]KeyValue, bool)
- func (o *WorkflowStateStartResponse) HasCommandRequest() bool
- func (o *WorkflowStateStartResponse) HasLocalActivityInput() bool
- func (o *WorkflowStateStartResponse) HasPublishToInterStateChannel() bool
- func (o *WorkflowStateStartResponse) HasRecordEvents() bool
- func (o *WorkflowStateStartResponse) HasUpsertDataObjects() bool
- func (o *WorkflowStateStartResponse) HasUpsertSearchAttributes() bool
- func (o *WorkflowStateStartResponse) HasUpsertStateLocals() bool
- func (o WorkflowStateStartResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowStateStartResponse) SetCommandRequest(v CommandRequest)
- func (o *WorkflowStateStartResponse) SetLocalActivityInput(v string)
- func (o *WorkflowStateStartResponse) SetPublishToInterStateChannel(v []InterStateChannelPublishing)
- func (o *WorkflowStateStartResponse) SetRecordEvents(v []KeyValue)
- func (o *WorkflowStateStartResponse) SetUpsertDataObjects(v []KeyValue)
- func (o *WorkflowStateStartResponse) SetUpsertSearchAttributes(v []SearchAttribute)
- func (o *WorkflowStateStartResponse) SetUpsertStateLocals(v []KeyValue)
- func (o WorkflowStateStartResponse) ToMap() (map[string]interface{}, error)
- type WorkflowStatus
- type WorkflowStopRequest
- func (o *WorkflowStopRequest) GetReason() string
- func (o *WorkflowStopRequest) GetReasonOk() (*string, bool)
- func (o *WorkflowStopRequest) GetStopType() WorkflowStopType
- func (o *WorkflowStopRequest) GetStopTypeOk() (*WorkflowStopType, bool)
- func (o *WorkflowStopRequest) GetWorkflowId() string
- func (o *WorkflowStopRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowStopRequest) GetWorkflowRunId() string
- func (o *WorkflowStopRequest) GetWorkflowRunIdOk() (*string, bool)
- func (o *WorkflowStopRequest) HasReason() bool
- func (o *WorkflowStopRequest) HasStopType() bool
- func (o *WorkflowStopRequest) HasWorkflowRunId() bool
- func (o WorkflowStopRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowStopRequest) SetReason(v string)
- func (o *WorkflowStopRequest) SetStopType(v WorkflowStopType)
- func (o *WorkflowStopRequest) SetWorkflowId(v string)
- func (o *WorkflowStopRequest) SetWorkflowRunId(v string)
- func (o WorkflowStopRequest) ToMap() (map[string]interface{}, error)
- type WorkflowStopType
- type WorkflowWaitForStateCompletionRequest
- func (o *WorkflowWaitForStateCompletionRequest) GetStateExecutionId() string
- func (o *WorkflowWaitForStateCompletionRequest) GetStateExecutionIdOk() (*string, bool)
- func (o *WorkflowWaitForStateCompletionRequest) GetStateId() string
- func (o *WorkflowWaitForStateCompletionRequest) GetStateIdOk() (*string, bool)
- func (o *WorkflowWaitForStateCompletionRequest) GetWaitForKey() string
- func (o *WorkflowWaitForStateCompletionRequest) GetWaitForKeyOk() (*string, bool)
- func (o *WorkflowWaitForStateCompletionRequest) GetWaitTimeSeconds() int32
- func (o *WorkflowWaitForStateCompletionRequest) GetWaitTimeSecondsOk() (*int32, bool)
- func (o *WorkflowWaitForStateCompletionRequest) GetWorkflowId() string
- func (o *WorkflowWaitForStateCompletionRequest) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowWaitForStateCompletionRequest) HasStateExecutionId() bool
- func (o *WorkflowWaitForStateCompletionRequest) HasStateId() bool
- func (o *WorkflowWaitForStateCompletionRequest) HasWaitForKey() bool
- func (o *WorkflowWaitForStateCompletionRequest) HasWaitTimeSeconds() bool
- func (o WorkflowWaitForStateCompletionRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowWaitForStateCompletionRequest) SetStateExecutionId(v string)
- func (o *WorkflowWaitForStateCompletionRequest) SetStateId(v string)
- func (o *WorkflowWaitForStateCompletionRequest) SetWaitForKey(v string)
- func (o *WorkflowWaitForStateCompletionRequest) SetWaitTimeSeconds(v int32)
- func (o *WorkflowWaitForStateCompletionRequest) SetWorkflowId(v string)
- func (o WorkflowWaitForStateCompletionRequest) ToMap() (map[string]interface{}, error)
- type WorkflowWaitForStateCompletionResponse
- func (o *WorkflowWaitForStateCompletionResponse) GetStateCompletionOutput() StateCompletionOutput
- func (o *WorkflowWaitForStateCompletionResponse) GetStateCompletionOutputOk() (*StateCompletionOutput, bool)
- func (o *WorkflowWaitForStateCompletionResponse) HasStateCompletionOutput() bool
- func (o WorkflowWaitForStateCompletionResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowWaitForStateCompletionResponse) SetStateCompletionOutput(v StateCompletionOutput)
- func (o WorkflowWaitForStateCompletionResponse) ToMap() (map[string]interface{}, error)
- type WorkflowWorkerRpcRequest
- func (o *WorkflowWorkerRpcRequest) GetContext() Context
- func (o *WorkflowWorkerRpcRequest) GetContextOk() (*Context, bool)
- func (o *WorkflowWorkerRpcRequest) GetDataAttributes() []KeyValue
- func (o *WorkflowWorkerRpcRequest) GetDataAttributesOk() ([]KeyValue, bool)
- func (o *WorkflowWorkerRpcRequest) GetInput() EncodedObject
- func (o *WorkflowWorkerRpcRequest) GetInputOk() (*EncodedObject, bool)
- func (o *WorkflowWorkerRpcRequest) GetInternalChannelInfos() map[string]ChannelInfo
- func (o *WorkflowWorkerRpcRequest) GetInternalChannelInfosOk() (*map[string]ChannelInfo, bool)
- func (o *WorkflowWorkerRpcRequest) GetRpcName() string
- func (o *WorkflowWorkerRpcRequest) GetRpcNameOk() (*string, bool)
- func (o *WorkflowWorkerRpcRequest) GetSearchAttributes() []SearchAttribute
- func (o *WorkflowWorkerRpcRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowWorkerRpcRequest) GetSignalChannelInfos() map[string]ChannelInfo
- func (o *WorkflowWorkerRpcRequest) GetSignalChannelInfosOk() (*map[string]ChannelInfo, bool)
- func (o *WorkflowWorkerRpcRequest) GetWorkflowType() string
- func (o *WorkflowWorkerRpcRequest) GetWorkflowTypeOk() (*string, bool)
- func (o *WorkflowWorkerRpcRequest) HasDataAttributes() bool
- func (o *WorkflowWorkerRpcRequest) HasInput() bool
- func (o *WorkflowWorkerRpcRequest) HasInternalChannelInfos() bool
- func (o *WorkflowWorkerRpcRequest) HasSearchAttributes() bool
- func (o *WorkflowWorkerRpcRequest) HasSignalChannelInfos() bool
- func (o WorkflowWorkerRpcRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowWorkerRpcRequest) SetContext(v Context)
- func (o *WorkflowWorkerRpcRequest) SetDataAttributes(v []KeyValue)
- func (o *WorkflowWorkerRpcRequest) SetInput(v EncodedObject)
- func (o *WorkflowWorkerRpcRequest) SetInternalChannelInfos(v map[string]ChannelInfo)
- func (o *WorkflowWorkerRpcRequest) SetRpcName(v string)
- func (o *WorkflowWorkerRpcRequest) SetSearchAttributes(v []SearchAttribute)
- func (o *WorkflowWorkerRpcRequest) SetSignalChannelInfos(v map[string]ChannelInfo)
- func (o *WorkflowWorkerRpcRequest) SetWorkflowType(v string)
- func (o WorkflowWorkerRpcRequest) ToMap() (map[string]interface{}, error)
- type WorkflowWorkerRpcResponse
- func (o *WorkflowWorkerRpcResponse) GetOutput() EncodedObject
- func (o *WorkflowWorkerRpcResponse) GetOutputOk() (*EncodedObject, bool)
- func (o *WorkflowWorkerRpcResponse) GetPublishToInterStateChannel() []InterStateChannelPublishing
- func (o *WorkflowWorkerRpcResponse) GetPublishToInterStateChannelOk() ([]InterStateChannelPublishing, bool)
- func (o *WorkflowWorkerRpcResponse) GetRecordEvents() []KeyValue
- func (o *WorkflowWorkerRpcResponse) GetRecordEventsOk() ([]KeyValue, bool)
- func (o *WorkflowWorkerRpcResponse) GetStateDecision() StateDecision
- func (o *WorkflowWorkerRpcResponse) GetStateDecisionOk() (*StateDecision, bool)
- func (o *WorkflowWorkerRpcResponse) GetUpsertDataAttributes() []KeyValue
- func (o *WorkflowWorkerRpcResponse) GetUpsertDataAttributesOk() ([]KeyValue, bool)
- func (o *WorkflowWorkerRpcResponse) GetUpsertSearchAttributes() []SearchAttribute
- func (o *WorkflowWorkerRpcResponse) GetUpsertSearchAttributesOk() ([]SearchAttribute, bool)
- func (o *WorkflowWorkerRpcResponse) GetUpsertStateLocals() []KeyValue
- func (o *WorkflowWorkerRpcResponse) GetUpsertStateLocalsOk() ([]KeyValue, bool)
- func (o *WorkflowWorkerRpcResponse) HasOutput() bool
- func (o *WorkflowWorkerRpcResponse) HasPublishToInterStateChannel() bool
- func (o *WorkflowWorkerRpcResponse) HasRecordEvents() bool
- func (o *WorkflowWorkerRpcResponse) HasStateDecision() bool
- func (o *WorkflowWorkerRpcResponse) HasUpsertDataAttributes() bool
- func (o *WorkflowWorkerRpcResponse) HasUpsertSearchAttributes() bool
- func (o *WorkflowWorkerRpcResponse) HasUpsertStateLocals() bool
- func (o WorkflowWorkerRpcResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowWorkerRpcResponse) SetOutput(v EncodedObject)
- func (o *WorkflowWorkerRpcResponse) SetPublishToInterStateChannel(v []InterStateChannelPublishing)
- func (o *WorkflowWorkerRpcResponse) SetRecordEvents(v []KeyValue)
- func (o *WorkflowWorkerRpcResponse) SetStateDecision(v StateDecision)
- func (o *WorkflowWorkerRpcResponse) SetUpsertDataAttributes(v []KeyValue)
- func (o *WorkflowWorkerRpcResponse) SetUpsertSearchAttributes(v []SearchAttribute)
- func (o *WorkflowWorkerRpcResponse) SetUpsertStateLocals(v []KeyValue)
- func (o WorkflowWorkerRpcResponse) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedChannelRequestStatusEnumValues = []ChannelRequestStatus{
"WAITING",
"RECEIVED",
}
All allowed values of ChannelRequestStatus enum
var AllowedCommandWaitingTypeEnumValues = []CommandWaitingType{
"ALL_COMPLETED",
"ANY_COMPLETED",
"ANY_COMBINATION_COMPLETED",
}
All allowed values of CommandWaitingType enum
var AllowedDeciderTriggerTypeEnumValues = []DeciderTriggerType{
"ALL_COMMAND_COMPLETED",
"ANY_COMMAND_COMPLETED",
"ANY_COMMAND_COMBINATION_COMPLETED",
}
All allowed values of DeciderTriggerType enum
var AllowedErrorSubStatusEnumValues = []ErrorSubStatus{
"UNCATEGORIZED_SUB_STATUS",
"WORKFLOW_ALREADY_STARTED_SUB_STATUS",
"WORKFLOW_NOT_EXISTS_SUB_STATUS",
"WORKER_API_ERROR",
"LONG_POLL_TIME_OUT_SUB_STATUS",
}
All allowed values of ErrorSubStatus enum
var AllowedEventTypeEnumValues = []EventType{
"STATE_EXECUTE_ATTEMPT_FAIL_EVENT",
"STATE_EXECUTE_ATTEMPT_SUCC_EVENT",
"STATE_EXECUTE_EE_COMPLETE_EVENT",
"STATE_EXECUTE_EE_FAIL_EVENT",
"STATE_EXECUTE_EE_START_EVENT",
"STATE_WAIT_UNTIL_ATTEMPT_FAIL_EVENT",
"STATE_WAIT_UNTIL_ATTEMPT_SUCC_EVENT",
"STATE_WAIT_UNTIL_EE_COMPLETE_EVENT",
"STATE_WAIT_UNTIL_EE_FAIL_EVENT",
"STATE_WAIT_UNTIL_EE_START_EVENT",
"WORKFLOW_COMPLETE_EVENT",
"WORKFLOW_FAIL_EVENT",
"WORKFLOW_START_EVENT",
}
All allowed values of EventType enum
var AllowedExecuteApiFailurePolicyEnumValues = []ExecuteApiFailurePolicy{
"FAIL_WORKFLOW_ON_EXECUTE_API_FAILURE",
"PROCEED_TO_CONFIGURED_STATE",
}
All allowed values of ExecuteApiFailurePolicy enum
var AllowedExecutingStateIdModeEnumValues = []ExecutingStateIdMode{
"ENABLED_FOR_ALL",
"ENABLED_FOR_STATES_WITH_WAIT_UNTIL",
"DISABLED",
}
All allowed values of ExecutingStateIdMode enum
var AllowedIDReusePolicyEnumValues = []IDReusePolicy{
"ALLOW_IF_PREVIOUS_EXISTS_ABNORMALLY",
"ALLOW_IF_PREVIOUS_EXITS_ABNORMALLY",
"ALLOW_IF_NO_RUNNING",
"DISALLOW_REUSE",
"ALLOW_TERMINATE_IF_RUNNING",
}
All allowed values of IDReusePolicy enum
var AllowedPersistenceLoadingTypeEnumValues = []PersistenceLoadingType{
"LOAD_ALL_WITHOUT_LOCKING",
"LOAD_PARTIAL_WITHOUT_LOCKING",
"LOAD_PARTIAL_WITH_EXCLUSIVE_LOCK",
"LOAD_NONE",
"LOAD_ALL_WITH_PARTIAL_LOCK",
}
All allowed values of PersistenceLoadingType enum
var AllowedSearchAttributeValueTypeEnumValues = []SearchAttributeValueType{
"KEYWORD",
"TEXT",
"DATETIME",
"INT",
"DOUBLE",
"BOOL",
"KEYWORD_ARRAY",
}
All allowed values of SearchAttributeValueType enum
var AllowedStartApiFailurePolicyEnumValues = []StartApiFailurePolicy{
"FAIL_WORKFLOW_ON_START_API_FAILURE",
"PROCEED_TO_DECIDE_ON_START_API_FAILURE",
}
All allowed values of StartApiFailurePolicy enum
var AllowedTimerStatusEnumValues = []TimerStatus{
"SCHEDULED",
"FIRED",
}
All allowed values of TimerStatus enum
var AllowedWaitUntilApiFailurePolicyEnumValues = []WaitUntilApiFailurePolicy{
"FAIL_WORKFLOW_ON_FAILURE",
"PROCEED_ON_FAILURE",
}
All allowed values of WaitUntilApiFailurePolicy enum
var AllowedWorkflowConditionalCloseTypeEnumValues = []WorkflowConditionalCloseType{
"FORCE_COMPLETE_ON_INTERNAL_CHANNEL_EMPTY",
"FORCE_COMPLETE_ON_SIGNAL_CHANNEL_EMPTY",
"GRACEFUL_COMPLETE_ON_ALL_CHANNELS_EMPTY",
}
All allowed values of WorkflowConditionalCloseType enum
var AllowedWorkflowErrorTypeEnumValues = []WorkflowErrorType{
"STATE_DECISION_FAILING_WORKFLOW_ERROR_TYPE",
"CLIENT_API_FAILING_WORKFLOW_ERROR_TYPE",
"STATE_API_FAIL_MAX_OUT_RETRY_ERROR_TYPE",
"INVALID_USER_WORKFLOW_CODE_ERROR_TYPE",
"RPC_ACQUIRE_LOCK_FAILURE",
"SERVER_INTERNAL_ERROR_TYPE",
}
All allowed values of WorkflowErrorType enum
var AllowedWorkflowIDReusePolicyEnumValues = []WorkflowIDReusePolicy{
"ALLOW_DUPLICATE_FAILED_ONLY",
"ALLOW_DUPLICATE",
"REJECT_DUPLICATE",
"TERMINATE_IF_RUNNING",
}
All allowed values of WorkflowIDReusePolicy enum
var AllowedWorkflowResetTypeEnumValues = []WorkflowResetType{
"HISTORY_EVENT_ID",
"BEGINNING",
"HISTORY_EVENT_TIME",
"STATE_ID",
"STATE_EXECUTION_ID",
}
All allowed values of WorkflowResetType enum
var AllowedWorkflowStatusEnumValues = []WorkflowStatus{
"RUNNING",
"COMPLETED",
"FAILED",
"TIMEOUT",
"TERMINATED",
"CANCELED",
"CONTINUED_AS_NEW",
}
All allowed values of WorkflowStatus enum
var AllowedWorkflowStopTypeEnumValues = []WorkflowStopType{
"CANCEL",
"TERMINATE",
"FAIL",
}
All allowed values of WorkflowStopType enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultApi DefaultApi // contains filtered or unexported fields }
APIClient manages communication with the Workflow APIs API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiApiV1WorkflowConfigUpdatePostRequest ¶ added in v1.5.0
type ApiApiV1WorkflowConfigUpdatePostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowConfigUpdatePostRequest) Execute ¶ added in v1.5.0
func (r ApiApiV1WorkflowConfigUpdatePostRequest) Execute() (*http.Response, error)
func (ApiApiV1WorkflowConfigUpdatePostRequest) WorkflowConfigUpdateRequest ¶ added in v1.5.0
func (r ApiApiV1WorkflowConfigUpdatePostRequest) WorkflowConfigUpdateRequest(workflowConfigUpdateRequest WorkflowConfigUpdateRequest) ApiApiV1WorkflowConfigUpdatePostRequest
type ApiApiV1WorkflowDataobjectsGetPostRequest ¶
type ApiApiV1WorkflowDataobjectsGetPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowDataobjectsGetPostRequest) Execute ¶
func (r ApiApiV1WorkflowDataobjectsGetPostRequest) Execute() (*WorkflowGetDataObjectsResponse, *http.Response, error)
func (ApiApiV1WorkflowDataobjectsGetPostRequest) WorkflowGetDataObjectsRequest ¶
func (r ApiApiV1WorkflowDataobjectsGetPostRequest) WorkflowGetDataObjectsRequest(workflowGetDataObjectsRequest WorkflowGetDataObjectsRequest) ApiApiV1WorkflowDataobjectsGetPostRequest
type ApiApiV1WorkflowDataobjectsSetPostRequest ¶ added in v1.13.0
type ApiApiV1WorkflowDataobjectsSetPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowDataobjectsSetPostRequest) Execute ¶ added in v1.13.0
func (r ApiApiV1WorkflowDataobjectsSetPostRequest) Execute() (*http.Response, error)
func (ApiApiV1WorkflowDataobjectsSetPostRequest) WorkflowSetDataObjectsRequest ¶ added in v1.13.0
func (r ApiApiV1WorkflowDataobjectsSetPostRequest) WorkflowSetDataObjectsRequest(workflowSetDataObjectsRequest WorkflowSetDataObjectsRequest) ApiApiV1WorkflowDataobjectsSetPostRequest
type ApiApiV1WorkflowGetPostRequest ¶
type ApiApiV1WorkflowGetPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowGetPostRequest) Execute ¶
func (r ApiApiV1WorkflowGetPostRequest) Execute() (*WorkflowGetResponse, *http.Response, error)
func (ApiApiV1WorkflowGetPostRequest) WorkflowGetRequest ¶
func (r ApiApiV1WorkflowGetPostRequest) WorkflowGetRequest(workflowGetRequest WorkflowGetRequest) ApiApiV1WorkflowGetPostRequest
type ApiApiV1WorkflowGetWithWaitPostRequest ¶
type ApiApiV1WorkflowGetWithWaitPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowGetWithWaitPostRequest) Execute ¶
func (r ApiApiV1WorkflowGetWithWaitPostRequest) Execute() (*WorkflowGetResponse, *http.Response, error)
func (ApiApiV1WorkflowGetWithWaitPostRequest) WorkflowGetRequest ¶
func (r ApiApiV1WorkflowGetWithWaitPostRequest) WorkflowGetRequest(workflowGetRequest WorkflowGetRequest) ApiApiV1WorkflowGetWithWaitPostRequest
type ApiApiV1WorkflowInternalDumpPostRequest ¶ added in v1.5.0
type ApiApiV1WorkflowInternalDumpPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowInternalDumpPostRequest) Execute ¶ added in v1.5.0
func (r ApiApiV1WorkflowInternalDumpPostRequest) Execute() (*WorkflowDumpResponse, *http.Response, error)
func (ApiApiV1WorkflowInternalDumpPostRequest) WorkflowDumpRequest ¶ added in v1.5.0
func (r ApiApiV1WorkflowInternalDumpPostRequest) WorkflowDumpRequest(workflowDumpRequest WorkflowDumpRequest) ApiApiV1WorkflowInternalDumpPostRequest
type ApiApiV1WorkflowResetPostRequest ¶
type ApiApiV1WorkflowResetPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowResetPostRequest) Execute ¶
func (r ApiApiV1WorkflowResetPostRequest) Execute() (*WorkflowResetResponse, *http.Response, error)
func (ApiApiV1WorkflowResetPostRequest) WorkflowResetRequest ¶
func (r ApiApiV1WorkflowResetPostRequest) WorkflowResetRequest(workflowResetRequest WorkflowResetRequest) ApiApiV1WorkflowResetPostRequest
type ApiApiV1WorkflowRpcPostRequest ¶ added in v1.5.0
type ApiApiV1WorkflowRpcPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowRpcPostRequest) Execute ¶ added in v1.5.0
func (r ApiApiV1WorkflowRpcPostRequest) Execute() (*WorkflowRpcResponse, *http.Response, error)
func (ApiApiV1WorkflowRpcPostRequest) WorkflowRpcRequest ¶ added in v1.5.0
func (r ApiApiV1WorkflowRpcPostRequest) WorkflowRpcRequest(workflowRpcRequest WorkflowRpcRequest) ApiApiV1WorkflowRpcPostRequest
type ApiApiV1WorkflowSearchPostRequest ¶
type ApiApiV1WorkflowSearchPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowSearchPostRequest) Execute ¶
func (r ApiApiV1WorkflowSearchPostRequest) Execute() (*WorkflowSearchResponse, *http.Response, error)
func (ApiApiV1WorkflowSearchPostRequest) WorkflowSearchRequest ¶
func (r ApiApiV1WorkflowSearchPostRequest) WorkflowSearchRequest(workflowSearchRequest WorkflowSearchRequest) ApiApiV1WorkflowSearchPostRequest
type ApiApiV1WorkflowSearchattributesGetPostRequest ¶
type ApiApiV1WorkflowSearchattributesGetPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowSearchattributesGetPostRequest) Execute ¶
func (r ApiApiV1WorkflowSearchattributesGetPostRequest) Execute() (*WorkflowGetSearchAttributesResponse, *http.Response, error)
func (ApiApiV1WorkflowSearchattributesGetPostRequest) WorkflowGetSearchAttributesRequest ¶
func (r ApiApiV1WorkflowSearchattributesGetPostRequest) WorkflowGetSearchAttributesRequest(workflowGetSearchAttributesRequest WorkflowGetSearchAttributesRequest) ApiApiV1WorkflowSearchattributesGetPostRequest
type ApiApiV1WorkflowSearchattributesSetPostRequest ¶ added in v1.13.0
type ApiApiV1WorkflowSearchattributesSetPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowSearchattributesSetPostRequest) Execute ¶ added in v1.13.0
func (r ApiApiV1WorkflowSearchattributesSetPostRequest) Execute() (*http.Response, error)
func (ApiApiV1WorkflowSearchattributesSetPostRequest) WorkflowSetSearchAttributesRequest ¶ added in v1.13.0
func (r ApiApiV1WorkflowSearchattributesSetPostRequest) WorkflowSetSearchAttributesRequest(workflowSetSearchAttributesRequest WorkflowSetSearchAttributesRequest) ApiApiV1WorkflowSearchattributesSetPostRequest
type ApiApiV1WorkflowSignalPostRequest ¶
type ApiApiV1WorkflowSignalPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowSignalPostRequest) Execute ¶
func (r ApiApiV1WorkflowSignalPostRequest) Execute() (*http.Response, error)
func (ApiApiV1WorkflowSignalPostRequest) WorkflowSignalRequest ¶
func (r ApiApiV1WorkflowSignalPostRequest) WorkflowSignalRequest(workflowSignalRequest WorkflowSignalRequest) ApiApiV1WorkflowSignalPostRequest
type ApiApiV1WorkflowStartPostRequest ¶
type ApiApiV1WorkflowStartPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowStartPostRequest) Execute ¶
func (r ApiApiV1WorkflowStartPostRequest) Execute() (*WorkflowStartResponse, *http.Response, error)
func (ApiApiV1WorkflowStartPostRequest) WorkflowStartRequest ¶
func (r ApiApiV1WorkflowStartPostRequest) WorkflowStartRequest(workflowStartRequest WorkflowStartRequest) ApiApiV1WorkflowStartPostRequest
type ApiApiV1WorkflowStateDecidePostRequest ¶
type ApiApiV1WorkflowStateDecidePostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowStateDecidePostRequest) Execute ¶
func (r ApiApiV1WorkflowStateDecidePostRequest) Execute() (*WorkflowStateDecideResponse, *http.Response, error)
func (ApiApiV1WorkflowStateDecidePostRequest) WorkflowStateDecideRequest ¶
func (r ApiApiV1WorkflowStateDecidePostRequest) WorkflowStateDecideRequest(workflowStateDecideRequest WorkflowStateDecideRequest) ApiApiV1WorkflowStateDecidePostRequest
type ApiApiV1WorkflowStateStartPostRequest ¶
type ApiApiV1WorkflowStateStartPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowStateStartPostRequest) Execute ¶
func (r ApiApiV1WorkflowStateStartPostRequest) Execute() (*WorkflowStateStartResponse, *http.Response, error)
func (ApiApiV1WorkflowStateStartPostRequest) WorkflowStateStartRequest ¶
func (r ApiApiV1WorkflowStateStartPostRequest) WorkflowStateStartRequest(workflowStateStartRequest WorkflowStateStartRequest) ApiApiV1WorkflowStateStartPostRequest
type ApiApiV1WorkflowStopPostRequest ¶
type ApiApiV1WorkflowStopPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowStopPostRequest) Execute ¶
func (r ApiApiV1WorkflowStopPostRequest) Execute() (*http.Response, error)
func (ApiApiV1WorkflowStopPostRequest) WorkflowStopRequest ¶
func (r ApiApiV1WorkflowStopPostRequest) WorkflowStopRequest(workflowStopRequest WorkflowStopRequest) ApiApiV1WorkflowStopPostRequest
type ApiApiV1WorkflowTimerSkipPostRequest ¶ added in v1.2.0
type ApiApiV1WorkflowTimerSkipPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowTimerSkipPostRequest) Execute ¶ added in v1.2.0
func (r ApiApiV1WorkflowTimerSkipPostRequest) Execute() (*http.Response, error)
func (ApiApiV1WorkflowTimerSkipPostRequest) WorkflowSkipTimerRequest ¶ added in v1.2.0
func (r ApiApiV1WorkflowTimerSkipPostRequest) WorkflowSkipTimerRequest(workflowSkipTimerRequest WorkflowSkipTimerRequest) ApiApiV1WorkflowTimerSkipPostRequest
type ApiApiV1WorkflowTriggerContinueAsNewPostRequest ¶ added in v1.9.0
type ApiApiV1WorkflowTriggerContinueAsNewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowTriggerContinueAsNewPostRequest) Execute ¶ added in v1.9.0
func (r ApiApiV1WorkflowTriggerContinueAsNewPostRequest) Execute() (*http.Response, error)
func (ApiApiV1WorkflowTriggerContinueAsNewPostRequest) TriggerContinueAsNewRequest ¶ added in v1.9.0
func (r ApiApiV1WorkflowTriggerContinueAsNewPostRequest) TriggerContinueAsNewRequest(triggerContinueAsNewRequest TriggerContinueAsNewRequest) ApiApiV1WorkflowTriggerContinueAsNewPostRequest
type ApiApiV1WorkflowWaitForStateCompletionPostRequest ¶ added in v1.8.0
type ApiApiV1WorkflowWaitForStateCompletionPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowWaitForStateCompletionPostRequest) Execute ¶ added in v1.8.0
func (r ApiApiV1WorkflowWaitForStateCompletionPostRequest) Execute() (*WorkflowWaitForStateCompletionResponse, *http.Response, error)
func (ApiApiV1WorkflowWaitForStateCompletionPostRequest) WorkflowWaitForStateCompletionRequest ¶ added in v1.8.0
func (r ApiApiV1WorkflowWaitForStateCompletionPostRequest) WorkflowWaitForStateCompletionRequest(workflowWaitForStateCompletionRequest WorkflowWaitForStateCompletionRequest) ApiApiV1WorkflowWaitForStateCompletionPostRequest
type ApiApiV1WorkflowWorkerRpcPostRequest ¶ added in v1.5.0
type ApiApiV1WorkflowWorkerRpcPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiV1WorkflowWorkerRpcPostRequest) Execute ¶ added in v1.5.0
func (r ApiApiV1WorkflowWorkerRpcPostRequest) Execute() (*WorkflowWorkerRpcResponse, *http.Response, error)
func (ApiApiV1WorkflowWorkerRpcPostRequest) WorkflowWorkerRpcRequest ¶ added in v1.5.0
func (r ApiApiV1WorkflowWorkerRpcPostRequest) WorkflowWorkerRpcRequest(workflowWorkerRpcRequest WorkflowWorkerRpcRequest) ApiApiV1WorkflowWorkerRpcPostRequest
type ApiInfoHealthcheckGetRequest ¶ added in v1.8.0
type ApiInfoHealthcheckGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiInfoHealthcheckGetRequest) Execute ¶ added in v1.8.0
func (r ApiInfoHealthcheckGetRequest) Execute() (*HealthInfo, *http.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type ChannelInfo ¶ added in v1.15.0
type ChannelInfo struct {
Size *int32 `json:"size,omitempty"`
}
ChannelInfo struct for ChannelInfo
func NewChannelInfo ¶ added in v1.15.0
func NewChannelInfo() *ChannelInfo
NewChannelInfo instantiates a new ChannelInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChannelInfoWithDefaults ¶ added in v1.15.0
func NewChannelInfoWithDefaults() *ChannelInfo
NewChannelInfoWithDefaults instantiates a new ChannelInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChannelInfo) GetSize ¶ added in v1.15.0
func (o *ChannelInfo) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ChannelInfo) GetSizeOk ¶ added in v1.15.0
func (o *ChannelInfo) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChannelInfo) HasSize ¶ added in v1.15.0
func (o *ChannelInfo) HasSize() bool
HasSize returns a boolean if a field has been set.
func (ChannelInfo) MarshalJSON ¶ added in v1.15.0
func (o ChannelInfo) MarshalJSON() ([]byte, error)
func (*ChannelInfo) SetSize ¶ added in v1.15.0
func (o *ChannelInfo) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (ChannelInfo) ToMap ¶ added in v1.15.0
func (o ChannelInfo) ToMap() (map[string]interface{}, error)
type ChannelRequestStatus ¶
type ChannelRequestStatus string
ChannelRequestStatus the model 'ChannelRequestStatus'
const ( WAITING ChannelRequestStatus = "WAITING" RECEIVED ChannelRequestStatus = "RECEIVED" )
List of ChannelRequestStatus
func NewChannelRequestStatusFromValue ¶
func NewChannelRequestStatusFromValue(v string) (*ChannelRequestStatus, error)
NewChannelRequestStatusFromValue returns a pointer to a valid ChannelRequestStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ChannelRequestStatus) IsValid ¶
func (v ChannelRequestStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ChannelRequestStatus) Ptr ¶
func (v ChannelRequestStatus) Ptr() *ChannelRequestStatus
Ptr returns reference to ChannelRequestStatus value
func (*ChannelRequestStatus) UnmarshalJSON ¶
func (v *ChannelRequestStatus) UnmarshalJSON(src []byte) error
type CommandCombination ¶ added in v1.2.0
type CommandCombination struct {
CommandIds []string `json:"commandIds,omitempty"`
}
CommandCombination struct for CommandCombination
func NewCommandCombination ¶ added in v1.2.0
func NewCommandCombination() *CommandCombination
NewCommandCombination instantiates a new CommandCombination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommandCombinationWithDefaults ¶ added in v1.2.0
func NewCommandCombinationWithDefaults() *CommandCombination
NewCommandCombinationWithDefaults instantiates a new CommandCombination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommandCombination) GetCommandIds ¶ added in v1.2.0
func (o *CommandCombination) GetCommandIds() []string
GetCommandIds returns the CommandIds field value if set, zero value otherwise.
func (*CommandCombination) GetCommandIdsOk ¶ added in v1.2.0
func (o *CommandCombination) GetCommandIdsOk() ([]string, bool)
GetCommandIdsOk returns a tuple with the CommandIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandCombination) HasCommandIds ¶ added in v1.2.0
func (o *CommandCombination) HasCommandIds() bool
HasCommandIds returns a boolean if a field has been set.
func (CommandCombination) MarshalJSON ¶ added in v1.2.0
func (o CommandCombination) MarshalJSON() ([]byte, error)
func (*CommandCombination) SetCommandIds ¶ added in v1.2.0
func (o *CommandCombination) SetCommandIds(v []string)
SetCommandIds gets a reference to the given []string and assigns it to the CommandIds field.
func (CommandCombination) ToMap ¶ added in v1.4.0
func (o CommandCombination) ToMap() (map[string]interface{}, error)
type CommandRequest ¶
type CommandRequest struct { DeciderTriggerType *DeciderTriggerType `json:"deciderTriggerType,omitempty"` CommandWaitingType *CommandWaitingType `json:"commandWaitingType,omitempty"` TimerCommands []TimerCommand `json:"timerCommands,omitempty"` SignalCommands []SignalCommand `json:"signalCommands,omitempty"` InterStateChannelCommands []InterStateChannelCommand `json:"interStateChannelCommands,omitempty"` CommandCombinations []CommandCombination `json:"commandCombinations,omitempty"` }
CommandRequest struct for CommandRequest
func NewCommandRequest ¶
func NewCommandRequest() *CommandRequest
NewCommandRequest instantiates a new CommandRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommandRequestWithDefaults ¶
func NewCommandRequestWithDefaults() *CommandRequest
NewCommandRequestWithDefaults instantiates a new CommandRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommandRequest) GetCommandCombinations ¶ added in v1.2.0
func (o *CommandRequest) GetCommandCombinations() []CommandCombination
GetCommandCombinations returns the CommandCombinations field value if set, zero value otherwise.
func (*CommandRequest) GetCommandCombinationsOk ¶ added in v1.2.0
func (o *CommandRequest) GetCommandCombinationsOk() ([]CommandCombination, bool)
GetCommandCombinationsOk returns a tuple with the CommandCombinations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandRequest) GetCommandWaitingType ¶ added in v1.5.0
func (o *CommandRequest) GetCommandWaitingType() CommandWaitingType
GetCommandWaitingType returns the CommandWaitingType field value if set, zero value otherwise.
func (*CommandRequest) GetCommandWaitingTypeOk ¶ added in v1.5.0
func (o *CommandRequest) GetCommandWaitingTypeOk() (*CommandWaitingType, bool)
GetCommandWaitingTypeOk returns a tuple with the CommandWaitingType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandRequest) GetDeciderTriggerType ¶
func (o *CommandRequest) GetDeciderTriggerType() DeciderTriggerType
GetDeciderTriggerType returns the DeciderTriggerType field value if set, zero value otherwise.
func (*CommandRequest) GetDeciderTriggerTypeOk ¶
func (o *CommandRequest) GetDeciderTriggerTypeOk() (*DeciderTriggerType, bool)
GetDeciderTriggerTypeOk returns a tuple with the DeciderTriggerType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandRequest) GetInterStateChannelCommands ¶
func (o *CommandRequest) GetInterStateChannelCommands() []InterStateChannelCommand
GetInterStateChannelCommands returns the InterStateChannelCommands field value if set, zero value otherwise.
func (*CommandRequest) GetInterStateChannelCommandsOk ¶
func (o *CommandRequest) GetInterStateChannelCommandsOk() ([]InterStateChannelCommand, bool)
GetInterStateChannelCommandsOk returns a tuple with the InterStateChannelCommands field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandRequest) GetSignalCommands ¶
func (o *CommandRequest) GetSignalCommands() []SignalCommand
GetSignalCommands returns the SignalCommands field value if set, zero value otherwise.
func (*CommandRequest) GetSignalCommandsOk ¶
func (o *CommandRequest) GetSignalCommandsOk() ([]SignalCommand, bool)
GetSignalCommandsOk returns a tuple with the SignalCommands field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandRequest) GetTimerCommands ¶
func (o *CommandRequest) GetTimerCommands() []TimerCommand
GetTimerCommands returns the TimerCommands field value if set, zero value otherwise.
func (*CommandRequest) GetTimerCommandsOk ¶
func (o *CommandRequest) GetTimerCommandsOk() ([]TimerCommand, bool)
GetTimerCommandsOk returns a tuple with the TimerCommands field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandRequest) HasCommandCombinations ¶ added in v1.2.0
func (o *CommandRequest) HasCommandCombinations() bool
HasCommandCombinations returns a boolean if a field has been set.
func (*CommandRequest) HasCommandWaitingType ¶ added in v1.5.0
func (o *CommandRequest) HasCommandWaitingType() bool
HasCommandWaitingType returns a boolean if a field has been set.
func (*CommandRequest) HasDeciderTriggerType ¶ added in v1.5.0
func (o *CommandRequest) HasDeciderTriggerType() bool
HasDeciderTriggerType returns a boolean if a field has been set.
func (*CommandRequest) HasInterStateChannelCommands ¶
func (o *CommandRequest) HasInterStateChannelCommands() bool
HasInterStateChannelCommands returns a boolean if a field has been set.
func (*CommandRequest) HasSignalCommands ¶
func (o *CommandRequest) HasSignalCommands() bool
HasSignalCommands returns a boolean if a field has been set.
func (*CommandRequest) HasTimerCommands ¶
func (o *CommandRequest) HasTimerCommands() bool
HasTimerCommands returns a boolean if a field has been set.
func (CommandRequest) MarshalJSON ¶
func (o CommandRequest) MarshalJSON() ([]byte, error)
func (*CommandRequest) SetCommandCombinations ¶ added in v1.2.0
func (o *CommandRequest) SetCommandCombinations(v []CommandCombination)
SetCommandCombinations gets a reference to the given []CommandCombination and assigns it to the CommandCombinations field.
func (*CommandRequest) SetCommandWaitingType ¶ added in v1.5.0
func (o *CommandRequest) SetCommandWaitingType(v CommandWaitingType)
SetCommandWaitingType gets a reference to the given CommandWaitingType and assigns it to the CommandWaitingType field.
func (*CommandRequest) SetDeciderTriggerType ¶
func (o *CommandRequest) SetDeciderTriggerType(v DeciderTriggerType)
SetDeciderTriggerType gets a reference to the given DeciderTriggerType and assigns it to the DeciderTriggerType field.
func (*CommandRequest) SetInterStateChannelCommands ¶
func (o *CommandRequest) SetInterStateChannelCommands(v []InterStateChannelCommand)
SetInterStateChannelCommands gets a reference to the given []InterStateChannelCommand and assigns it to the InterStateChannelCommands field.
func (*CommandRequest) SetSignalCommands ¶
func (o *CommandRequest) SetSignalCommands(v []SignalCommand)
SetSignalCommands gets a reference to the given []SignalCommand and assigns it to the SignalCommands field.
func (*CommandRequest) SetTimerCommands ¶
func (o *CommandRequest) SetTimerCommands(v []TimerCommand)
SetTimerCommands gets a reference to the given []TimerCommand and assigns it to the TimerCommands field.
func (CommandRequest) ToMap ¶ added in v1.4.0
func (o CommandRequest) ToMap() (map[string]interface{}, error)
type CommandResults ¶
type CommandResults struct { SignalResults []SignalResult `json:"signalResults,omitempty"` InterStateChannelResults []InterStateChannelResult `json:"interStateChannelResults,omitempty"` TimerResults []TimerResult `json:"timerResults,omitempty"` StateStartApiSucceeded *bool `json:"stateStartApiSucceeded,omitempty"` }
CommandResults struct for CommandResults
func NewCommandResults ¶
func NewCommandResults() *CommandResults
NewCommandResults instantiates a new CommandResults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommandResultsWithDefaults ¶
func NewCommandResultsWithDefaults() *CommandResults
NewCommandResultsWithDefaults instantiates a new CommandResults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommandResults) GetInterStateChannelResults ¶
func (o *CommandResults) GetInterStateChannelResults() []InterStateChannelResult
GetInterStateChannelResults returns the InterStateChannelResults field value if set, zero value otherwise.
func (*CommandResults) GetInterStateChannelResultsOk ¶
func (o *CommandResults) GetInterStateChannelResultsOk() ([]InterStateChannelResult, bool)
GetInterStateChannelResultsOk returns a tuple with the InterStateChannelResults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandResults) GetSignalResults ¶
func (o *CommandResults) GetSignalResults() []SignalResult
GetSignalResults returns the SignalResults field value if set, zero value otherwise.
func (*CommandResults) GetSignalResultsOk ¶
func (o *CommandResults) GetSignalResultsOk() ([]SignalResult, bool)
GetSignalResultsOk returns a tuple with the SignalResults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandResults) GetStateStartApiSucceeded ¶ added in v1.4.0
func (o *CommandResults) GetStateStartApiSucceeded() bool
GetStateStartApiSucceeded returns the StateStartApiSucceeded field value if set, zero value otherwise.
func (*CommandResults) GetStateStartApiSucceededOk ¶ added in v1.4.0
func (o *CommandResults) GetStateStartApiSucceededOk() (*bool, bool)
GetStateStartApiSucceededOk returns a tuple with the StateStartApiSucceeded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandResults) GetTimerResults ¶
func (o *CommandResults) GetTimerResults() []TimerResult
GetTimerResults returns the TimerResults field value if set, zero value otherwise.
func (*CommandResults) GetTimerResultsOk ¶
func (o *CommandResults) GetTimerResultsOk() ([]TimerResult, bool)
GetTimerResultsOk returns a tuple with the TimerResults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandResults) HasInterStateChannelResults ¶
func (o *CommandResults) HasInterStateChannelResults() bool
HasInterStateChannelResults returns a boolean if a field has been set.
func (*CommandResults) HasSignalResults ¶
func (o *CommandResults) HasSignalResults() bool
HasSignalResults returns a boolean if a field has been set.
func (*CommandResults) HasStateStartApiSucceeded ¶ added in v1.4.0
func (o *CommandResults) HasStateStartApiSucceeded() bool
HasStateStartApiSucceeded returns a boolean if a field has been set.
func (*CommandResults) HasTimerResults ¶
func (o *CommandResults) HasTimerResults() bool
HasTimerResults returns a boolean if a field has been set.
func (CommandResults) MarshalJSON ¶
func (o CommandResults) MarshalJSON() ([]byte, error)
func (*CommandResults) SetInterStateChannelResults ¶
func (o *CommandResults) SetInterStateChannelResults(v []InterStateChannelResult)
SetInterStateChannelResults gets a reference to the given []InterStateChannelResult and assigns it to the InterStateChannelResults field.
func (*CommandResults) SetSignalResults ¶
func (o *CommandResults) SetSignalResults(v []SignalResult)
SetSignalResults gets a reference to the given []SignalResult and assigns it to the SignalResults field.
func (*CommandResults) SetStateStartApiSucceeded ¶ added in v1.4.0
func (o *CommandResults) SetStateStartApiSucceeded(v bool)
SetStateStartApiSucceeded gets a reference to the given bool and assigns it to the StateStartApiSucceeded field.
func (*CommandResults) SetTimerResults ¶
func (o *CommandResults) SetTimerResults(v []TimerResult)
SetTimerResults gets a reference to the given []TimerResult and assigns it to the TimerResults field.
func (CommandResults) ToMap ¶ added in v1.4.0
func (o CommandResults) ToMap() (map[string]interface{}, error)
type CommandWaitingType ¶ added in v1.5.0
type CommandWaitingType string
CommandWaitingType the model 'CommandWaitingType'
const ( ALL_COMPLETED CommandWaitingType = "ALL_COMPLETED" ANY_COMPLETED CommandWaitingType = "ANY_COMPLETED" ANY_COMBINATION_COMPLETED CommandWaitingType = "ANY_COMBINATION_COMPLETED" )
List of CommandWaitingType
func NewCommandWaitingTypeFromValue ¶ added in v1.5.0
func NewCommandWaitingTypeFromValue(v string) (*CommandWaitingType, error)
NewCommandWaitingTypeFromValue returns a pointer to a valid CommandWaitingType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CommandWaitingType) IsValid ¶ added in v1.5.0
func (v CommandWaitingType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CommandWaitingType) Ptr ¶ added in v1.5.0
func (v CommandWaitingType) Ptr() *CommandWaitingType
Ptr returns reference to CommandWaitingType value
func (*CommandWaitingType) UnmarshalJSON ¶ added in v1.5.0
func (v *CommandWaitingType) UnmarshalJSON(src []byte) error
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Context ¶
type Context struct { WorkflowId string `json:"workflowId"` WorkflowRunId string `json:"workflowRunId"` WorkflowStartedTimestamp int64 `json:"workflowStartedTimestamp"` StateExecutionId *string `json:"stateExecutionId,omitempty"` FirstAttemptTimestamp *int64 `json:"firstAttemptTimestamp,omitempty"` Attempt *int32 `json:"attempt,omitempty"` }
Context struct for Context
func NewContext ¶
NewContext instantiates a new Context object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContextWithDefaults ¶
func NewContextWithDefaults() *Context
NewContextWithDefaults instantiates a new Context object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Context) GetAttempt ¶ added in v1.2.2
GetAttempt returns the Attempt field value if set, zero value otherwise.
func (*Context) GetAttemptOk ¶ added in v1.2.2
GetAttemptOk returns a tuple with the Attempt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Context) GetFirstAttemptTimestamp ¶ added in v1.2.2
GetFirstAttemptTimestamp returns the FirstAttemptTimestamp field value if set, zero value otherwise.
func (*Context) GetFirstAttemptTimestampOk ¶ added in v1.2.2
GetFirstAttemptTimestampOk returns a tuple with the FirstAttemptTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Context) GetStateExecutionId ¶
GetStateExecutionId returns the StateExecutionId field value if set, zero value otherwise.
func (*Context) GetStateExecutionIdOk ¶
GetStateExecutionIdOk returns a tuple with the StateExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Context) GetWorkflowId ¶
GetWorkflowId returns the WorkflowId field value
func (*Context) GetWorkflowIdOk ¶
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*Context) GetWorkflowRunId ¶
GetWorkflowRunId returns the WorkflowRunId field value
func (*Context) GetWorkflowRunIdOk ¶
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (*Context) GetWorkflowStartedTimestamp ¶
GetWorkflowStartedTimestamp returns the WorkflowStartedTimestamp field value
func (*Context) GetWorkflowStartedTimestampOk ¶
GetWorkflowStartedTimestampOk returns a tuple with the WorkflowStartedTimestamp field value and a boolean to check if the value has been set.
func (*Context) HasAttempt ¶ added in v1.2.2
HasAttempt returns a boolean if a field has been set.
func (*Context) HasFirstAttemptTimestamp ¶ added in v1.2.2
HasFirstAttemptTimestamp returns a boolean if a field has been set.
func (*Context) HasStateExecutionId ¶ added in v1.5.0
HasStateExecutionId returns a boolean if a field has been set.
func (Context) MarshalJSON ¶
func (*Context) SetAttempt ¶ added in v1.2.2
SetAttempt gets a reference to the given int32 and assigns it to the Attempt field.
func (*Context) SetFirstAttemptTimestamp ¶ added in v1.2.2
SetFirstAttemptTimestamp gets a reference to the given int64 and assigns it to the FirstAttemptTimestamp field.
func (*Context) SetStateExecutionId ¶
SetStateExecutionId gets a reference to the given string and assigns it to the StateExecutionId field.
func (*Context) SetWorkflowId ¶
SetWorkflowId sets field value
func (*Context) SetWorkflowRunId ¶
SetWorkflowRunId sets field value
func (*Context) SetWorkflowStartedTimestamp ¶
SetWorkflowStartedTimestamp sets field value
type DeciderTriggerType ¶
type DeciderTriggerType string
DeciderTriggerType the model 'DeciderTriggerType'
const ( ALL_COMMAND_COMPLETED DeciderTriggerType = "ALL_COMMAND_COMPLETED" ANY_COMMAND_COMPLETED DeciderTriggerType = "ANY_COMMAND_COMPLETED" ANY_COMMAND_COMBINATION_COMPLETED DeciderTriggerType = "ANY_COMMAND_COMBINATION_COMPLETED" )
List of DeciderTriggerType
func NewDeciderTriggerTypeFromValue ¶
func NewDeciderTriggerTypeFromValue(v string) (*DeciderTriggerType, error)
NewDeciderTriggerTypeFromValue returns a pointer to a valid DeciderTriggerType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (DeciderTriggerType) IsValid ¶
func (v DeciderTriggerType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DeciderTriggerType) Ptr ¶
func (v DeciderTriggerType) Ptr() *DeciderTriggerType
Ptr returns reference to DeciderTriggerType value
func (*DeciderTriggerType) UnmarshalJSON ¶
func (v *DeciderTriggerType) UnmarshalJSON(src []byte) error
type DefaultApi ¶
type DefaultApi interface { /* ApiV1WorkflowConfigUpdatePost update the config of a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowConfigUpdatePostRequest */ ApiV1WorkflowConfigUpdatePost(ctx context.Context) ApiApiV1WorkflowConfigUpdatePostRequest // ApiV1WorkflowConfigUpdatePostExecute executes the request ApiV1WorkflowConfigUpdatePostExecute(r ApiApiV1WorkflowConfigUpdatePostRequest) (*http.Response, error) /* ApiV1WorkflowDataobjectsGetPost get workflow data objects aka data attributes @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowDataobjectsGetPostRequest */ ApiV1WorkflowDataobjectsGetPost(ctx context.Context) ApiApiV1WorkflowDataobjectsGetPostRequest // ApiV1WorkflowDataobjectsGetPostExecute executes the request // @return WorkflowGetDataObjectsResponse ApiV1WorkflowDataobjectsGetPostExecute(r ApiApiV1WorkflowDataobjectsGetPostRequest) (*WorkflowGetDataObjectsResponse, *http.Response, error) /* ApiV1WorkflowDataobjectsSetPost set workflow data objects aka data attributes @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowDataobjectsSetPostRequest */ ApiV1WorkflowDataobjectsSetPost(ctx context.Context) ApiApiV1WorkflowDataobjectsSetPostRequest // ApiV1WorkflowDataobjectsSetPostExecute executes the request ApiV1WorkflowDataobjectsSetPostExecute(r ApiApiV1WorkflowDataobjectsSetPostRequest) (*http.Response, error) /* ApiV1WorkflowGetPost get a workflow's status and results(if completed & requested) @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowGetPostRequest */ ApiV1WorkflowGetPost(ctx context.Context) ApiApiV1WorkflowGetPostRequest // ApiV1WorkflowGetPostExecute executes the request // @return WorkflowGetResponse ApiV1WorkflowGetPostExecute(r ApiApiV1WorkflowGetPostRequest) (*WorkflowGetResponse, *http.Response, error) /* ApiV1WorkflowGetWithWaitPost get a workflow's status and results(if completed & requested), wait if the workflow is still running @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowGetWithWaitPostRequest */ ApiV1WorkflowGetWithWaitPost(ctx context.Context) ApiApiV1WorkflowGetWithWaitPostRequest // ApiV1WorkflowGetWithWaitPostExecute executes the request // @return WorkflowGetResponse ApiV1WorkflowGetWithWaitPostExecute(r ApiApiV1WorkflowGetWithWaitPostRequest) (*WorkflowGetResponse, *http.Response, error) /* ApiV1WorkflowInternalDumpPost dump internal info of a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowInternalDumpPostRequest */ ApiV1WorkflowInternalDumpPost(ctx context.Context) ApiApiV1WorkflowInternalDumpPostRequest // ApiV1WorkflowInternalDumpPostExecute executes the request // @return WorkflowDumpResponse ApiV1WorkflowInternalDumpPostExecute(r ApiApiV1WorkflowInternalDumpPostRequest) (*WorkflowDumpResponse, *http.Response, error) /* ApiV1WorkflowResetPost reset a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowResetPostRequest */ ApiV1WorkflowResetPost(ctx context.Context) ApiApiV1WorkflowResetPostRequest // ApiV1WorkflowResetPostExecute executes the request // @return WorkflowResetResponse ApiV1WorkflowResetPostExecute(r ApiApiV1WorkflowResetPostRequest) (*WorkflowResetResponse, *http.Response, error) /* ApiV1WorkflowRpcPost execute an RPC of a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowRpcPostRequest */ ApiV1WorkflowRpcPost(ctx context.Context) ApiApiV1WorkflowRpcPostRequest // ApiV1WorkflowRpcPostExecute executes the request // @return WorkflowRpcResponse ApiV1WorkflowRpcPostExecute(r ApiApiV1WorkflowRpcPostRequest) (*WorkflowRpcResponse, *http.Response, error) /* ApiV1WorkflowSearchPost search for workflows by a search attribute query @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSearchPostRequest */ ApiV1WorkflowSearchPost(ctx context.Context) ApiApiV1WorkflowSearchPostRequest // ApiV1WorkflowSearchPostExecute executes the request // @return WorkflowSearchResponse ApiV1WorkflowSearchPostExecute(r ApiApiV1WorkflowSearchPostRequest) (*WorkflowSearchResponse, *http.Response, error) /* ApiV1WorkflowSearchattributesGetPost get workflow search attributes @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSearchattributesGetPostRequest */ ApiV1WorkflowSearchattributesGetPost(ctx context.Context) ApiApiV1WorkflowSearchattributesGetPostRequest // ApiV1WorkflowSearchattributesGetPostExecute executes the request // @return WorkflowGetSearchAttributesResponse ApiV1WorkflowSearchattributesGetPostExecute(r ApiApiV1WorkflowSearchattributesGetPostRequest) (*WorkflowGetSearchAttributesResponse, *http.Response, error) /* ApiV1WorkflowSearchattributesSetPost set workflow search attributes @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSearchattributesSetPostRequest */ ApiV1WorkflowSearchattributesSetPost(ctx context.Context) ApiApiV1WorkflowSearchattributesSetPostRequest // ApiV1WorkflowSearchattributesSetPostExecute executes the request ApiV1WorkflowSearchattributesSetPostExecute(r ApiApiV1WorkflowSearchattributesSetPostRequest) (*http.Response, error) /* ApiV1WorkflowSignalPost signal a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSignalPostRequest */ ApiV1WorkflowSignalPost(ctx context.Context) ApiApiV1WorkflowSignalPostRequest // ApiV1WorkflowSignalPostExecute executes the request ApiV1WorkflowSignalPostExecute(r ApiApiV1WorkflowSignalPostRequest) (*http.Response, error) /* ApiV1WorkflowStartPost start a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStartPostRequest */ ApiV1WorkflowStartPost(ctx context.Context) ApiApiV1WorkflowStartPostRequest // ApiV1WorkflowStartPostExecute executes the request // @return WorkflowStartResponse ApiV1WorkflowStartPostExecute(r ApiApiV1WorkflowStartPostRequest) (*WorkflowStartResponse, *http.Response, error) /* ApiV1WorkflowStateDecidePost for invoking WorkflowState.decide API @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStateDecidePostRequest */ ApiV1WorkflowStateDecidePost(ctx context.Context) ApiApiV1WorkflowStateDecidePostRequest // ApiV1WorkflowStateDecidePostExecute executes the request // @return WorkflowStateDecideResponse ApiV1WorkflowStateDecidePostExecute(r ApiApiV1WorkflowStateDecidePostRequest) (*WorkflowStateDecideResponse, *http.Response, error) /* ApiV1WorkflowStateStartPost for invoking WorkflowState.start API @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStateStartPostRequest */ ApiV1WorkflowStateStartPost(ctx context.Context) ApiApiV1WorkflowStateStartPostRequest // ApiV1WorkflowStateStartPostExecute executes the request // @return WorkflowStateStartResponse ApiV1WorkflowStateStartPostExecute(r ApiApiV1WorkflowStateStartPostRequest) (*WorkflowStateStartResponse, *http.Response, error) /* ApiV1WorkflowStopPost stop a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStopPostRequest */ ApiV1WorkflowStopPost(ctx context.Context) ApiApiV1WorkflowStopPostRequest // ApiV1WorkflowStopPostExecute executes the request ApiV1WorkflowStopPostExecute(r ApiApiV1WorkflowStopPostRequest) (*http.Response, error) /* ApiV1WorkflowTimerSkipPost skip the timer of a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowTimerSkipPostRequest */ ApiV1WorkflowTimerSkipPost(ctx context.Context) ApiApiV1WorkflowTimerSkipPostRequest // ApiV1WorkflowTimerSkipPostExecute executes the request ApiV1WorkflowTimerSkipPostExecute(r ApiApiV1WorkflowTimerSkipPostRequest) (*http.Response, error) /* ApiV1WorkflowTriggerContinueAsNewPost trigger ContinueAsNew for a workflow @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowTriggerContinueAsNewPostRequest */ ApiV1WorkflowTriggerContinueAsNewPost(ctx context.Context) ApiApiV1WorkflowTriggerContinueAsNewPostRequest // ApiV1WorkflowTriggerContinueAsNewPostExecute executes the request ApiV1WorkflowTriggerContinueAsNewPostExecute(r ApiApiV1WorkflowTriggerContinueAsNewPostRequest) (*http.Response, error) /* ApiV1WorkflowWaitForStateCompletionPost Method for ApiV1WorkflowWaitForStateCompletionPost @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowWaitForStateCompletionPostRequest */ ApiV1WorkflowWaitForStateCompletionPost(ctx context.Context) ApiApiV1WorkflowWaitForStateCompletionPostRequest // ApiV1WorkflowWaitForStateCompletionPostExecute executes the request // @return WorkflowWaitForStateCompletionResponse ApiV1WorkflowWaitForStateCompletionPostExecute(r ApiApiV1WorkflowWaitForStateCompletionPostRequest) (*WorkflowWaitForStateCompletionResponse, *http.Response, error) /* ApiV1WorkflowWorkerRpcPost for invoking workflow RPC API in the worker @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowWorkerRpcPostRequest */ ApiV1WorkflowWorkerRpcPost(ctx context.Context) ApiApiV1WorkflowWorkerRpcPostRequest // ApiV1WorkflowWorkerRpcPostExecute executes the request // @return WorkflowWorkerRpcResponse ApiV1WorkflowWorkerRpcPostExecute(r ApiApiV1WorkflowWorkerRpcPostRequest) (*WorkflowWorkerRpcResponse, *http.Response, error) /* InfoHealthcheckGet return health info of the server @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInfoHealthcheckGetRequest */ InfoHealthcheckGet(ctx context.Context) ApiInfoHealthcheckGetRequest // InfoHealthcheckGetExecute executes the request // @return HealthInfo InfoHealthcheckGetExecute(r ApiInfoHealthcheckGetRequest) (*HealthInfo, *http.Response, error) }
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) ApiV1WorkflowConfigUpdatePost ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowConfigUpdatePost(ctx context.Context) ApiApiV1WorkflowConfigUpdatePostRequest
ApiV1WorkflowConfigUpdatePost update the config of a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowConfigUpdatePostRequest
func (*DefaultApiService) ApiV1WorkflowConfigUpdatePostExecute ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowConfigUpdatePostExecute(r ApiApiV1WorkflowConfigUpdatePostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiV1WorkflowDataobjectsGetPost ¶
func (a *DefaultApiService) ApiV1WorkflowDataobjectsGetPost(ctx context.Context) ApiApiV1WorkflowDataobjectsGetPostRequest
ApiV1WorkflowDataobjectsGetPost get workflow data objects aka data attributes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowDataobjectsGetPostRequest
func (*DefaultApiService) ApiV1WorkflowDataobjectsGetPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowDataobjectsGetPostExecute(r ApiApiV1WorkflowDataobjectsGetPostRequest) (*WorkflowGetDataObjectsResponse, *http.Response, error)
Execute executes the request
@return WorkflowGetDataObjectsResponse
func (*DefaultApiService) ApiV1WorkflowDataobjectsSetPost ¶ added in v1.13.0
func (a *DefaultApiService) ApiV1WorkflowDataobjectsSetPost(ctx context.Context) ApiApiV1WorkflowDataobjectsSetPostRequest
ApiV1WorkflowDataobjectsSetPost set workflow data objects aka data attributes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowDataobjectsSetPostRequest
func (*DefaultApiService) ApiV1WorkflowDataobjectsSetPostExecute ¶ added in v1.13.0
func (a *DefaultApiService) ApiV1WorkflowDataobjectsSetPostExecute(r ApiApiV1WorkflowDataobjectsSetPostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiV1WorkflowGetPost ¶
func (a *DefaultApiService) ApiV1WorkflowGetPost(ctx context.Context) ApiApiV1WorkflowGetPostRequest
ApiV1WorkflowGetPost get a workflow's status and results(if completed & requested)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowGetPostRequest
func (*DefaultApiService) ApiV1WorkflowGetPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowGetPostExecute(r ApiApiV1WorkflowGetPostRequest) (*WorkflowGetResponse, *http.Response, error)
Execute executes the request
@return WorkflowGetResponse
func (*DefaultApiService) ApiV1WorkflowGetWithWaitPost ¶
func (a *DefaultApiService) ApiV1WorkflowGetWithWaitPost(ctx context.Context) ApiApiV1WorkflowGetWithWaitPostRequest
ApiV1WorkflowGetWithWaitPost get a workflow's status and results(if completed & requested), wait if the workflow is still running
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowGetWithWaitPostRequest
func (*DefaultApiService) ApiV1WorkflowGetWithWaitPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowGetWithWaitPostExecute(r ApiApiV1WorkflowGetWithWaitPostRequest) (*WorkflowGetResponse, *http.Response, error)
Execute executes the request
@return WorkflowGetResponse
func (*DefaultApiService) ApiV1WorkflowInternalDumpPost ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowInternalDumpPost(ctx context.Context) ApiApiV1WorkflowInternalDumpPostRequest
ApiV1WorkflowInternalDumpPost dump internal info of a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowInternalDumpPostRequest
func (*DefaultApiService) ApiV1WorkflowInternalDumpPostExecute ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowInternalDumpPostExecute(r ApiApiV1WorkflowInternalDumpPostRequest) (*WorkflowDumpResponse, *http.Response, error)
Execute executes the request
@return WorkflowDumpResponse
func (*DefaultApiService) ApiV1WorkflowResetPost ¶
func (a *DefaultApiService) ApiV1WorkflowResetPost(ctx context.Context) ApiApiV1WorkflowResetPostRequest
ApiV1WorkflowResetPost reset a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowResetPostRequest
func (*DefaultApiService) ApiV1WorkflowResetPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowResetPostExecute(r ApiApiV1WorkflowResetPostRequest) (*WorkflowResetResponse, *http.Response, error)
Execute executes the request
@return WorkflowResetResponse
func (*DefaultApiService) ApiV1WorkflowRpcPost ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowRpcPost(ctx context.Context) ApiApiV1WorkflowRpcPostRequest
ApiV1WorkflowRpcPost execute an RPC of a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowRpcPostRequest
func (*DefaultApiService) ApiV1WorkflowRpcPostExecute ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowRpcPostExecute(r ApiApiV1WorkflowRpcPostRequest) (*WorkflowRpcResponse, *http.Response, error)
Execute executes the request
@return WorkflowRpcResponse
func (*DefaultApiService) ApiV1WorkflowSearchPost ¶
func (a *DefaultApiService) ApiV1WorkflowSearchPost(ctx context.Context) ApiApiV1WorkflowSearchPostRequest
ApiV1WorkflowSearchPost search for workflows by a search attribute query
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSearchPostRequest
func (*DefaultApiService) ApiV1WorkflowSearchPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowSearchPostExecute(r ApiApiV1WorkflowSearchPostRequest) (*WorkflowSearchResponse, *http.Response, error)
Execute executes the request
@return WorkflowSearchResponse
func (*DefaultApiService) ApiV1WorkflowSearchattributesGetPost ¶
func (a *DefaultApiService) ApiV1WorkflowSearchattributesGetPost(ctx context.Context) ApiApiV1WorkflowSearchattributesGetPostRequest
ApiV1WorkflowSearchattributesGetPost get workflow search attributes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSearchattributesGetPostRequest
func (*DefaultApiService) ApiV1WorkflowSearchattributesGetPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowSearchattributesGetPostExecute(r ApiApiV1WorkflowSearchattributesGetPostRequest) (*WorkflowGetSearchAttributesResponse, *http.Response, error)
Execute executes the request
@return WorkflowGetSearchAttributesResponse
func (*DefaultApiService) ApiV1WorkflowSearchattributesSetPost ¶ added in v1.13.0
func (a *DefaultApiService) ApiV1WorkflowSearchattributesSetPost(ctx context.Context) ApiApiV1WorkflowSearchattributesSetPostRequest
ApiV1WorkflowSearchattributesSetPost set workflow search attributes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSearchattributesSetPostRequest
func (*DefaultApiService) ApiV1WorkflowSearchattributesSetPostExecute ¶ added in v1.13.0
func (a *DefaultApiService) ApiV1WorkflowSearchattributesSetPostExecute(r ApiApiV1WorkflowSearchattributesSetPostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiV1WorkflowSignalPost ¶
func (a *DefaultApiService) ApiV1WorkflowSignalPost(ctx context.Context) ApiApiV1WorkflowSignalPostRequest
ApiV1WorkflowSignalPost signal a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowSignalPostRequest
func (*DefaultApiService) ApiV1WorkflowSignalPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowSignalPostExecute(r ApiApiV1WorkflowSignalPostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiV1WorkflowStartPost ¶
func (a *DefaultApiService) ApiV1WorkflowStartPost(ctx context.Context) ApiApiV1WorkflowStartPostRequest
ApiV1WorkflowStartPost start a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStartPostRequest
func (*DefaultApiService) ApiV1WorkflowStartPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowStartPostExecute(r ApiApiV1WorkflowStartPostRequest) (*WorkflowStartResponse, *http.Response, error)
Execute executes the request
@return WorkflowStartResponse
func (*DefaultApiService) ApiV1WorkflowStateDecidePost ¶
func (a *DefaultApiService) ApiV1WorkflowStateDecidePost(ctx context.Context) ApiApiV1WorkflowStateDecidePostRequest
ApiV1WorkflowStateDecidePost for invoking WorkflowState.decide API
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStateDecidePostRequest
func (*DefaultApiService) ApiV1WorkflowStateDecidePostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowStateDecidePostExecute(r ApiApiV1WorkflowStateDecidePostRequest) (*WorkflowStateDecideResponse, *http.Response, error)
Execute executes the request
@return WorkflowStateDecideResponse
func (*DefaultApiService) ApiV1WorkflowStateStartPost ¶
func (a *DefaultApiService) ApiV1WorkflowStateStartPost(ctx context.Context) ApiApiV1WorkflowStateStartPostRequest
ApiV1WorkflowStateStartPost for invoking WorkflowState.start API
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStateStartPostRequest
func (*DefaultApiService) ApiV1WorkflowStateStartPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowStateStartPostExecute(r ApiApiV1WorkflowStateStartPostRequest) (*WorkflowStateStartResponse, *http.Response, error)
Execute executes the request
@return WorkflowStateStartResponse
func (*DefaultApiService) ApiV1WorkflowStopPost ¶
func (a *DefaultApiService) ApiV1WorkflowStopPost(ctx context.Context) ApiApiV1WorkflowStopPostRequest
ApiV1WorkflowStopPost stop a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowStopPostRequest
func (*DefaultApiService) ApiV1WorkflowStopPostExecute ¶
func (a *DefaultApiService) ApiV1WorkflowStopPostExecute(r ApiApiV1WorkflowStopPostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiV1WorkflowTimerSkipPost ¶ added in v1.2.0
func (a *DefaultApiService) ApiV1WorkflowTimerSkipPost(ctx context.Context) ApiApiV1WorkflowTimerSkipPostRequest
ApiV1WorkflowTimerSkipPost skip the timer of a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowTimerSkipPostRequest
func (*DefaultApiService) ApiV1WorkflowTimerSkipPostExecute ¶ added in v1.2.0
func (a *DefaultApiService) ApiV1WorkflowTimerSkipPostExecute(r ApiApiV1WorkflowTimerSkipPostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiV1WorkflowTriggerContinueAsNewPost ¶ added in v1.9.0
func (a *DefaultApiService) ApiV1WorkflowTriggerContinueAsNewPost(ctx context.Context) ApiApiV1WorkflowTriggerContinueAsNewPostRequest
ApiV1WorkflowTriggerContinueAsNewPost trigger ContinueAsNew for a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowTriggerContinueAsNewPostRequest
func (*DefaultApiService) ApiV1WorkflowTriggerContinueAsNewPostExecute ¶ added in v1.9.0
func (a *DefaultApiService) ApiV1WorkflowTriggerContinueAsNewPostExecute(r ApiApiV1WorkflowTriggerContinueAsNewPostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiV1WorkflowWaitForStateCompletionPost ¶ added in v1.8.0
func (a *DefaultApiService) ApiV1WorkflowWaitForStateCompletionPost(ctx context.Context) ApiApiV1WorkflowWaitForStateCompletionPostRequest
ApiV1WorkflowWaitForStateCompletionPost Method for ApiV1WorkflowWaitForStateCompletionPost
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowWaitForStateCompletionPostRequest
func (*DefaultApiService) ApiV1WorkflowWaitForStateCompletionPostExecute ¶ added in v1.8.0
func (a *DefaultApiService) ApiV1WorkflowWaitForStateCompletionPostExecute(r ApiApiV1WorkflowWaitForStateCompletionPostRequest) (*WorkflowWaitForStateCompletionResponse, *http.Response, error)
Execute executes the request
@return WorkflowWaitForStateCompletionResponse
func (*DefaultApiService) ApiV1WorkflowWorkerRpcPost ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowWorkerRpcPost(ctx context.Context) ApiApiV1WorkflowWorkerRpcPostRequest
ApiV1WorkflowWorkerRpcPost for invoking workflow RPC API in the worker
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiV1WorkflowWorkerRpcPostRequest
func (*DefaultApiService) ApiV1WorkflowWorkerRpcPostExecute ¶ added in v1.5.0
func (a *DefaultApiService) ApiV1WorkflowWorkerRpcPostExecute(r ApiApiV1WorkflowWorkerRpcPostRequest) (*WorkflowWorkerRpcResponse, *http.Response, error)
Execute executes the request
@return WorkflowWorkerRpcResponse
func (*DefaultApiService) InfoHealthcheckGet ¶ added in v1.8.0
func (a *DefaultApiService) InfoHealthcheckGet(ctx context.Context) ApiInfoHealthcheckGetRequest
InfoHealthcheckGet return health info of the server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInfoHealthcheckGetRequest
func (*DefaultApiService) InfoHealthcheckGetExecute ¶ added in v1.8.0
func (a *DefaultApiService) InfoHealthcheckGetExecute(r ApiInfoHealthcheckGetRequest) (*HealthInfo, *http.Response, error)
Execute executes the request
@return HealthInfo
type EncodedObject ¶
type EncodedObject struct { Encoding *string `json:"encoding,omitempty"` Data *string `json:"data,omitempty"` }
EncodedObject struct for EncodedObject
func NewEncodedObject ¶
func NewEncodedObject() *EncodedObject
NewEncodedObject instantiates a new EncodedObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEncodedObjectWithDefaults ¶
func NewEncodedObjectWithDefaults() *EncodedObject
NewEncodedObjectWithDefaults instantiates a new EncodedObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EncodedObject) GetData ¶
func (o *EncodedObject) GetData() string
GetData returns the Data field value if set, zero value otherwise.
func (*EncodedObject) GetDataOk ¶
func (o *EncodedObject) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EncodedObject) GetEncoding ¶
func (o *EncodedObject) GetEncoding() string
GetEncoding returns the Encoding field value if set, zero value otherwise.
func (*EncodedObject) GetEncodingOk ¶
func (o *EncodedObject) GetEncodingOk() (*string, bool)
GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EncodedObject) HasData ¶
func (o *EncodedObject) HasData() bool
HasData returns a boolean if a field has been set.
func (*EncodedObject) HasEncoding ¶
func (o *EncodedObject) HasEncoding() bool
HasEncoding returns a boolean if a field has been set.
func (EncodedObject) MarshalJSON ¶
func (o EncodedObject) MarshalJSON() ([]byte, error)
func (*EncodedObject) SetData ¶
func (o *EncodedObject) SetData(v string)
SetData gets a reference to the given string and assigns it to the Data field.
func (*EncodedObject) SetEncoding ¶
func (o *EncodedObject) SetEncoding(v string)
SetEncoding gets a reference to the given string and assigns it to the Encoding field.
func (EncodedObject) ToMap ¶ added in v1.4.0
func (o EncodedObject) ToMap() (map[string]interface{}, error)
type ErrorResponse ¶
type ErrorResponse struct { Detail *string `json:"detail,omitempty"` SubStatus *ErrorSubStatus `json:"subStatus,omitempty"` OriginalWorkerErrorDetail *string `json:"originalWorkerErrorDetail,omitempty"` OriginalWorkerErrorType *string `json:"originalWorkerErrorType,omitempty"` OriginalWorkerErrorStatus *int32 `json:"originalWorkerErrorStatus,omitempty"` }
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse() *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetDetail ¶
func (o *ErrorResponse) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ErrorResponse) GetDetailOk ¶
func (o *ErrorResponse) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) GetOriginalWorkerErrorDetail ¶ added in v1.5.0
func (o *ErrorResponse) GetOriginalWorkerErrorDetail() string
GetOriginalWorkerErrorDetail returns the OriginalWorkerErrorDetail field value if set, zero value otherwise.
func (*ErrorResponse) GetOriginalWorkerErrorDetailOk ¶ added in v1.5.0
func (o *ErrorResponse) GetOriginalWorkerErrorDetailOk() (*string, bool)
GetOriginalWorkerErrorDetailOk returns a tuple with the OriginalWorkerErrorDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) GetOriginalWorkerErrorStatus ¶ added in v1.5.0
func (o *ErrorResponse) GetOriginalWorkerErrorStatus() int32
GetOriginalWorkerErrorStatus returns the OriginalWorkerErrorStatus field value if set, zero value otherwise.
func (*ErrorResponse) GetOriginalWorkerErrorStatusOk ¶ added in v1.5.0
func (o *ErrorResponse) GetOriginalWorkerErrorStatusOk() (*int32, bool)
GetOriginalWorkerErrorStatusOk returns a tuple with the OriginalWorkerErrorStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) GetOriginalWorkerErrorType ¶ added in v1.5.0
func (o *ErrorResponse) GetOriginalWorkerErrorType() string
GetOriginalWorkerErrorType returns the OriginalWorkerErrorType field value if set, zero value otherwise.
func (*ErrorResponse) GetOriginalWorkerErrorTypeOk ¶ added in v1.5.0
func (o *ErrorResponse) GetOriginalWorkerErrorTypeOk() (*string, bool)
GetOriginalWorkerErrorTypeOk returns a tuple with the OriginalWorkerErrorType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) GetSubStatus ¶
func (o *ErrorResponse) GetSubStatus() ErrorSubStatus
GetSubStatus returns the SubStatus field value if set, zero value otherwise.
func (*ErrorResponse) GetSubStatusOk ¶
func (o *ErrorResponse) GetSubStatusOk() (*ErrorSubStatus, bool)
GetSubStatusOk returns a tuple with the SubStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) HasDetail ¶
func (o *ErrorResponse) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ErrorResponse) HasOriginalWorkerErrorDetail ¶ added in v1.5.0
func (o *ErrorResponse) HasOriginalWorkerErrorDetail() bool
HasOriginalWorkerErrorDetail returns a boolean if a field has been set.
func (*ErrorResponse) HasOriginalWorkerErrorStatus ¶ added in v1.5.0
func (o *ErrorResponse) HasOriginalWorkerErrorStatus() bool
HasOriginalWorkerErrorStatus returns a boolean if a field has been set.
func (*ErrorResponse) HasOriginalWorkerErrorType ¶ added in v1.5.0
func (o *ErrorResponse) HasOriginalWorkerErrorType() bool
HasOriginalWorkerErrorType returns a boolean if a field has been set.
func (*ErrorResponse) HasSubStatus ¶
func (o *ErrorResponse) HasSubStatus() bool
HasSubStatus returns a boolean if a field has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetDetail ¶
func (o *ErrorResponse) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ErrorResponse) SetOriginalWorkerErrorDetail ¶ added in v1.5.0
func (o *ErrorResponse) SetOriginalWorkerErrorDetail(v string)
SetOriginalWorkerErrorDetail gets a reference to the given string and assigns it to the OriginalWorkerErrorDetail field.
func (*ErrorResponse) SetOriginalWorkerErrorStatus ¶ added in v1.5.0
func (o *ErrorResponse) SetOriginalWorkerErrorStatus(v int32)
SetOriginalWorkerErrorStatus gets a reference to the given int32 and assigns it to the OriginalWorkerErrorStatus field.
func (*ErrorResponse) SetOriginalWorkerErrorType ¶ added in v1.5.0
func (o *ErrorResponse) SetOriginalWorkerErrorType(v string)
SetOriginalWorkerErrorType gets a reference to the given string and assigns it to the OriginalWorkerErrorType field.
func (*ErrorResponse) SetSubStatus ¶
func (o *ErrorResponse) SetSubStatus(v ErrorSubStatus)
SetSubStatus gets a reference to the given ErrorSubStatus and assigns it to the SubStatus field.
func (ErrorResponse) ToMap ¶ added in v1.4.0
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
type ErrorSubStatus ¶ added in v1.2.1
type ErrorSubStatus string
ErrorSubStatus the model 'ErrorSubStatus'
const ( UNCATEGORIZED_SUB_STATUS ErrorSubStatus = "UNCATEGORIZED_SUB_STATUS" WORKFLOW_ALREADY_STARTED_SUB_STATUS ErrorSubStatus = "WORKFLOW_ALREADY_STARTED_SUB_STATUS" WORKFLOW_NOT_EXISTS_SUB_STATUS ErrorSubStatus = "WORKFLOW_NOT_EXISTS_SUB_STATUS" WORKER_API_ERROR ErrorSubStatus = "WORKER_API_ERROR" LONG_POLL_TIME_OUT_SUB_STATUS ErrorSubStatus = "LONG_POLL_TIME_OUT_SUB_STATUS" )
List of ErrorSubStatus
func NewErrorSubStatusFromValue ¶ added in v1.2.1
func NewErrorSubStatusFromValue(v string) (*ErrorSubStatus, error)
NewErrorSubStatusFromValue returns a pointer to a valid ErrorSubStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ErrorSubStatus) IsValid ¶ added in v1.2.1
func (v ErrorSubStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ErrorSubStatus) Ptr ¶ added in v1.2.1
func (v ErrorSubStatus) Ptr() *ErrorSubStatus
Ptr returns reference to ErrorSubStatus value
func (*ErrorSubStatus) UnmarshalJSON ¶ added in v1.2.1
func (v *ErrorSubStatus) UnmarshalJSON(src []byte) error
type EventType ¶ added in v1.13.0
type EventType string
EventType the model 'EventType'
const ( STATE_EXECUTE_ATTEMPT_FAIL_EVENT EventType = "STATE_EXECUTE_ATTEMPT_FAIL_EVENT" STATE_EXECUTE_ATTEMPT_SUCC_EVENT EventType = "STATE_EXECUTE_ATTEMPT_SUCC_EVENT" STATE_EXECUTE_EE_COMPLETE_EVENT EventType = "STATE_EXECUTE_EE_COMPLETE_EVENT" STATE_EXECUTE_EE_FAIL_EVENT EventType = "STATE_EXECUTE_EE_FAIL_EVENT" STATE_EXECUTE_EE_START_EVENT EventType = "STATE_EXECUTE_EE_START_EVENT" STATE_WAIT_UNTIL_ATTEMPT_FAIL_EVENT EventType = "STATE_WAIT_UNTIL_ATTEMPT_FAIL_EVENT" STATE_WAIT_UNTIL_ATTEMPT_SUCC_EVENT EventType = "STATE_WAIT_UNTIL_ATTEMPT_SUCC_EVENT" STATE_WAIT_UNTIL_EE_COMPLETE_EVENT EventType = "STATE_WAIT_UNTIL_EE_COMPLETE_EVENT" STATE_WAIT_UNTIL_EE_FAIL_EVENT EventType = "STATE_WAIT_UNTIL_EE_FAIL_EVENT" STATE_WAIT_UNTIL_EE_START_EVENT EventType = "STATE_WAIT_UNTIL_EE_START_EVENT" WORKFLOW_COMPLETE_EVENT EventType = "WORKFLOW_COMPLETE_EVENT" WORKFLOW_FAIL_EVENT EventType = "WORKFLOW_FAIL_EVENT" WORKFLOW_START_EVENT EventType = "WORKFLOW_START_EVENT" )
List of EventType
func NewEventTypeFromValue ¶ added in v1.13.0
NewEventTypeFromValue returns a pointer to a valid EventType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EventType) IsValid ¶ added in v1.13.0
IsValid return true if the value is valid for the enum, false otherwise
func (*EventType) UnmarshalJSON ¶ added in v1.13.0
type ExecuteApiFailurePolicy ¶ added in v1.8.0
type ExecuteApiFailurePolicy string
ExecuteApiFailurePolicy the model 'ExecuteApiFailurePolicy'
const ( FAIL_WORKFLOW_ON_EXECUTE_API_FAILURE ExecuteApiFailurePolicy = "FAIL_WORKFLOW_ON_EXECUTE_API_FAILURE" PROCEED_TO_CONFIGURED_STATE ExecuteApiFailurePolicy = "PROCEED_TO_CONFIGURED_STATE" )
List of ExecuteApiFailurePolicy
func NewExecuteApiFailurePolicyFromValue ¶ added in v1.8.0
func NewExecuteApiFailurePolicyFromValue(v string) (*ExecuteApiFailurePolicy, error)
NewExecuteApiFailurePolicyFromValue returns a pointer to a valid ExecuteApiFailurePolicy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ExecuteApiFailurePolicy) IsValid ¶ added in v1.8.0
func (v ExecuteApiFailurePolicy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ExecuteApiFailurePolicy) Ptr ¶ added in v1.8.0
func (v ExecuteApiFailurePolicy) Ptr() *ExecuteApiFailurePolicy
Ptr returns reference to ExecuteApiFailurePolicy value
func (*ExecuteApiFailurePolicy) UnmarshalJSON ¶ added in v1.8.0
func (v *ExecuteApiFailurePolicy) UnmarshalJSON(src []byte) error
type ExecutingStateIdMode ¶ added in v1.11.1
type ExecutingStateIdMode string
ExecutingStateIdMode the model 'ExecutingStateIdMode'
const ( ENABLED_FOR_ALL ExecutingStateIdMode = "ENABLED_FOR_ALL" ENABLED_FOR_STATES_WITH_WAIT_UNTIL ExecutingStateIdMode = "ENABLED_FOR_STATES_WITH_WAIT_UNTIL" DISABLED ExecutingStateIdMode = "DISABLED" )
List of ExecutingStateIdMode
func NewExecutingStateIdModeFromValue ¶ added in v1.11.1
func NewExecutingStateIdModeFromValue(v string) (*ExecutingStateIdMode, error)
NewExecutingStateIdModeFromValue returns a pointer to a valid ExecutingStateIdMode for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ExecutingStateIdMode) IsValid ¶ added in v1.11.1
func (v ExecutingStateIdMode) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ExecutingStateIdMode) Ptr ¶ added in v1.11.1
func (v ExecutingStateIdMode) Ptr() *ExecutingStateIdMode
Ptr returns reference to ExecutingStateIdMode value
func (*ExecutingStateIdMode) UnmarshalJSON ¶ added in v1.11.1
func (v *ExecutingStateIdMode) UnmarshalJSON(src []byte) error
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type HealthInfo ¶ added in v1.8.0
type HealthInfo struct { Condition *string `json:"condition,omitempty"` Hostname *string `json:"hostname,omitempty"` Duration *int32 `json:"duration,omitempty"` }
HealthInfo struct for HealthInfo
func NewHealthInfo ¶ added in v1.8.0
func NewHealthInfo() *HealthInfo
NewHealthInfo instantiates a new HealthInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHealthInfoWithDefaults ¶ added in v1.8.0
func NewHealthInfoWithDefaults() *HealthInfo
NewHealthInfoWithDefaults instantiates a new HealthInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HealthInfo) GetCondition ¶ added in v1.8.0
func (o *HealthInfo) GetCondition() string
GetCondition returns the Condition field value if set, zero value otherwise.
func (*HealthInfo) GetConditionOk ¶ added in v1.8.0
func (o *HealthInfo) GetConditionOk() (*string, bool)
GetConditionOk returns a tuple with the Condition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthInfo) GetDuration ¶ added in v1.8.0
func (o *HealthInfo) GetDuration() int32
GetDuration returns the Duration field value if set, zero value otherwise.
func (*HealthInfo) GetDurationOk ¶ added in v1.8.0
func (o *HealthInfo) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthInfo) GetHostname ¶ added in v1.8.0
func (o *HealthInfo) GetHostname() string
GetHostname returns the Hostname field value if set, zero value otherwise.
func (*HealthInfo) GetHostnameOk ¶ added in v1.8.0
func (o *HealthInfo) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthInfo) HasCondition ¶ added in v1.8.0
func (o *HealthInfo) HasCondition() bool
HasCondition returns a boolean if a field has been set.
func (*HealthInfo) HasDuration ¶ added in v1.8.0
func (o *HealthInfo) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*HealthInfo) HasHostname ¶ added in v1.8.0
func (o *HealthInfo) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (HealthInfo) MarshalJSON ¶ added in v1.8.0
func (o HealthInfo) MarshalJSON() ([]byte, error)
func (*HealthInfo) SetCondition ¶ added in v1.8.0
func (o *HealthInfo) SetCondition(v string)
SetCondition gets a reference to the given string and assigns it to the Condition field.
func (*HealthInfo) SetDuration ¶ added in v1.8.0
func (o *HealthInfo) SetDuration(v int32)
SetDuration gets a reference to the given int32 and assigns it to the Duration field.
func (*HealthInfo) SetHostname ¶ added in v1.8.0
func (o *HealthInfo) SetHostname(v string)
SetHostname gets a reference to the given string and assigns it to the Hostname field.
func (HealthInfo) ToMap ¶ added in v1.8.0
func (o HealthInfo) ToMap() (map[string]interface{}, error)
type IDReusePolicy ¶ added in v1.5.0
type IDReusePolicy string
IDReusePolicy the model 'IDReusePolicy'
const ( ALLOW_IF_PREVIOUS_EXISTS_ABNORMALLY IDReusePolicy = "ALLOW_IF_PREVIOUS_EXISTS_ABNORMALLY" ALLOW_IF_PREVIOUS_EXITS_ABNORMALLY IDReusePolicy = "ALLOW_IF_PREVIOUS_EXITS_ABNORMALLY" ALLOW_IF_NO_RUNNING IDReusePolicy = "ALLOW_IF_NO_RUNNING" DISALLOW_REUSE IDReusePolicy = "DISALLOW_REUSE" ALLOW_TERMINATE_IF_RUNNING IDReusePolicy = "ALLOW_TERMINATE_IF_RUNNING" )
List of IDReusePolicy
func NewIDReusePolicyFromValue ¶ added in v1.5.0
func NewIDReusePolicyFromValue(v string) (*IDReusePolicy, error)
NewIDReusePolicyFromValue returns a pointer to a valid IDReusePolicy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (IDReusePolicy) IsValid ¶ added in v1.5.0
func (v IDReusePolicy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (IDReusePolicy) Ptr ¶ added in v1.5.0
func (v IDReusePolicy) Ptr() *IDReusePolicy
Ptr returns reference to IDReusePolicy value
func (*IDReusePolicy) UnmarshalJSON ¶ added in v1.5.0
func (v *IDReusePolicy) UnmarshalJSON(src []byte) error
type InterStateChannelCommand ¶
type InterStateChannelCommand struct { CommandId *string `json:"commandId,omitempty"` ChannelName string `json:"channelName"` AtLeast *int32 `json:"atLeast,omitempty"` AtMost *int32 `json:"atMost,omitempty"` }
InterStateChannelCommand struct for InterStateChannelCommand
func NewInterStateChannelCommand ¶
func NewInterStateChannelCommand(channelName string) *InterStateChannelCommand
NewInterStateChannelCommand instantiates a new InterStateChannelCommand object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInterStateChannelCommandWithDefaults ¶
func NewInterStateChannelCommandWithDefaults() *InterStateChannelCommand
NewInterStateChannelCommandWithDefaults instantiates a new InterStateChannelCommand object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InterStateChannelCommand) GetAtLeast ¶ added in v1.9.0
func (o *InterStateChannelCommand) GetAtLeast() int32
GetAtLeast returns the AtLeast field value if set, zero value otherwise.
func (*InterStateChannelCommand) GetAtLeastOk ¶ added in v1.9.0
func (o *InterStateChannelCommand) GetAtLeastOk() (*int32, bool)
GetAtLeastOk returns a tuple with the AtLeast field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterStateChannelCommand) GetAtMost ¶ added in v1.9.0
func (o *InterStateChannelCommand) GetAtMost() int32
GetAtMost returns the AtMost field value if set, zero value otherwise.
func (*InterStateChannelCommand) GetAtMostOk ¶ added in v1.9.0
func (o *InterStateChannelCommand) GetAtMostOk() (*int32, bool)
GetAtMostOk returns a tuple with the AtMost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterStateChannelCommand) GetChannelName ¶
func (o *InterStateChannelCommand) GetChannelName() string
GetChannelName returns the ChannelName field value
func (*InterStateChannelCommand) GetChannelNameOk ¶
func (o *InterStateChannelCommand) GetChannelNameOk() (*string, bool)
GetChannelNameOk returns a tuple with the ChannelName field value and a boolean to check if the value has been set.
func (*InterStateChannelCommand) GetCommandId ¶
func (o *InterStateChannelCommand) GetCommandId() string
GetCommandId returns the CommandId field value if set, zero value otherwise.
func (*InterStateChannelCommand) GetCommandIdOk ¶
func (o *InterStateChannelCommand) GetCommandIdOk() (*string, bool)
GetCommandIdOk returns a tuple with the CommandId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterStateChannelCommand) HasAtLeast ¶ added in v1.9.0
func (o *InterStateChannelCommand) HasAtLeast() bool
HasAtLeast returns a boolean if a field has been set.
func (*InterStateChannelCommand) HasAtMost ¶ added in v1.9.0
func (o *InterStateChannelCommand) HasAtMost() bool
HasAtMost returns a boolean if a field has been set.
func (*InterStateChannelCommand) HasCommandId ¶ added in v1.10.0
func (o *InterStateChannelCommand) HasCommandId() bool
HasCommandId returns a boolean if a field has been set.
func (InterStateChannelCommand) MarshalJSON ¶
func (o InterStateChannelCommand) MarshalJSON() ([]byte, error)
func (*InterStateChannelCommand) SetAtLeast ¶ added in v1.9.0
func (o *InterStateChannelCommand) SetAtLeast(v int32)
SetAtLeast gets a reference to the given int32 and assigns it to the AtLeast field.
func (*InterStateChannelCommand) SetAtMost ¶ added in v1.9.0
func (o *InterStateChannelCommand) SetAtMost(v int32)
SetAtMost gets a reference to the given int32 and assigns it to the AtMost field.
func (*InterStateChannelCommand) SetChannelName ¶
func (o *InterStateChannelCommand) SetChannelName(v string)
SetChannelName sets field value
func (*InterStateChannelCommand) SetCommandId ¶
func (o *InterStateChannelCommand) SetCommandId(v string)
SetCommandId gets a reference to the given string and assigns it to the CommandId field.
func (InterStateChannelCommand) ToMap ¶ added in v1.4.0
func (o InterStateChannelCommand) ToMap() (map[string]interface{}, error)
type InterStateChannelPublishing ¶
type InterStateChannelPublishing struct { ChannelName string `json:"channelName"` Value *EncodedObject `json:"value,omitempty"` }
InterStateChannelPublishing struct for InterStateChannelPublishing
func NewInterStateChannelPublishing ¶
func NewInterStateChannelPublishing(channelName string) *InterStateChannelPublishing
NewInterStateChannelPublishing instantiates a new InterStateChannelPublishing object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInterStateChannelPublishingWithDefaults ¶
func NewInterStateChannelPublishingWithDefaults() *InterStateChannelPublishing
NewInterStateChannelPublishingWithDefaults instantiates a new InterStateChannelPublishing object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InterStateChannelPublishing) GetChannelName ¶
func (o *InterStateChannelPublishing) GetChannelName() string
GetChannelName returns the ChannelName field value
func (*InterStateChannelPublishing) GetChannelNameOk ¶
func (o *InterStateChannelPublishing) GetChannelNameOk() (*string, bool)
GetChannelNameOk returns a tuple with the ChannelName field value and a boolean to check if the value has been set.
func (*InterStateChannelPublishing) GetValue ¶
func (o *InterStateChannelPublishing) GetValue() EncodedObject
GetValue returns the Value field value if set, zero value otherwise.
func (*InterStateChannelPublishing) GetValueOk ¶
func (o *InterStateChannelPublishing) GetValueOk() (*EncodedObject, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterStateChannelPublishing) HasValue ¶
func (o *InterStateChannelPublishing) HasValue() bool
HasValue returns a boolean if a field has been set.
func (InterStateChannelPublishing) MarshalJSON ¶
func (o InterStateChannelPublishing) MarshalJSON() ([]byte, error)
func (*InterStateChannelPublishing) SetChannelName ¶
func (o *InterStateChannelPublishing) SetChannelName(v string)
SetChannelName sets field value
func (*InterStateChannelPublishing) SetValue ¶
func (o *InterStateChannelPublishing) SetValue(v EncodedObject)
SetValue gets a reference to the given EncodedObject and assigns it to the Value field.
func (InterStateChannelPublishing) ToMap ¶ added in v1.4.0
func (o InterStateChannelPublishing) ToMap() (map[string]interface{}, error)
type InterStateChannelResult ¶
type InterStateChannelResult struct { CommandId string `json:"commandId"` RequestStatus ChannelRequestStatus `json:"requestStatus"` ChannelName string `json:"channelName"` Value *EncodedObject `json:"value,omitempty"` }
InterStateChannelResult struct for InterStateChannelResult
func NewInterStateChannelResult ¶
func NewInterStateChannelResult(commandId string, requestStatus ChannelRequestStatus, channelName string) *InterStateChannelResult
NewInterStateChannelResult instantiates a new InterStateChannelResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInterStateChannelResultWithDefaults ¶
func NewInterStateChannelResultWithDefaults() *InterStateChannelResult
NewInterStateChannelResultWithDefaults instantiates a new InterStateChannelResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InterStateChannelResult) GetChannelName ¶
func (o *InterStateChannelResult) GetChannelName() string
GetChannelName returns the ChannelName field value
func (*InterStateChannelResult) GetChannelNameOk ¶
func (o *InterStateChannelResult) GetChannelNameOk() (*string, bool)
GetChannelNameOk returns a tuple with the ChannelName field value and a boolean to check if the value has been set.
func (*InterStateChannelResult) GetCommandId ¶
func (o *InterStateChannelResult) GetCommandId() string
GetCommandId returns the CommandId field value
func (*InterStateChannelResult) GetCommandIdOk ¶
func (o *InterStateChannelResult) GetCommandIdOk() (*string, bool)
GetCommandIdOk returns a tuple with the CommandId field value and a boolean to check if the value has been set.
func (*InterStateChannelResult) GetRequestStatus ¶
func (o *InterStateChannelResult) GetRequestStatus() ChannelRequestStatus
GetRequestStatus returns the RequestStatus field value
func (*InterStateChannelResult) GetRequestStatusOk ¶
func (o *InterStateChannelResult) GetRequestStatusOk() (*ChannelRequestStatus, bool)
GetRequestStatusOk returns a tuple with the RequestStatus field value and a boolean to check if the value has been set.
func (*InterStateChannelResult) GetValue ¶
func (o *InterStateChannelResult) GetValue() EncodedObject
GetValue returns the Value field value if set, zero value otherwise.
func (*InterStateChannelResult) GetValueOk ¶
func (o *InterStateChannelResult) GetValueOk() (*EncodedObject, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterStateChannelResult) HasValue ¶
func (o *InterStateChannelResult) HasValue() bool
HasValue returns a boolean if a field has been set.
func (InterStateChannelResult) MarshalJSON ¶
func (o InterStateChannelResult) MarshalJSON() ([]byte, error)
func (*InterStateChannelResult) SetChannelName ¶
func (o *InterStateChannelResult) SetChannelName(v string)
SetChannelName sets field value
func (*InterStateChannelResult) SetCommandId ¶
func (o *InterStateChannelResult) SetCommandId(v string)
SetCommandId sets field value
func (*InterStateChannelResult) SetRequestStatus ¶
func (o *InterStateChannelResult) SetRequestStatus(v ChannelRequestStatus)
SetRequestStatus sets field value
func (*InterStateChannelResult) SetValue ¶
func (o *InterStateChannelResult) SetValue(v EncodedObject)
SetValue gets a reference to the given EncodedObject and assigns it to the Value field.
func (InterStateChannelResult) ToMap ¶ added in v1.4.0
func (o InterStateChannelResult) ToMap() (map[string]interface{}, error)
type IwfEvent ¶ added in v1.13.0
type IwfEvent struct { EventType EventType `json:"eventType"` WorkflowType string `json:"workflowType"` WorkflowId string `json:"workflowId"` WorkflowRunId string `json:"workflowRunId"` StateId *string `json:"stateId,omitempty"` StateExecutionId *string `json:"stateExecutionId,omitempty"` StartTimestampInMs *int64 `json:"startTimestampInMs,omitempty"` EndTimestampInMs *int64 `json:"endTimestampInMs,omitempty"` }
IwfEvent struct for IwfEvent
func NewIwfEvent ¶ added in v1.13.0
func NewIwfEvent(eventType EventType, workflowType string, workflowId string, workflowRunId string) *IwfEvent
NewIwfEvent instantiates a new IwfEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIwfEventWithDefaults ¶ added in v1.13.0
func NewIwfEventWithDefaults() *IwfEvent
NewIwfEventWithDefaults instantiates a new IwfEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IwfEvent) GetEndTimestampInMs ¶ added in v1.13.0
GetEndTimestampInMs returns the EndTimestampInMs field value if set, zero value otherwise.
func (*IwfEvent) GetEndTimestampInMsOk ¶ added in v1.13.0
GetEndTimestampInMsOk returns a tuple with the EndTimestampInMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwfEvent) GetEventType ¶ added in v1.13.0
GetEventType returns the EventType field value
func (*IwfEvent) GetEventTypeOk ¶ added in v1.13.0
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*IwfEvent) GetStartTimestampInMs ¶ added in v1.13.0
GetStartTimestampInMs returns the StartTimestampInMs field value if set, zero value otherwise.
func (*IwfEvent) GetStartTimestampInMsOk ¶ added in v1.13.0
GetStartTimestampInMsOk returns a tuple with the StartTimestampInMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwfEvent) GetStateExecutionId ¶ added in v1.13.0
GetStateExecutionId returns the StateExecutionId field value if set, zero value otherwise.
func (*IwfEvent) GetStateExecutionIdOk ¶ added in v1.13.0
GetStateExecutionIdOk returns a tuple with the StateExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwfEvent) GetStateId ¶ added in v1.13.0
GetStateId returns the StateId field value if set, zero value otherwise.
func (*IwfEvent) GetStateIdOk ¶ added in v1.13.0
GetStateIdOk returns a tuple with the StateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwfEvent) GetWorkflowId ¶ added in v1.13.0
GetWorkflowId returns the WorkflowId field value
func (*IwfEvent) GetWorkflowIdOk ¶ added in v1.13.0
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*IwfEvent) GetWorkflowRunId ¶ added in v1.13.0
GetWorkflowRunId returns the WorkflowRunId field value
func (*IwfEvent) GetWorkflowRunIdOk ¶ added in v1.13.0
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (*IwfEvent) GetWorkflowType ¶ added in v1.13.0
GetWorkflowType returns the WorkflowType field value
func (*IwfEvent) GetWorkflowTypeOk ¶ added in v1.13.0
GetWorkflowTypeOk returns a tuple with the WorkflowType field value and a boolean to check if the value has been set.
func (*IwfEvent) HasEndTimestampInMs ¶ added in v1.13.0
HasEndTimestampInMs returns a boolean if a field has been set.
func (*IwfEvent) HasStartTimestampInMs ¶ added in v1.13.0
HasStartTimestampInMs returns a boolean if a field has been set.
func (*IwfEvent) HasStateExecutionId ¶ added in v1.13.0
HasStateExecutionId returns a boolean if a field has been set.
func (*IwfEvent) HasStateId ¶ added in v1.13.0
HasStateId returns a boolean if a field has been set.
func (IwfEvent) MarshalJSON ¶ added in v1.13.0
func (*IwfEvent) SetEndTimestampInMs ¶ added in v1.13.0
SetEndTimestampInMs gets a reference to the given int64 and assigns it to the EndTimestampInMs field.
func (*IwfEvent) SetEventType ¶ added in v1.13.0
SetEventType sets field value
func (*IwfEvent) SetStartTimestampInMs ¶ added in v1.13.0
SetStartTimestampInMs gets a reference to the given int64 and assigns it to the StartTimestampInMs field.
func (*IwfEvent) SetStateExecutionId ¶ added in v1.13.0
SetStateExecutionId gets a reference to the given string and assigns it to the StateExecutionId field.
func (*IwfEvent) SetStateId ¶ added in v1.13.0
SetStateId gets a reference to the given string and assigns it to the StateId field.
func (*IwfEvent) SetWorkflowId ¶ added in v1.13.0
SetWorkflowId sets field value
func (*IwfEvent) SetWorkflowRunId ¶ added in v1.13.0
SetWorkflowRunId sets field value
func (*IwfEvent) SetWorkflowType ¶ added in v1.13.0
SetWorkflowType sets field value
type KeyValue ¶
type KeyValue struct { Key *string `json:"key,omitempty"` Value *EncodedObject `json:"value,omitempty"` }
KeyValue struct for KeyValue
func NewKeyValue ¶
func NewKeyValue() *KeyValue
NewKeyValue instantiates a new KeyValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKeyValueWithDefaults ¶
func NewKeyValueWithDefaults() *KeyValue
NewKeyValueWithDefaults instantiates a new KeyValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*KeyValue) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KeyValue) GetValue ¶
func (o *KeyValue) GetValue() EncodedObject
GetValue returns the Value field value if set, zero value otherwise.
func (*KeyValue) GetValueOk ¶
func (o *KeyValue) GetValueOk() (*EncodedObject, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (KeyValue) MarshalJSON ¶
func (*KeyValue) SetKey ¶
SetKey gets a reference to the given string and assigns it to the Key field.
func (*KeyValue) SetValue ¶
func (o *KeyValue) SetValue(v EncodedObject)
SetValue gets a reference to the given EncodedObject and assigns it to the Value field.
type MappedNullable ¶ added in v1.4.0
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableChannelInfo ¶ added in v1.15.0
type NullableChannelInfo struct {
// contains filtered or unexported fields
}
func NewNullableChannelInfo ¶ added in v1.15.0
func NewNullableChannelInfo(val *ChannelInfo) *NullableChannelInfo
func (NullableChannelInfo) Get ¶ added in v1.15.0
func (v NullableChannelInfo) Get() *ChannelInfo
func (NullableChannelInfo) IsSet ¶ added in v1.15.0
func (v NullableChannelInfo) IsSet() bool
func (NullableChannelInfo) MarshalJSON ¶ added in v1.15.0
func (v NullableChannelInfo) MarshalJSON() ([]byte, error)
func (*NullableChannelInfo) Set ¶ added in v1.15.0
func (v *NullableChannelInfo) Set(val *ChannelInfo)
func (*NullableChannelInfo) UnmarshalJSON ¶ added in v1.15.0
func (v *NullableChannelInfo) UnmarshalJSON(src []byte) error
func (*NullableChannelInfo) Unset ¶ added in v1.15.0
func (v *NullableChannelInfo) Unset()
type NullableChannelRequestStatus ¶
type NullableChannelRequestStatus struct {
// contains filtered or unexported fields
}
func NewNullableChannelRequestStatus ¶
func NewNullableChannelRequestStatus(val *ChannelRequestStatus) *NullableChannelRequestStatus
func (NullableChannelRequestStatus) Get ¶
func (v NullableChannelRequestStatus) Get() *ChannelRequestStatus
func (NullableChannelRequestStatus) IsSet ¶
func (v NullableChannelRequestStatus) IsSet() bool
func (NullableChannelRequestStatus) MarshalJSON ¶
func (v NullableChannelRequestStatus) MarshalJSON() ([]byte, error)
func (*NullableChannelRequestStatus) Set ¶
func (v *NullableChannelRequestStatus) Set(val *ChannelRequestStatus)
func (*NullableChannelRequestStatus) UnmarshalJSON ¶
func (v *NullableChannelRequestStatus) UnmarshalJSON(src []byte) error
func (*NullableChannelRequestStatus) Unset ¶
func (v *NullableChannelRequestStatus) Unset()
type NullableCommandCombination ¶ added in v1.2.0
type NullableCommandCombination struct {
// contains filtered or unexported fields
}
func NewNullableCommandCombination ¶ added in v1.2.0
func NewNullableCommandCombination(val *CommandCombination) *NullableCommandCombination
func (NullableCommandCombination) Get ¶ added in v1.2.0
func (v NullableCommandCombination) Get() *CommandCombination
func (NullableCommandCombination) IsSet ¶ added in v1.2.0
func (v NullableCommandCombination) IsSet() bool
func (NullableCommandCombination) MarshalJSON ¶ added in v1.2.0
func (v NullableCommandCombination) MarshalJSON() ([]byte, error)
func (*NullableCommandCombination) Set ¶ added in v1.2.0
func (v *NullableCommandCombination) Set(val *CommandCombination)
func (*NullableCommandCombination) UnmarshalJSON ¶ added in v1.2.0
func (v *NullableCommandCombination) UnmarshalJSON(src []byte) error
func (*NullableCommandCombination) Unset ¶ added in v1.2.0
func (v *NullableCommandCombination) Unset()
type NullableCommandRequest ¶
type NullableCommandRequest struct {
// contains filtered or unexported fields
}
func NewNullableCommandRequest ¶
func NewNullableCommandRequest(val *CommandRequest) *NullableCommandRequest
func (NullableCommandRequest) Get ¶
func (v NullableCommandRequest) Get() *CommandRequest
func (NullableCommandRequest) IsSet ¶
func (v NullableCommandRequest) IsSet() bool
func (NullableCommandRequest) MarshalJSON ¶
func (v NullableCommandRequest) MarshalJSON() ([]byte, error)
func (*NullableCommandRequest) Set ¶
func (v *NullableCommandRequest) Set(val *CommandRequest)
func (*NullableCommandRequest) UnmarshalJSON ¶
func (v *NullableCommandRequest) UnmarshalJSON(src []byte) error
func (*NullableCommandRequest) Unset ¶
func (v *NullableCommandRequest) Unset()
type NullableCommandResults ¶
type NullableCommandResults struct {
// contains filtered or unexported fields
}
func NewNullableCommandResults ¶
func NewNullableCommandResults(val *CommandResults) *NullableCommandResults
func (NullableCommandResults) Get ¶
func (v NullableCommandResults) Get() *CommandResults
func (NullableCommandResults) IsSet ¶
func (v NullableCommandResults) IsSet() bool
func (NullableCommandResults) MarshalJSON ¶
func (v NullableCommandResults) MarshalJSON() ([]byte, error)
func (*NullableCommandResults) Set ¶
func (v *NullableCommandResults) Set(val *CommandResults)
func (*NullableCommandResults) UnmarshalJSON ¶
func (v *NullableCommandResults) UnmarshalJSON(src []byte) error
func (*NullableCommandResults) Unset ¶
func (v *NullableCommandResults) Unset()
type NullableCommandWaitingType ¶ added in v1.5.0
type NullableCommandWaitingType struct {
// contains filtered or unexported fields
}
func NewNullableCommandWaitingType ¶ added in v1.5.0
func NewNullableCommandWaitingType(val *CommandWaitingType) *NullableCommandWaitingType
func (NullableCommandWaitingType) Get ¶ added in v1.5.0
func (v NullableCommandWaitingType) Get() *CommandWaitingType
func (NullableCommandWaitingType) IsSet ¶ added in v1.5.0
func (v NullableCommandWaitingType) IsSet() bool
func (NullableCommandWaitingType) MarshalJSON ¶ added in v1.5.0
func (v NullableCommandWaitingType) MarshalJSON() ([]byte, error)
func (*NullableCommandWaitingType) Set ¶ added in v1.5.0
func (v *NullableCommandWaitingType) Set(val *CommandWaitingType)
func (*NullableCommandWaitingType) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableCommandWaitingType) UnmarshalJSON(src []byte) error
func (*NullableCommandWaitingType) Unset ¶ added in v1.5.0
func (v *NullableCommandWaitingType) Unset()
type NullableContext ¶
type NullableContext struct {
// contains filtered or unexported fields
}
func NewNullableContext ¶
func NewNullableContext(val *Context) *NullableContext
func (NullableContext) Get ¶
func (v NullableContext) Get() *Context
func (NullableContext) IsSet ¶
func (v NullableContext) IsSet() bool
func (NullableContext) MarshalJSON ¶
func (v NullableContext) MarshalJSON() ([]byte, error)
func (*NullableContext) Set ¶
func (v *NullableContext) Set(val *Context)
func (*NullableContext) UnmarshalJSON ¶
func (v *NullableContext) UnmarshalJSON(src []byte) error
func (*NullableContext) Unset ¶
func (v *NullableContext) Unset()
type NullableDeciderTriggerType ¶
type NullableDeciderTriggerType struct {
// contains filtered or unexported fields
}
func NewNullableDeciderTriggerType ¶
func NewNullableDeciderTriggerType(val *DeciderTriggerType) *NullableDeciderTriggerType
func (NullableDeciderTriggerType) Get ¶
func (v NullableDeciderTriggerType) Get() *DeciderTriggerType
func (NullableDeciderTriggerType) IsSet ¶
func (v NullableDeciderTriggerType) IsSet() bool
func (NullableDeciderTriggerType) MarshalJSON ¶
func (v NullableDeciderTriggerType) MarshalJSON() ([]byte, error)
func (*NullableDeciderTriggerType) Set ¶
func (v *NullableDeciderTriggerType) Set(val *DeciderTriggerType)
func (*NullableDeciderTriggerType) UnmarshalJSON ¶
func (v *NullableDeciderTriggerType) UnmarshalJSON(src []byte) error
func (*NullableDeciderTriggerType) Unset ¶
func (v *NullableDeciderTriggerType) Unset()
type NullableEncodedObject ¶
type NullableEncodedObject struct {
// contains filtered or unexported fields
}
func NewNullableEncodedObject ¶
func NewNullableEncodedObject(val *EncodedObject) *NullableEncodedObject
func (NullableEncodedObject) Get ¶
func (v NullableEncodedObject) Get() *EncodedObject
func (NullableEncodedObject) IsSet ¶
func (v NullableEncodedObject) IsSet() bool
func (NullableEncodedObject) MarshalJSON ¶
func (v NullableEncodedObject) MarshalJSON() ([]byte, error)
func (*NullableEncodedObject) Set ¶
func (v *NullableEncodedObject) Set(val *EncodedObject)
func (*NullableEncodedObject) UnmarshalJSON ¶
func (v *NullableEncodedObject) UnmarshalJSON(src []byte) error
func (*NullableEncodedObject) Unset ¶
func (v *NullableEncodedObject) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) Unset()
type NullableErrorSubStatus ¶ added in v1.2.1
type NullableErrorSubStatus struct {
// contains filtered or unexported fields
}
func NewNullableErrorSubStatus ¶ added in v1.2.1
func NewNullableErrorSubStatus(val *ErrorSubStatus) *NullableErrorSubStatus
func (NullableErrorSubStatus) Get ¶ added in v1.2.1
func (v NullableErrorSubStatus) Get() *ErrorSubStatus
func (NullableErrorSubStatus) IsSet ¶ added in v1.2.1
func (v NullableErrorSubStatus) IsSet() bool
func (NullableErrorSubStatus) MarshalJSON ¶ added in v1.2.1
func (v NullableErrorSubStatus) MarshalJSON() ([]byte, error)
func (*NullableErrorSubStatus) Set ¶ added in v1.2.1
func (v *NullableErrorSubStatus) Set(val *ErrorSubStatus)
func (*NullableErrorSubStatus) UnmarshalJSON ¶ added in v1.2.1
func (v *NullableErrorSubStatus) UnmarshalJSON(src []byte) error
func (*NullableErrorSubStatus) Unset ¶ added in v1.2.1
func (v *NullableErrorSubStatus) Unset()
type NullableEventType ¶ added in v1.13.0
type NullableEventType struct {
// contains filtered or unexported fields
}
func NewNullableEventType ¶ added in v1.13.0
func NewNullableEventType(val *EventType) *NullableEventType
func (NullableEventType) Get ¶ added in v1.13.0
func (v NullableEventType) Get() *EventType
func (NullableEventType) IsSet ¶ added in v1.13.0
func (v NullableEventType) IsSet() bool
func (NullableEventType) MarshalJSON ¶ added in v1.13.0
func (v NullableEventType) MarshalJSON() ([]byte, error)
func (*NullableEventType) Set ¶ added in v1.13.0
func (v *NullableEventType) Set(val *EventType)
func (*NullableEventType) UnmarshalJSON ¶ added in v1.13.0
func (v *NullableEventType) UnmarshalJSON(src []byte) error
func (*NullableEventType) Unset ¶ added in v1.13.0
func (v *NullableEventType) Unset()
type NullableExecuteApiFailurePolicy ¶ added in v1.8.0
type NullableExecuteApiFailurePolicy struct {
// contains filtered or unexported fields
}
func NewNullableExecuteApiFailurePolicy ¶ added in v1.8.0
func NewNullableExecuteApiFailurePolicy(val *ExecuteApiFailurePolicy) *NullableExecuteApiFailurePolicy
func (NullableExecuteApiFailurePolicy) Get ¶ added in v1.8.0
func (v NullableExecuteApiFailurePolicy) Get() *ExecuteApiFailurePolicy
func (NullableExecuteApiFailurePolicy) IsSet ¶ added in v1.8.0
func (v NullableExecuteApiFailurePolicy) IsSet() bool
func (NullableExecuteApiFailurePolicy) MarshalJSON ¶ added in v1.8.0
func (v NullableExecuteApiFailurePolicy) MarshalJSON() ([]byte, error)
func (*NullableExecuteApiFailurePolicy) Set ¶ added in v1.8.0
func (v *NullableExecuteApiFailurePolicy) Set(val *ExecuteApiFailurePolicy)
func (*NullableExecuteApiFailurePolicy) UnmarshalJSON ¶ added in v1.8.0
func (v *NullableExecuteApiFailurePolicy) UnmarshalJSON(src []byte) error
func (*NullableExecuteApiFailurePolicy) Unset ¶ added in v1.8.0
func (v *NullableExecuteApiFailurePolicy) Unset()
type NullableExecutingStateIdMode ¶ added in v1.11.1
type NullableExecutingStateIdMode struct {
// contains filtered or unexported fields
}
func NewNullableExecutingStateIdMode ¶ added in v1.11.1
func NewNullableExecutingStateIdMode(val *ExecutingStateIdMode) *NullableExecutingStateIdMode
func (NullableExecutingStateIdMode) Get ¶ added in v1.11.1
func (v NullableExecutingStateIdMode) Get() *ExecutingStateIdMode
func (NullableExecutingStateIdMode) IsSet ¶ added in v1.11.1
func (v NullableExecutingStateIdMode) IsSet() bool
func (NullableExecutingStateIdMode) MarshalJSON ¶ added in v1.11.1
func (v NullableExecutingStateIdMode) MarshalJSON() ([]byte, error)
func (*NullableExecutingStateIdMode) Set ¶ added in v1.11.1
func (v *NullableExecutingStateIdMode) Set(val *ExecutingStateIdMode)
func (*NullableExecutingStateIdMode) UnmarshalJSON ¶ added in v1.11.1
func (v *NullableExecutingStateIdMode) UnmarshalJSON(src []byte) error
func (*NullableExecutingStateIdMode) Unset ¶ added in v1.11.1
func (v *NullableExecutingStateIdMode) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableHealthInfo ¶ added in v1.8.0
type NullableHealthInfo struct {
// contains filtered or unexported fields
}
func NewNullableHealthInfo ¶ added in v1.8.0
func NewNullableHealthInfo(val *HealthInfo) *NullableHealthInfo
func (NullableHealthInfo) Get ¶ added in v1.8.0
func (v NullableHealthInfo) Get() *HealthInfo
func (NullableHealthInfo) IsSet ¶ added in v1.8.0
func (v NullableHealthInfo) IsSet() bool
func (NullableHealthInfo) MarshalJSON ¶ added in v1.8.0
func (v NullableHealthInfo) MarshalJSON() ([]byte, error)
func (*NullableHealthInfo) Set ¶ added in v1.8.0
func (v *NullableHealthInfo) Set(val *HealthInfo)
func (*NullableHealthInfo) UnmarshalJSON ¶ added in v1.8.0
func (v *NullableHealthInfo) UnmarshalJSON(src []byte) error
func (*NullableHealthInfo) Unset ¶ added in v1.8.0
func (v *NullableHealthInfo) Unset()
type NullableIDReusePolicy ¶ added in v1.5.0
type NullableIDReusePolicy struct {
// contains filtered or unexported fields
}
func NewNullableIDReusePolicy ¶ added in v1.5.0
func NewNullableIDReusePolicy(val *IDReusePolicy) *NullableIDReusePolicy
func (NullableIDReusePolicy) Get ¶ added in v1.5.0
func (v NullableIDReusePolicy) Get() *IDReusePolicy
func (NullableIDReusePolicy) IsSet ¶ added in v1.5.0
func (v NullableIDReusePolicy) IsSet() bool
func (NullableIDReusePolicy) MarshalJSON ¶ added in v1.5.0
func (v NullableIDReusePolicy) MarshalJSON() ([]byte, error)
func (*NullableIDReusePolicy) Set ¶ added in v1.5.0
func (v *NullableIDReusePolicy) Set(val *IDReusePolicy)
func (*NullableIDReusePolicy) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableIDReusePolicy) UnmarshalJSON(src []byte) error
func (*NullableIDReusePolicy) Unset ¶ added in v1.5.0
func (v *NullableIDReusePolicy) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInterStateChannelCommand ¶
type NullableInterStateChannelCommand struct {
// contains filtered or unexported fields
}
func NewNullableInterStateChannelCommand ¶
func NewNullableInterStateChannelCommand(val *InterStateChannelCommand) *NullableInterStateChannelCommand
func (NullableInterStateChannelCommand) Get ¶
func (v NullableInterStateChannelCommand) Get() *InterStateChannelCommand
func (NullableInterStateChannelCommand) IsSet ¶
func (v NullableInterStateChannelCommand) IsSet() bool
func (NullableInterStateChannelCommand) MarshalJSON ¶
func (v NullableInterStateChannelCommand) MarshalJSON() ([]byte, error)
func (*NullableInterStateChannelCommand) Set ¶
func (v *NullableInterStateChannelCommand) Set(val *InterStateChannelCommand)
func (*NullableInterStateChannelCommand) UnmarshalJSON ¶
func (v *NullableInterStateChannelCommand) UnmarshalJSON(src []byte) error
func (*NullableInterStateChannelCommand) Unset ¶
func (v *NullableInterStateChannelCommand) Unset()
type NullableInterStateChannelPublishing ¶
type NullableInterStateChannelPublishing struct {
// contains filtered or unexported fields
}
func NewNullableInterStateChannelPublishing ¶
func NewNullableInterStateChannelPublishing(val *InterStateChannelPublishing) *NullableInterStateChannelPublishing
func (NullableInterStateChannelPublishing) Get ¶
func (v NullableInterStateChannelPublishing) Get() *InterStateChannelPublishing
func (NullableInterStateChannelPublishing) IsSet ¶
func (v NullableInterStateChannelPublishing) IsSet() bool
func (NullableInterStateChannelPublishing) MarshalJSON ¶
func (v NullableInterStateChannelPublishing) MarshalJSON() ([]byte, error)
func (*NullableInterStateChannelPublishing) Set ¶
func (v *NullableInterStateChannelPublishing) Set(val *InterStateChannelPublishing)
func (*NullableInterStateChannelPublishing) UnmarshalJSON ¶
func (v *NullableInterStateChannelPublishing) UnmarshalJSON(src []byte) error
func (*NullableInterStateChannelPublishing) Unset ¶
func (v *NullableInterStateChannelPublishing) Unset()
type NullableInterStateChannelResult ¶
type NullableInterStateChannelResult struct {
// contains filtered or unexported fields
}
func NewNullableInterStateChannelResult ¶
func NewNullableInterStateChannelResult(val *InterStateChannelResult) *NullableInterStateChannelResult
func (NullableInterStateChannelResult) Get ¶
func (v NullableInterStateChannelResult) Get() *InterStateChannelResult
func (NullableInterStateChannelResult) IsSet ¶
func (v NullableInterStateChannelResult) IsSet() bool
func (NullableInterStateChannelResult) MarshalJSON ¶
func (v NullableInterStateChannelResult) MarshalJSON() ([]byte, error)
func (*NullableInterStateChannelResult) Set ¶
func (v *NullableInterStateChannelResult) Set(val *InterStateChannelResult)
func (*NullableInterStateChannelResult) UnmarshalJSON ¶
func (v *NullableInterStateChannelResult) UnmarshalJSON(src []byte) error
func (*NullableInterStateChannelResult) Unset ¶
func (v *NullableInterStateChannelResult) Unset()
type NullableIwfEvent ¶ added in v1.13.0
type NullableIwfEvent struct {
// contains filtered or unexported fields
}
func NewNullableIwfEvent ¶ added in v1.13.0
func NewNullableIwfEvent(val *IwfEvent) *NullableIwfEvent
func (NullableIwfEvent) Get ¶ added in v1.13.0
func (v NullableIwfEvent) Get() *IwfEvent
func (NullableIwfEvent) IsSet ¶ added in v1.13.0
func (v NullableIwfEvent) IsSet() bool
func (NullableIwfEvent) MarshalJSON ¶ added in v1.13.0
func (v NullableIwfEvent) MarshalJSON() ([]byte, error)
func (*NullableIwfEvent) Set ¶ added in v1.13.0
func (v *NullableIwfEvent) Set(val *IwfEvent)
func (*NullableIwfEvent) UnmarshalJSON ¶ added in v1.13.0
func (v *NullableIwfEvent) UnmarshalJSON(src []byte) error
func (*NullableIwfEvent) Unset ¶ added in v1.13.0
func (v *NullableIwfEvent) Unset()
type NullableKeyValue ¶
type NullableKeyValue struct {
// contains filtered or unexported fields
}
func NewNullableKeyValue ¶
func NewNullableKeyValue(val *KeyValue) *NullableKeyValue
func (NullableKeyValue) Get ¶
func (v NullableKeyValue) Get() *KeyValue
func (NullableKeyValue) IsSet ¶
func (v NullableKeyValue) IsSet() bool
func (NullableKeyValue) MarshalJSON ¶
func (v NullableKeyValue) MarshalJSON() ([]byte, error)
func (*NullableKeyValue) Set ¶
func (v *NullableKeyValue) Set(val *KeyValue)
func (*NullableKeyValue) UnmarshalJSON ¶
func (v *NullableKeyValue) UnmarshalJSON(src []byte) error
func (*NullableKeyValue) Unset ¶
func (v *NullableKeyValue) Unset()
type NullablePersistenceLoadingPolicy ¶
type NullablePersistenceLoadingPolicy struct {
// contains filtered or unexported fields
}
func NewNullablePersistenceLoadingPolicy ¶
func NewNullablePersistenceLoadingPolicy(val *PersistenceLoadingPolicy) *NullablePersistenceLoadingPolicy
func (NullablePersistenceLoadingPolicy) Get ¶
func (v NullablePersistenceLoadingPolicy) Get() *PersistenceLoadingPolicy
func (NullablePersistenceLoadingPolicy) IsSet ¶
func (v NullablePersistenceLoadingPolicy) IsSet() bool
func (NullablePersistenceLoadingPolicy) MarshalJSON ¶
func (v NullablePersistenceLoadingPolicy) MarshalJSON() ([]byte, error)
func (*NullablePersistenceLoadingPolicy) Set ¶
func (v *NullablePersistenceLoadingPolicy) Set(val *PersistenceLoadingPolicy)
func (*NullablePersistenceLoadingPolicy) UnmarshalJSON ¶
func (v *NullablePersistenceLoadingPolicy) UnmarshalJSON(src []byte) error
func (*NullablePersistenceLoadingPolicy) Unset ¶
func (v *NullablePersistenceLoadingPolicy) Unset()
type NullablePersistenceLoadingType ¶
type NullablePersistenceLoadingType struct {
// contains filtered or unexported fields
}
func NewNullablePersistenceLoadingType ¶
func NewNullablePersistenceLoadingType(val *PersistenceLoadingType) *NullablePersistenceLoadingType
func (NullablePersistenceLoadingType) Get ¶
func (v NullablePersistenceLoadingType) Get() *PersistenceLoadingType
func (NullablePersistenceLoadingType) IsSet ¶
func (v NullablePersistenceLoadingType) IsSet() bool
func (NullablePersistenceLoadingType) MarshalJSON ¶
func (v NullablePersistenceLoadingType) MarshalJSON() ([]byte, error)
func (*NullablePersistenceLoadingType) Set ¶
func (v *NullablePersistenceLoadingType) Set(val *PersistenceLoadingType)
func (*NullablePersistenceLoadingType) UnmarshalJSON ¶
func (v *NullablePersistenceLoadingType) UnmarshalJSON(src []byte) error
func (*NullablePersistenceLoadingType) Unset ¶
func (v *NullablePersistenceLoadingType) Unset()
type NullableRetryPolicy ¶
type NullableRetryPolicy struct {
// contains filtered or unexported fields
}
func NewNullableRetryPolicy ¶
func NewNullableRetryPolicy(val *RetryPolicy) *NullableRetryPolicy
func (NullableRetryPolicy) Get ¶
func (v NullableRetryPolicy) Get() *RetryPolicy
func (NullableRetryPolicy) IsSet ¶
func (v NullableRetryPolicy) IsSet() bool
func (NullableRetryPolicy) MarshalJSON ¶
func (v NullableRetryPolicy) MarshalJSON() ([]byte, error)
func (*NullableRetryPolicy) Set ¶
func (v *NullableRetryPolicy) Set(val *RetryPolicy)
func (*NullableRetryPolicy) UnmarshalJSON ¶
func (v *NullableRetryPolicy) UnmarshalJSON(src []byte) error
func (*NullableRetryPolicy) Unset ¶
func (v *NullableRetryPolicy) Unset()
type NullableSearchAttribute ¶
type NullableSearchAttribute struct {
// contains filtered or unexported fields
}
func NewNullableSearchAttribute ¶
func NewNullableSearchAttribute(val *SearchAttribute) *NullableSearchAttribute
func (NullableSearchAttribute) Get ¶
func (v NullableSearchAttribute) Get() *SearchAttribute
func (NullableSearchAttribute) IsSet ¶
func (v NullableSearchAttribute) IsSet() bool
func (NullableSearchAttribute) MarshalJSON ¶
func (v NullableSearchAttribute) MarshalJSON() ([]byte, error)
func (*NullableSearchAttribute) Set ¶
func (v *NullableSearchAttribute) Set(val *SearchAttribute)
func (*NullableSearchAttribute) UnmarshalJSON ¶
func (v *NullableSearchAttribute) UnmarshalJSON(src []byte) error
func (*NullableSearchAttribute) Unset ¶
func (v *NullableSearchAttribute) Unset()
type NullableSearchAttributeKeyAndType ¶
type NullableSearchAttributeKeyAndType struct {
// contains filtered or unexported fields
}
func NewNullableSearchAttributeKeyAndType ¶
func NewNullableSearchAttributeKeyAndType(val *SearchAttributeKeyAndType) *NullableSearchAttributeKeyAndType
func (NullableSearchAttributeKeyAndType) Get ¶
func (v NullableSearchAttributeKeyAndType) Get() *SearchAttributeKeyAndType
func (NullableSearchAttributeKeyAndType) IsSet ¶
func (v NullableSearchAttributeKeyAndType) IsSet() bool
func (NullableSearchAttributeKeyAndType) MarshalJSON ¶
func (v NullableSearchAttributeKeyAndType) MarshalJSON() ([]byte, error)
func (*NullableSearchAttributeKeyAndType) Set ¶
func (v *NullableSearchAttributeKeyAndType) Set(val *SearchAttributeKeyAndType)
func (*NullableSearchAttributeKeyAndType) UnmarshalJSON ¶
func (v *NullableSearchAttributeKeyAndType) UnmarshalJSON(src []byte) error
func (*NullableSearchAttributeKeyAndType) Unset ¶
func (v *NullableSearchAttributeKeyAndType) Unset()
type NullableSearchAttributeValueType ¶
type NullableSearchAttributeValueType struct {
// contains filtered or unexported fields
}
func NewNullableSearchAttributeValueType ¶
func NewNullableSearchAttributeValueType(val *SearchAttributeValueType) *NullableSearchAttributeValueType
func (NullableSearchAttributeValueType) Get ¶
func (v NullableSearchAttributeValueType) Get() *SearchAttributeValueType
func (NullableSearchAttributeValueType) IsSet ¶
func (v NullableSearchAttributeValueType) IsSet() bool
func (NullableSearchAttributeValueType) MarshalJSON ¶
func (v NullableSearchAttributeValueType) MarshalJSON() ([]byte, error)
func (*NullableSearchAttributeValueType) Set ¶
func (v *NullableSearchAttributeValueType) Set(val *SearchAttributeValueType)
func (*NullableSearchAttributeValueType) UnmarshalJSON ¶
func (v *NullableSearchAttributeValueType) UnmarshalJSON(src []byte) error
func (*NullableSearchAttributeValueType) Unset ¶
func (v *NullableSearchAttributeValueType) Unset()
type NullableSignalCommand ¶
type NullableSignalCommand struct {
// contains filtered or unexported fields
}
func NewNullableSignalCommand ¶
func NewNullableSignalCommand(val *SignalCommand) *NullableSignalCommand
func (NullableSignalCommand) Get ¶
func (v NullableSignalCommand) Get() *SignalCommand
func (NullableSignalCommand) IsSet ¶
func (v NullableSignalCommand) IsSet() bool
func (NullableSignalCommand) MarshalJSON ¶
func (v NullableSignalCommand) MarshalJSON() ([]byte, error)
func (*NullableSignalCommand) Set ¶
func (v *NullableSignalCommand) Set(val *SignalCommand)
func (*NullableSignalCommand) UnmarshalJSON ¶
func (v *NullableSignalCommand) UnmarshalJSON(src []byte) error
func (*NullableSignalCommand) Unset ¶
func (v *NullableSignalCommand) Unset()
type NullableSignalResult ¶
type NullableSignalResult struct {
// contains filtered or unexported fields
}
func NewNullableSignalResult ¶
func NewNullableSignalResult(val *SignalResult) *NullableSignalResult
func (NullableSignalResult) Get ¶
func (v NullableSignalResult) Get() *SignalResult
func (NullableSignalResult) IsSet ¶
func (v NullableSignalResult) IsSet() bool
func (NullableSignalResult) MarshalJSON ¶
func (v NullableSignalResult) MarshalJSON() ([]byte, error)
func (*NullableSignalResult) Set ¶
func (v *NullableSignalResult) Set(val *SignalResult)
func (*NullableSignalResult) UnmarshalJSON ¶
func (v *NullableSignalResult) UnmarshalJSON(src []byte) error
func (*NullableSignalResult) Unset ¶
func (v *NullableSignalResult) Unset()
type NullableStartApiFailurePolicy ¶ added in v1.4.0
type NullableStartApiFailurePolicy struct {
// contains filtered or unexported fields
}
func NewNullableStartApiFailurePolicy ¶ added in v1.4.0
func NewNullableStartApiFailurePolicy(val *StartApiFailurePolicy) *NullableStartApiFailurePolicy
func (NullableStartApiFailurePolicy) Get ¶ added in v1.4.0
func (v NullableStartApiFailurePolicy) Get() *StartApiFailurePolicy
func (NullableStartApiFailurePolicy) IsSet ¶ added in v1.4.0
func (v NullableStartApiFailurePolicy) IsSet() bool
func (NullableStartApiFailurePolicy) MarshalJSON ¶ added in v1.4.0
func (v NullableStartApiFailurePolicy) MarshalJSON() ([]byte, error)
func (*NullableStartApiFailurePolicy) Set ¶ added in v1.4.0
func (v *NullableStartApiFailurePolicy) Set(val *StartApiFailurePolicy)
func (*NullableStartApiFailurePolicy) UnmarshalJSON ¶ added in v1.4.0
func (v *NullableStartApiFailurePolicy) UnmarshalJSON(src []byte) error
func (*NullableStartApiFailurePolicy) Unset ¶ added in v1.4.0
func (v *NullableStartApiFailurePolicy) Unset()
type NullableStateCompletionOutput ¶
type NullableStateCompletionOutput struct {
// contains filtered or unexported fields
}
func NewNullableStateCompletionOutput ¶
func NewNullableStateCompletionOutput(val *StateCompletionOutput) *NullableStateCompletionOutput
func (NullableStateCompletionOutput) Get ¶
func (v NullableStateCompletionOutput) Get() *StateCompletionOutput
func (NullableStateCompletionOutput) IsSet ¶
func (v NullableStateCompletionOutput) IsSet() bool
func (NullableStateCompletionOutput) MarshalJSON ¶
func (v NullableStateCompletionOutput) MarshalJSON() ([]byte, error)
func (*NullableStateCompletionOutput) Set ¶
func (v *NullableStateCompletionOutput) Set(val *StateCompletionOutput)
func (*NullableStateCompletionOutput) UnmarshalJSON ¶
func (v *NullableStateCompletionOutput) UnmarshalJSON(src []byte) error
func (*NullableStateCompletionOutput) Unset ¶
func (v *NullableStateCompletionOutput) Unset()
type NullableStateDecision ¶
type NullableStateDecision struct {
// contains filtered or unexported fields
}
func NewNullableStateDecision ¶
func NewNullableStateDecision(val *StateDecision) *NullableStateDecision
func (NullableStateDecision) Get ¶
func (v NullableStateDecision) Get() *StateDecision
func (NullableStateDecision) IsSet ¶
func (v NullableStateDecision) IsSet() bool
func (NullableStateDecision) MarshalJSON ¶
func (v NullableStateDecision) MarshalJSON() ([]byte, error)
func (*NullableStateDecision) Set ¶
func (v *NullableStateDecision) Set(val *StateDecision)
func (*NullableStateDecision) UnmarshalJSON ¶
func (v *NullableStateDecision) UnmarshalJSON(src []byte) error
func (*NullableStateDecision) Unset ¶
func (v *NullableStateDecision) Unset()
type NullableStateMovement ¶
type NullableStateMovement struct {
// contains filtered or unexported fields
}
func NewNullableStateMovement ¶
func NewNullableStateMovement(val *StateMovement) *NullableStateMovement
func (NullableStateMovement) Get ¶
func (v NullableStateMovement) Get() *StateMovement
func (NullableStateMovement) IsSet ¶
func (v NullableStateMovement) IsSet() bool
func (NullableStateMovement) MarshalJSON ¶
func (v NullableStateMovement) MarshalJSON() ([]byte, error)
func (*NullableStateMovement) Set ¶
func (v *NullableStateMovement) Set(val *StateMovement)
func (*NullableStateMovement) UnmarshalJSON ¶
func (v *NullableStateMovement) UnmarshalJSON(src []byte) error
func (*NullableStateMovement) Unset ¶
func (v *NullableStateMovement) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimerCommand ¶
type NullableTimerCommand struct {
// contains filtered or unexported fields
}
func NewNullableTimerCommand ¶
func NewNullableTimerCommand(val *TimerCommand) *NullableTimerCommand
func (NullableTimerCommand) Get ¶
func (v NullableTimerCommand) Get() *TimerCommand
func (NullableTimerCommand) IsSet ¶
func (v NullableTimerCommand) IsSet() bool
func (NullableTimerCommand) MarshalJSON ¶
func (v NullableTimerCommand) MarshalJSON() ([]byte, error)
func (*NullableTimerCommand) Set ¶
func (v *NullableTimerCommand) Set(val *TimerCommand)
func (*NullableTimerCommand) UnmarshalJSON ¶
func (v *NullableTimerCommand) UnmarshalJSON(src []byte) error
func (*NullableTimerCommand) Unset ¶
func (v *NullableTimerCommand) Unset()
type NullableTimerResult ¶
type NullableTimerResult struct {
// contains filtered or unexported fields
}
func NewNullableTimerResult ¶
func NewNullableTimerResult(val *TimerResult) *NullableTimerResult
func (NullableTimerResult) Get ¶
func (v NullableTimerResult) Get() *TimerResult
func (NullableTimerResult) IsSet ¶
func (v NullableTimerResult) IsSet() bool
func (NullableTimerResult) MarshalJSON ¶
func (v NullableTimerResult) MarshalJSON() ([]byte, error)
func (*NullableTimerResult) Set ¶
func (v *NullableTimerResult) Set(val *TimerResult)
func (*NullableTimerResult) UnmarshalJSON ¶
func (v *NullableTimerResult) UnmarshalJSON(src []byte) error
func (*NullableTimerResult) Unset ¶
func (v *NullableTimerResult) Unset()
type NullableTimerStatus ¶
type NullableTimerStatus struct {
// contains filtered or unexported fields
}
func NewNullableTimerStatus ¶
func NewNullableTimerStatus(val *TimerStatus) *NullableTimerStatus
func (NullableTimerStatus) Get ¶
func (v NullableTimerStatus) Get() *TimerStatus
func (NullableTimerStatus) IsSet ¶
func (v NullableTimerStatus) IsSet() bool
func (NullableTimerStatus) MarshalJSON ¶
func (v NullableTimerStatus) MarshalJSON() ([]byte, error)
func (*NullableTimerStatus) Set ¶
func (v *NullableTimerStatus) Set(val *TimerStatus)
func (*NullableTimerStatus) UnmarshalJSON ¶
func (v *NullableTimerStatus) UnmarshalJSON(src []byte) error
func (*NullableTimerStatus) Unset ¶
func (v *NullableTimerStatus) Unset()
type NullableTriggerContinueAsNewRequest ¶ added in v1.9.0
type NullableTriggerContinueAsNewRequest struct {
// contains filtered or unexported fields
}
func NewNullableTriggerContinueAsNewRequest ¶ added in v1.9.0
func NewNullableTriggerContinueAsNewRequest(val *TriggerContinueAsNewRequest) *NullableTriggerContinueAsNewRequest
func (NullableTriggerContinueAsNewRequest) Get ¶ added in v1.9.0
func (v NullableTriggerContinueAsNewRequest) Get() *TriggerContinueAsNewRequest
func (NullableTriggerContinueAsNewRequest) IsSet ¶ added in v1.9.0
func (v NullableTriggerContinueAsNewRequest) IsSet() bool
func (NullableTriggerContinueAsNewRequest) MarshalJSON ¶ added in v1.9.0
func (v NullableTriggerContinueAsNewRequest) MarshalJSON() ([]byte, error)
func (*NullableTriggerContinueAsNewRequest) Set ¶ added in v1.9.0
func (v *NullableTriggerContinueAsNewRequest) Set(val *TriggerContinueAsNewRequest)
func (*NullableTriggerContinueAsNewRequest) UnmarshalJSON ¶ added in v1.9.0
func (v *NullableTriggerContinueAsNewRequest) UnmarshalJSON(src []byte) error
func (*NullableTriggerContinueAsNewRequest) Unset ¶ added in v1.9.0
func (v *NullableTriggerContinueAsNewRequest) Unset()
type NullableWaitUntilApiFailurePolicy ¶ added in v1.5.0
type NullableWaitUntilApiFailurePolicy struct {
// contains filtered or unexported fields
}
func NewNullableWaitUntilApiFailurePolicy ¶ added in v1.5.0
func NewNullableWaitUntilApiFailurePolicy(val *WaitUntilApiFailurePolicy) *NullableWaitUntilApiFailurePolicy
func (NullableWaitUntilApiFailurePolicy) Get ¶ added in v1.5.0
func (v NullableWaitUntilApiFailurePolicy) Get() *WaitUntilApiFailurePolicy
func (NullableWaitUntilApiFailurePolicy) IsSet ¶ added in v1.5.0
func (v NullableWaitUntilApiFailurePolicy) IsSet() bool
func (NullableWaitUntilApiFailurePolicy) MarshalJSON ¶ added in v1.5.0
func (v NullableWaitUntilApiFailurePolicy) MarshalJSON() ([]byte, error)
func (*NullableWaitUntilApiFailurePolicy) Set ¶ added in v1.5.0
func (v *NullableWaitUntilApiFailurePolicy) Set(val *WaitUntilApiFailurePolicy)
func (*NullableWaitUntilApiFailurePolicy) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWaitUntilApiFailurePolicy) UnmarshalJSON(src []byte) error
func (*NullableWaitUntilApiFailurePolicy) Unset ¶ added in v1.5.0
func (v *NullableWaitUntilApiFailurePolicy) Unset()
type NullableWorkerErrorResponse ¶ added in v1.5.0
type NullableWorkerErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkerErrorResponse ¶ added in v1.5.0
func NewNullableWorkerErrorResponse(val *WorkerErrorResponse) *NullableWorkerErrorResponse
func (NullableWorkerErrorResponse) Get ¶ added in v1.5.0
func (v NullableWorkerErrorResponse) Get() *WorkerErrorResponse
func (NullableWorkerErrorResponse) IsSet ¶ added in v1.5.0
func (v NullableWorkerErrorResponse) IsSet() bool
func (NullableWorkerErrorResponse) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkerErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkerErrorResponse) Set ¶ added in v1.5.0
func (v *NullableWorkerErrorResponse) Set(val *WorkerErrorResponse)
func (*NullableWorkerErrorResponse) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkerErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkerErrorResponse) Unset ¶ added in v1.5.0
func (v *NullableWorkerErrorResponse) Unset()
type NullableWorkflowAlreadyStartedOptions ¶ added in v1.11.1
type NullableWorkflowAlreadyStartedOptions struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowAlreadyStartedOptions ¶ added in v1.11.1
func NewNullableWorkflowAlreadyStartedOptions(val *WorkflowAlreadyStartedOptions) *NullableWorkflowAlreadyStartedOptions
func (NullableWorkflowAlreadyStartedOptions) Get ¶ added in v1.11.1
func (v NullableWorkflowAlreadyStartedOptions) Get() *WorkflowAlreadyStartedOptions
func (NullableWorkflowAlreadyStartedOptions) IsSet ¶ added in v1.11.1
func (v NullableWorkflowAlreadyStartedOptions) IsSet() bool
func (NullableWorkflowAlreadyStartedOptions) MarshalJSON ¶ added in v1.11.1
func (v NullableWorkflowAlreadyStartedOptions) MarshalJSON() ([]byte, error)
func (*NullableWorkflowAlreadyStartedOptions) Set ¶ added in v1.11.1
func (v *NullableWorkflowAlreadyStartedOptions) Set(val *WorkflowAlreadyStartedOptions)
func (*NullableWorkflowAlreadyStartedOptions) UnmarshalJSON ¶ added in v1.11.1
func (v *NullableWorkflowAlreadyStartedOptions) UnmarshalJSON(src []byte) error
func (*NullableWorkflowAlreadyStartedOptions) Unset ¶ added in v1.11.1
func (v *NullableWorkflowAlreadyStartedOptions) Unset()
type NullableWorkflowConditionalClose ¶ added in v1.7.0
type NullableWorkflowConditionalClose struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowConditionalClose ¶ added in v1.7.0
func NewNullableWorkflowConditionalClose(val *WorkflowConditionalClose) *NullableWorkflowConditionalClose
func (NullableWorkflowConditionalClose) Get ¶ added in v1.7.0
func (v NullableWorkflowConditionalClose) Get() *WorkflowConditionalClose
func (NullableWorkflowConditionalClose) IsSet ¶ added in v1.7.0
func (v NullableWorkflowConditionalClose) IsSet() bool
func (NullableWorkflowConditionalClose) MarshalJSON ¶ added in v1.7.0
func (v NullableWorkflowConditionalClose) MarshalJSON() ([]byte, error)
func (*NullableWorkflowConditionalClose) Set ¶ added in v1.7.0
func (v *NullableWorkflowConditionalClose) Set(val *WorkflowConditionalClose)
func (*NullableWorkflowConditionalClose) UnmarshalJSON ¶ added in v1.7.0
func (v *NullableWorkflowConditionalClose) UnmarshalJSON(src []byte) error
func (*NullableWorkflowConditionalClose) Unset ¶ added in v1.7.0
func (v *NullableWorkflowConditionalClose) Unset()
type NullableWorkflowConditionalCloseType ¶ added in v1.7.0
type NullableWorkflowConditionalCloseType struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowConditionalCloseType ¶ added in v1.7.0
func NewNullableWorkflowConditionalCloseType(val *WorkflowConditionalCloseType) *NullableWorkflowConditionalCloseType
func (NullableWorkflowConditionalCloseType) Get ¶ added in v1.7.0
func (v NullableWorkflowConditionalCloseType) Get() *WorkflowConditionalCloseType
func (NullableWorkflowConditionalCloseType) IsSet ¶ added in v1.7.0
func (v NullableWorkflowConditionalCloseType) IsSet() bool
func (NullableWorkflowConditionalCloseType) MarshalJSON ¶ added in v1.7.0
func (v NullableWorkflowConditionalCloseType) MarshalJSON() ([]byte, error)
func (*NullableWorkflowConditionalCloseType) Set ¶ added in v1.7.0
func (v *NullableWorkflowConditionalCloseType) Set(val *WorkflowConditionalCloseType)
func (*NullableWorkflowConditionalCloseType) UnmarshalJSON ¶ added in v1.7.0
func (v *NullableWorkflowConditionalCloseType) UnmarshalJSON(src []byte) error
func (*NullableWorkflowConditionalCloseType) Unset ¶ added in v1.7.0
func (v *NullableWorkflowConditionalCloseType) Unset()
type NullableWorkflowConfig ¶ added in v1.5.0
type NullableWorkflowConfig struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowConfig ¶ added in v1.5.0
func NewNullableWorkflowConfig(val *WorkflowConfig) *NullableWorkflowConfig
func (NullableWorkflowConfig) Get ¶ added in v1.5.0
func (v NullableWorkflowConfig) Get() *WorkflowConfig
func (NullableWorkflowConfig) IsSet ¶ added in v1.5.0
func (v NullableWorkflowConfig) IsSet() bool
func (NullableWorkflowConfig) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowConfig) MarshalJSON() ([]byte, error)
func (*NullableWorkflowConfig) Set ¶ added in v1.5.0
func (v *NullableWorkflowConfig) Set(val *WorkflowConfig)
func (*NullableWorkflowConfig) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowConfig) UnmarshalJSON(src []byte) error
func (*NullableWorkflowConfig) Unset ¶ added in v1.5.0
func (v *NullableWorkflowConfig) Unset()
type NullableWorkflowConfigUpdateRequest ¶ added in v1.5.0
type NullableWorkflowConfigUpdateRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowConfigUpdateRequest ¶ added in v1.5.0
func NewNullableWorkflowConfigUpdateRequest(val *WorkflowConfigUpdateRequest) *NullableWorkflowConfigUpdateRequest
func (NullableWorkflowConfigUpdateRequest) Get ¶ added in v1.5.0
func (v NullableWorkflowConfigUpdateRequest) Get() *WorkflowConfigUpdateRequest
func (NullableWorkflowConfigUpdateRequest) IsSet ¶ added in v1.5.0
func (v NullableWorkflowConfigUpdateRequest) IsSet() bool
func (NullableWorkflowConfigUpdateRequest) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowConfigUpdateRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowConfigUpdateRequest) Set ¶ added in v1.5.0
func (v *NullableWorkflowConfigUpdateRequest) Set(val *WorkflowConfigUpdateRequest)
func (*NullableWorkflowConfigUpdateRequest) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowConfigUpdateRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowConfigUpdateRequest) Unset ¶ added in v1.5.0
func (v *NullableWorkflowConfigUpdateRequest) Unset()
type NullableWorkflowDumpRequest ¶ added in v1.5.0
type NullableWorkflowDumpRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowDumpRequest ¶ added in v1.5.0
func NewNullableWorkflowDumpRequest(val *WorkflowDumpRequest) *NullableWorkflowDumpRequest
func (NullableWorkflowDumpRequest) Get ¶ added in v1.5.0
func (v NullableWorkflowDumpRequest) Get() *WorkflowDumpRequest
func (NullableWorkflowDumpRequest) IsSet ¶ added in v1.5.0
func (v NullableWorkflowDumpRequest) IsSet() bool
func (NullableWorkflowDumpRequest) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowDumpRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowDumpRequest) Set ¶ added in v1.5.0
func (v *NullableWorkflowDumpRequest) Set(val *WorkflowDumpRequest)
func (*NullableWorkflowDumpRequest) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowDumpRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowDumpRequest) Unset ¶ added in v1.5.0
func (v *NullableWorkflowDumpRequest) Unset()
type NullableWorkflowDumpResponse ¶ added in v1.5.0
type NullableWorkflowDumpResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowDumpResponse ¶ added in v1.5.0
func NewNullableWorkflowDumpResponse(val *WorkflowDumpResponse) *NullableWorkflowDumpResponse
func (NullableWorkflowDumpResponse) Get ¶ added in v1.5.0
func (v NullableWorkflowDumpResponse) Get() *WorkflowDumpResponse
func (NullableWorkflowDumpResponse) IsSet ¶ added in v1.5.0
func (v NullableWorkflowDumpResponse) IsSet() bool
func (NullableWorkflowDumpResponse) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowDumpResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowDumpResponse) Set ¶ added in v1.5.0
func (v *NullableWorkflowDumpResponse) Set(val *WorkflowDumpResponse)
func (*NullableWorkflowDumpResponse) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowDumpResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowDumpResponse) Unset ¶ added in v1.5.0
func (v *NullableWorkflowDumpResponse) Unset()
type NullableWorkflowErrorType ¶ added in v1.3.0
type NullableWorkflowErrorType struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowErrorType ¶ added in v1.3.0
func NewNullableWorkflowErrorType(val *WorkflowErrorType) *NullableWorkflowErrorType
func (NullableWorkflowErrorType) Get ¶ added in v1.3.0
func (v NullableWorkflowErrorType) Get() *WorkflowErrorType
func (NullableWorkflowErrorType) IsSet ¶ added in v1.3.0
func (v NullableWorkflowErrorType) IsSet() bool
func (NullableWorkflowErrorType) MarshalJSON ¶ added in v1.3.0
func (v NullableWorkflowErrorType) MarshalJSON() ([]byte, error)
func (*NullableWorkflowErrorType) Set ¶ added in v1.3.0
func (v *NullableWorkflowErrorType) Set(val *WorkflowErrorType)
func (*NullableWorkflowErrorType) UnmarshalJSON ¶ added in v1.3.0
func (v *NullableWorkflowErrorType) UnmarshalJSON(src []byte) error
func (*NullableWorkflowErrorType) Unset ¶ added in v1.3.0
func (v *NullableWorkflowErrorType) Unset()
type NullableWorkflowGetDataObjectsRequest ¶
type NullableWorkflowGetDataObjectsRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowGetDataObjectsRequest ¶
func NewNullableWorkflowGetDataObjectsRequest(val *WorkflowGetDataObjectsRequest) *NullableWorkflowGetDataObjectsRequest
func (NullableWorkflowGetDataObjectsRequest) Get ¶
func (v NullableWorkflowGetDataObjectsRequest) Get() *WorkflowGetDataObjectsRequest
func (NullableWorkflowGetDataObjectsRequest) IsSet ¶
func (v NullableWorkflowGetDataObjectsRequest) IsSet() bool
func (NullableWorkflowGetDataObjectsRequest) MarshalJSON ¶
func (v NullableWorkflowGetDataObjectsRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowGetDataObjectsRequest) Set ¶
func (v *NullableWorkflowGetDataObjectsRequest) Set(val *WorkflowGetDataObjectsRequest)
func (*NullableWorkflowGetDataObjectsRequest) UnmarshalJSON ¶
func (v *NullableWorkflowGetDataObjectsRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowGetDataObjectsRequest) Unset ¶
func (v *NullableWorkflowGetDataObjectsRequest) Unset()
type NullableWorkflowGetDataObjectsResponse ¶
type NullableWorkflowGetDataObjectsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowGetDataObjectsResponse ¶
func NewNullableWorkflowGetDataObjectsResponse(val *WorkflowGetDataObjectsResponse) *NullableWorkflowGetDataObjectsResponse
func (NullableWorkflowGetDataObjectsResponse) Get ¶
func (v NullableWorkflowGetDataObjectsResponse) Get() *WorkflowGetDataObjectsResponse
func (NullableWorkflowGetDataObjectsResponse) IsSet ¶
func (v NullableWorkflowGetDataObjectsResponse) IsSet() bool
func (NullableWorkflowGetDataObjectsResponse) MarshalJSON ¶
func (v NullableWorkflowGetDataObjectsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowGetDataObjectsResponse) Set ¶
func (v *NullableWorkflowGetDataObjectsResponse) Set(val *WorkflowGetDataObjectsResponse)
func (*NullableWorkflowGetDataObjectsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowGetDataObjectsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowGetDataObjectsResponse) Unset ¶
func (v *NullableWorkflowGetDataObjectsResponse) Unset()
type NullableWorkflowGetRequest ¶
type NullableWorkflowGetRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowGetRequest ¶
func NewNullableWorkflowGetRequest(val *WorkflowGetRequest) *NullableWorkflowGetRequest
func (NullableWorkflowGetRequest) Get ¶
func (v NullableWorkflowGetRequest) Get() *WorkflowGetRequest
func (NullableWorkflowGetRequest) IsSet ¶
func (v NullableWorkflowGetRequest) IsSet() bool
func (NullableWorkflowGetRequest) MarshalJSON ¶
func (v NullableWorkflowGetRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowGetRequest) Set ¶
func (v *NullableWorkflowGetRequest) Set(val *WorkflowGetRequest)
func (*NullableWorkflowGetRequest) UnmarshalJSON ¶
func (v *NullableWorkflowGetRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowGetRequest) Unset ¶
func (v *NullableWorkflowGetRequest) Unset()
type NullableWorkflowGetResponse ¶
type NullableWorkflowGetResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowGetResponse ¶
func NewNullableWorkflowGetResponse(val *WorkflowGetResponse) *NullableWorkflowGetResponse
func (NullableWorkflowGetResponse) Get ¶
func (v NullableWorkflowGetResponse) Get() *WorkflowGetResponse
func (NullableWorkflowGetResponse) IsSet ¶
func (v NullableWorkflowGetResponse) IsSet() bool
func (NullableWorkflowGetResponse) MarshalJSON ¶
func (v NullableWorkflowGetResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowGetResponse) Set ¶
func (v *NullableWorkflowGetResponse) Set(val *WorkflowGetResponse)
func (*NullableWorkflowGetResponse) UnmarshalJSON ¶
func (v *NullableWorkflowGetResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowGetResponse) Unset ¶
func (v *NullableWorkflowGetResponse) Unset()
type NullableWorkflowGetSearchAttributesRequest ¶
type NullableWorkflowGetSearchAttributesRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowGetSearchAttributesRequest ¶
func NewNullableWorkflowGetSearchAttributesRequest(val *WorkflowGetSearchAttributesRequest) *NullableWorkflowGetSearchAttributesRequest
func (NullableWorkflowGetSearchAttributesRequest) IsSet ¶
func (v NullableWorkflowGetSearchAttributesRequest) IsSet() bool
func (NullableWorkflowGetSearchAttributesRequest) MarshalJSON ¶
func (v NullableWorkflowGetSearchAttributesRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowGetSearchAttributesRequest) Set ¶
func (v *NullableWorkflowGetSearchAttributesRequest) Set(val *WorkflowGetSearchAttributesRequest)
func (*NullableWorkflowGetSearchAttributesRequest) UnmarshalJSON ¶
func (v *NullableWorkflowGetSearchAttributesRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowGetSearchAttributesRequest) Unset ¶
func (v *NullableWorkflowGetSearchAttributesRequest) Unset()
type NullableWorkflowGetSearchAttributesResponse ¶
type NullableWorkflowGetSearchAttributesResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowGetSearchAttributesResponse ¶
func NewNullableWorkflowGetSearchAttributesResponse(val *WorkflowGetSearchAttributesResponse) *NullableWorkflowGetSearchAttributesResponse
func (NullableWorkflowGetSearchAttributesResponse) IsSet ¶
func (v NullableWorkflowGetSearchAttributesResponse) IsSet() bool
func (NullableWorkflowGetSearchAttributesResponse) MarshalJSON ¶
func (v NullableWorkflowGetSearchAttributesResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowGetSearchAttributesResponse) Set ¶
func (v *NullableWorkflowGetSearchAttributesResponse) Set(val *WorkflowGetSearchAttributesResponse)
func (*NullableWorkflowGetSearchAttributesResponse) UnmarshalJSON ¶
func (v *NullableWorkflowGetSearchAttributesResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowGetSearchAttributesResponse) Unset ¶
func (v *NullableWorkflowGetSearchAttributesResponse) Unset()
type NullableWorkflowIDReusePolicy ¶
type NullableWorkflowIDReusePolicy struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowIDReusePolicy ¶
func NewNullableWorkflowIDReusePolicy(val *WorkflowIDReusePolicy) *NullableWorkflowIDReusePolicy
func (NullableWorkflowIDReusePolicy) Get ¶
func (v NullableWorkflowIDReusePolicy) Get() *WorkflowIDReusePolicy
func (NullableWorkflowIDReusePolicy) IsSet ¶
func (v NullableWorkflowIDReusePolicy) IsSet() bool
func (NullableWorkflowIDReusePolicy) MarshalJSON ¶
func (v NullableWorkflowIDReusePolicy) MarshalJSON() ([]byte, error)
func (*NullableWorkflowIDReusePolicy) Set ¶
func (v *NullableWorkflowIDReusePolicy) Set(val *WorkflowIDReusePolicy)
func (*NullableWorkflowIDReusePolicy) UnmarshalJSON ¶
func (v *NullableWorkflowIDReusePolicy) UnmarshalJSON(src []byte) error
func (*NullableWorkflowIDReusePolicy) Unset ¶
func (v *NullableWorkflowIDReusePolicy) Unset()
type NullableWorkflowResetRequest ¶
type NullableWorkflowResetRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowResetRequest ¶
func NewNullableWorkflowResetRequest(val *WorkflowResetRequest) *NullableWorkflowResetRequest
func (NullableWorkflowResetRequest) Get ¶
func (v NullableWorkflowResetRequest) Get() *WorkflowResetRequest
func (NullableWorkflowResetRequest) IsSet ¶
func (v NullableWorkflowResetRequest) IsSet() bool
func (NullableWorkflowResetRequest) MarshalJSON ¶
func (v NullableWorkflowResetRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowResetRequest) Set ¶
func (v *NullableWorkflowResetRequest) Set(val *WorkflowResetRequest)
func (*NullableWorkflowResetRequest) UnmarshalJSON ¶
func (v *NullableWorkflowResetRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowResetRequest) Unset ¶
func (v *NullableWorkflowResetRequest) Unset()
type NullableWorkflowResetResponse ¶
type NullableWorkflowResetResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowResetResponse ¶
func NewNullableWorkflowResetResponse(val *WorkflowResetResponse) *NullableWorkflowResetResponse
func (NullableWorkflowResetResponse) Get ¶
func (v NullableWorkflowResetResponse) Get() *WorkflowResetResponse
func (NullableWorkflowResetResponse) IsSet ¶
func (v NullableWorkflowResetResponse) IsSet() bool
func (NullableWorkflowResetResponse) MarshalJSON ¶
func (v NullableWorkflowResetResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowResetResponse) Set ¶
func (v *NullableWorkflowResetResponse) Set(val *WorkflowResetResponse)
func (*NullableWorkflowResetResponse) UnmarshalJSON ¶
func (v *NullableWorkflowResetResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowResetResponse) Unset ¶
func (v *NullableWorkflowResetResponse) Unset()
type NullableWorkflowResetType ¶
type NullableWorkflowResetType struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowResetType ¶
func NewNullableWorkflowResetType(val *WorkflowResetType) *NullableWorkflowResetType
func (NullableWorkflowResetType) Get ¶
func (v NullableWorkflowResetType) Get() *WorkflowResetType
func (NullableWorkflowResetType) IsSet ¶
func (v NullableWorkflowResetType) IsSet() bool
func (NullableWorkflowResetType) MarshalJSON ¶
func (v NullableWorkflowResetType) MarshalJSON() ([]byte, error)
func (*NullableWorkflowResetType) Set ¶
func (v *NullableWorkflowResetType) Set(val *WorkflowResetType)
func (*NullableWorkflowResetType) UnmarshalJSON ¶
func (v *NullableWorkflowResetType) UnmarshalJSON(src []byte) error
func (*NullableWorkflowResetType) Unset ¶
func (v *NullableWorkflowResetType) Unset()
type NullableWorkflowRetryPolicy ¶ added in v1.4.1
type NullableWorkflowRetryPolicy struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowRetryPolicy ¶ added in v1.4.1
func NewNullableWorkflowRetryPolicy(val *WorkflowRetryPolicy) *NullableWorkflowRetryPolicy
func (NullableWorkflowRetryPolicy) Get ¶ added in v1.4.1
func (v NullableWorkflowRetryPolicy) Get() *WorkflowRetryPolicy
func (NullableWorkflowRetryPolicy) IsSet ¶ added in v1.4.1
func (v NullableWorkflowRetryPolicy) IsSet() bool
func (NullableWorkflowRetryPolicy) MarshalJSON ¶ added in v1.4.1
func (v NullableWorkflowRetryPolicy) MarshalJSON() ([]byte, error)
func (*NullableWorkflowRetryPolicy) Set ¶ added in v1.4.1
func (v *NullableWorkflowRetryPolicy) Set(val *WorkflowRetryPolicy)
func (*NullableWorkflowRetryPolicy) UnmarshalJSON ¶ added in v1.4.1
func (v *NullableWorkflowRetryPolicy) UnmarshalJSON(src []byte) error
func (*NullableWorkflowRetryPolicy) Unset ¶ added in v1.4.1
func (v *NullableWorkflowRetryPolicy) Unset()
type NullableWorkflowRpcRequest ¶ added in v1.5.0
type NullableWorkflowRpcRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowRpcRequest ¶ added in v1.5.0
func NewNullableWorkflowRpcRequest(val *WorkflowRpcRequest) *NullableWorkflowRpcRequest
func (NullableWorkflowRpcRequest) Get ¶ added in v1.5.0
func (v NullableWorkflowRpcRequest) Get() *WorkflowRpcRequest
func (NullableWorkflowRpcRequest) IsSet ¶ added in v1.5.0
func (v NullableWorkflowRpcRequest) IsSet() bool
func (NullableWorkflowRpcRequest) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowRpcRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowRpcRequest) Set ¶ added in v1.5.0
func (v *NullableWorkflowRpcRequest) Set(val *WorkflowRpcRequest)
func (*NullableWorkflowRpcRequest) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowRpcRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowRpcRequest) Unset ¶ added in v1.5.0
func (v *NullableWorkflowRpcRequest) Unset()
type NullableWorkflowRpcResponse ¶ added in v1.5.0
type NullableWorkflowRpcResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowRpcResponse ¶ added in v1.5.0
func NewNullableWorkflowRpcResponse(val *WorkflowRpcResponse) *NullableWorkflowRpcResponse
func (NullableWorkflowRpcResponse) Get ¶ added in v1.5.0
func (v NullableWorkflowRpcResponse) Get() *WorkflowRpcResponse
func (NullableWorkflowRpcResponse) IsSet ¶ added in v1.5.0
func (v NullableWorkflowRpcResponse) IsSet() bool
func (NullableWorkflowRpcResponse) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowRpcResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowRpcResponse) Set ¶ added in v1.5.0
func (v *NullableWorkflowRpcResponse) Set(val *WorkflowRpcResponse)
func (*NullableWorkflowRpcResponse) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowRpcResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowRpcResponse) Unset ¶ added in v1.5.0
func (v *NullableWorkflowRpcResponse) Unset()
type NullableWorkflowSearchRequest ¶
type NullableWorkflowSearchRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSearchRequest ¶
func NewNullableWorkflowSearchRequest(val *WorkflowSearchRequest) *NullableWorkflowSearchRequest
func (NullableWorkflowSearchRequest) Get ¶
func (v NullableWorkflowSearchRequest) Get() *WorkflowSearchRequest
func (NullableWorkflowSearchRequest) IsSet ¶
func (v NullableWorkflowSearchRequest) IsSet() bool
func (NullableWorkflowSearchRequest) MarshalJSON ¶
func (v NullableWorkflowSearchRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSearchRequest) Set ¶
func (v *NullableWorkflowSearchRequest) Set(val *WorkflowSearchRequest)
func (*NullableWorkflowSearchRequest) UnmarshalJSON ¶
func (v *NullableWorkflowSearchRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSearchRequest) Unset ¶
func (v *NullableWorkflowSearchRequest) Unset()
type NullableWorkflowSearchResponse ¶
type NullableWorkflowSearchResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSearchResponse ¶
func NewNullableWorkflowSearchResponse(val *WorkflowSearchResponse) *NullableWorkflowSearchResponse
func (NullableWorkflowSearchResponse) Get ¶
func (v NullableWorkflowSearchResponse) Get() *WorkflowSearchResponse
func (NullableWorkflowSearchResponse) IsSet ¶
func (v NullableWorkflowSearchResponse) IsSet() bool
func (NullableWorkflowSearchResponse) MarshalJSON ¶
func (v NullableWorkflowSearchResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSearchResponse) Set ¶
func (v *NullableWorkflowSearchResponse) Set(val *WorkflowSearchResponse)
func (*NullableWorkflowSearchResponse) UnmarshalJSON ¶
func (v *NullableWorkflowSearchResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSearchResponse) Unset ¶
func (v *NullableWorkflowSearchResponse) Unset()
type NullableWorkflowSearchResponseEntry ¶
type NullableWorkflowSearchResponseEntry struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSearchResponseEntry ¶
func NewNullableWorkflowSearchResponseEntry(val *WorkflowSearchResponseEntry) *NullableWorkflowSearchResponseEntry
func (NullableWorkflowSearchResponseEntry) Get ¶
func (v NullableWorkflowSearchResponseEntry) Get() *WorkflowSearchResponseEntry
func (NullableWorkflowSearchResponseEntry) IsSet ¶
func (v NullableWorkflowSearchResponseEntry) IsSet() bool
func (NullableWorkflowSearchResponseEntry) MarshalJSON ¶
func (v NullableWorkflowSearchResponseEntry) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSearchResponseEntry) Set ¶
func (v *NullableWorkflowSearchResponseEntry) Set(val *WorkflowSearchResponseEntry)
func (*NullableWorkflowSearchResponseEntry) UnmarshalJSON ¶
func (v *NullableWorkflowSearchResponseEntry) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSearchResponseEntry) Unset ¶
func (v *NullableWorkflowSearchResponseEntry) Unset()
type NullableWorkflowSetDataObjectsRequest ¶ added in v1.13.0
type NullableWorkflowSetDataObjectsRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSetDataObjectsRequest ¶ added in v1.13.0
func NewNullableWorkflowSetDataObjectsRequest(val *WorkflowSetDataObjectsRequest) *NullableWorkflowSetDataObjectsRequest
func (NullableWorkflowSetDataObjectsRequest) Get ¶ added in v1.13.0
func (v NullableWorkflowSetDataObjectsRequest) Get() *WorkflowSetDataObjectsRequest
func (NullableWorkflowSetDataObjectsRequest) IsSet ¶ added in v1.13.0
func (v NullableWorkflowSetDataObjectsRequest) IsSet() bool
func (NullableWorkflowSetDataObjectsRequest) MarshalJSON ¶ added in v1.13.0
func (v NullableWorkflowSetDataObjectsRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSetDataObjectsRequest) Set ¶ added in v1.13.0
func (v *NullableWorkflowSetDataObjectsRequest) Set(val *WorkflowSetDataObjectsRequest)
func (*NullableWorkflowSetDataObjectsRequest) UnmarshalJSON ¶ added in v1.13.0
func (v *NullableWorkflowSetDataObjectsRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSetDataObjectsRequest) Unset ¶ added in v1.13.0
func (v *NullableWorkflowSetDataObjectsRequest) Unset()
type NullableWorkflowSetSearchAttributesRequest ¶ added in v1.13.0
type NullableWorkflowSetSearchAttributesRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSetSearchAttributesRequest ¶ added in v1.13.0
func NewNullableWorkflowSetSearchAttributesRequest(val *WorkflowSetSearchAttributesRequest) *NullableWorkflowSetSearchAttributesRequest
func (NullableWorkflowSetSearchAttributesRequest) IsSet ¶ added in v1.13.0
func (v NullableWorkflowSetSearchAttributesRequest) IsSet() bool
func (NullableWorkflowSetSearchAttributesRequest) MarshalJSON ¶ added in v1.13.0
func (v NullableWorkflowSetSearchAttributesRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSetSearchAttributesRequest) Set ¶ added in v1.13.0
func (v *NullableWorkflowSetSearchAttributesRequest) Set(val *WorkflowSetSearchAttributesRequest)
func (*NullableWorkflowSetSearchAttributesRequest) UnmarshalJSON ¶ added in v1.13.0
func (v *NullableWorkflowSetSearchAttributesRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSetSearchAttributesRequest) Unset ¶ added in v1.13.0
func (v *NullableWorkflowSetSearchAttributesRequest) Unset()
type NullableWorkflowSignalRequest ¶
type NullableWorkflowSignalRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSignalRequest ¶
func NewNullableWorkflowSignalRequest(val *WorkflowSignalRequest) *NullableWorkflowSignalRequest
func (NullableWorkflowSignalRequest) Get ¶
func (v NullableWorkflowSignalRequest) Get() *WorkflowSignalRequest
func (NullableWorkflowSignalRequest) IsSet ¶
func (v NullableWorkflowSignalRequest) IsSet() bool
func (NullableWorkflowSignalRequest) MarshalJSON ¶
func (v NullableWorkflowSignalRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSignalRequest) Set ¶
func (v *NullableWorkflowSignalRequest) Set(val *WorkflowSignalRequest)
func (*NullableWorkflowSignalRequest) UnmarshalJSON ¶
func (v *NullableWorkflowSignalRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSignalRequest) Unset ¶
func (v *NullableWorkflowSignalRequest) Unset()
type NullableWorkflowSkipTimerRequest ¶ added in v1.2.0
type NullableWorkflowSkipTimerRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowSkipTimerRequest ¶ added in v1.2.0
func NewNullableWorkflowSkipTimerRequest(val *WorkflowSkipTimerRequest) *NullableWorkflowSkipTimerRequest
func (NullableWorkflowSkipTimerRequest) Get ¶ added in v1.2.0
func (v NullableWorkflowSkipTimerRequest) Get() *WorkflowSkipTimerRequest
func (NullableWorkflowSkipTimerRequest) IsSet ¶ added in v1.2.0
func (v NullableWorkflowSkipTimerRequest) IsSet() bool
func (NullableWorkflowSkipTimerRequest) MarshalJSON ¶ added in v1.2.0
func (v NullableWorkflowSkipTimerRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowSkipTimerRequest) Set ¶ added in v1.2.0
func (v *NullableWorkflowSkipTimerRequest) Set(val *WorkflowSkipTimerRequest)
func (*NullableWorkflowSkipTimerRequest) UnmarshalJSON ¶ added in v1.2.0
func (v *NullableWorkflowSkipTimerRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowSkipTimerRequest) Unset ¶ added in v1.2.0
func (v *NullableWorkflowSkipTimerRequest) Unset()
type NullableWorkflowStartOptions ¶
type NullableWorkflowStartOptions struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStartOptions ¶
func NewNullableWorkflowStartOptions(val *WorkflowStartOptions) *NullableWorkflowStartOptions
func (NullableWorkflowStartOptions) Get ¶
func (v NullableWorkflowStartOptions) Get() *WorkflowStartOptions
func (NullableWorkflowStartOptions) IsSet ¶
func (v NullableWorkflowStartOptions) IsSet() bool
func (NullableWorkflowStartOptions) MarshalJSON ¶
func (v NullableWorkflowStartOptions) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStartOptions) Set ¶
func (v *NullableWorkflowStartOptions) Set(val *WorkflowStartOptions)
func (*NullableWorkflowStartOptions) UnmarshalJSON ¶
func (v *NullableWorkflowStartOptions) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStartOptions) Unset ¶
func (v *NullableWorkflowStartOptions) Unset()
type NullableWorkflowStartRequest ¶
type NullableWorkflowStartRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStartRequest ¶
func NewNullableWorkflowStartRequest(val *WorkflowStartRequest) *NullableWorkflowStartRequest
func (NullableWorkflowStartRequest) Get ¶
func (v NullableWorkflowStartRequest) Get() *WorkflowStartRequest
func (NullableWorkflowStartRequest) IsSet ¶
func (v NullableWorkflowStartRequest) IsSet() bool
func (NullableWorkflowStartRequest) MarshalJSON ¶
func (v NullableWorkflowStartRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStartRequest) Set ¶
func (v *NullableWorkflowStartRequest) Set(val *WorkflowStartRequest)
func (*NullableWorkflowStartRequest) UnmarshalJSON ¶
func (v *NullableWorkflowStartRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStartRequest) Unset ¶
func (v *NullableWorkflowStartRequest) Unset()
type NullableWorkflowStartResponse ¶
type NullableWorkflowStartResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStartResponse ¶
func NewNullableWorkflowStartResponse(val *WorkflowStartResponse) *NullableWorkflowStartResponse
func (NullableWorkflowStartResponse) Get ¶
func (v NullableWorkflowStartResponse) Get() *WorkflowStartResponse
func (NullableWorkflowStartResponse) IsSet ¶
func (v NullableWorkflowStartResponse) IsSet() bool
func (NullableWorkflowStartResponse) MarshalJSON ¶
func (v NullableWorkflowStartResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStartResponse) Set ¶
func (v *NullableWorkflowStartResponse) Set(val *WorkflowStartResponse)
func (*NullableWorkflowStartResponse) UnmarshalJSON ¶
func (v *NullableWorkflowStartResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStartResponse) Unset ¶
func (v *NullableWorkflowStartResponse) Unset()
type NullableWorkflowStateDecideRequest ¶
type NullableWorkflowStateDecideRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStateDecideRequest ¶
func NewNullableWorkflowStateDecideRequest(val *WorkflowStateDecideRequest) *NullableWorkflowStateDecideRequest
func (NullableWorkflowStateDecideRequest) Get ¶
func (v NullableWorkflowStateDecideRequest) Get() *WorkflowStateDecideRequest
func (NullableWorkflowStateDecideRequest) IsSet ¶
func (v NullableWorkflowStateDecideRequest) IsSet() bool
func (NullableWorkflowStateDecideRequest) MarshalJSON ¶
func (v NullableWorkflowStateDecideRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStateDecideRequest) Set ¶
func (v *NullableWorkflowStateDecideRequest) Set(val *WorkflowStateDecideRequest)
func (*NullableWorkflowStateDecideRequest) UnmarshalJSON ¶
func (v *NullableWorkflowStateDecideRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStateDecideRequest) Unset ¶
func (v *NullableWorkflowStateDecideRequest) Unset()
type NullableWorkflowStateDecideResponse ¶
type NullableWorkflowStateDecideResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStateDecideResponse ¶
func NewNullableWorkflowStateDecideResponse(val *WorkflowStateDecideResponse) *NullableWorkflowStateDecideResponse
func (NullableWorkflowStateDecideResponse) Get ¶
func (v NullableWorkflowStateDecideResponse) Get() *WorkflowStateDecideResponse
func (NullableWorkflowStateDecideResponse) IsSet ¶
func (v NullableWorkflowStateDecideResponse) IsSet() bool
func (NullableWorkflowStateDecideResponse) MarshalJSON ¶
func (v NullableWorkflowStateDecideResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStateDecideResponse) Set ¶
func (v *NullableWorkflowStateDecideResponse) Set(val *WorkflowStateDecideResponse)
func (*NullableWorkflowStateDecideResponse) UnmarshalJSON ¶
func (v *NullableWorkflowStateDecideResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStateDecideResponse) Unset ¶
func (v *NullableWorkflowStateDecideResponse) Unset()
type NullableWorkflowStateOptions ¶
type NullableWorkflowStateOptions struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStateOptions ¶
func NewNullableWorkflowStateOptions(val *WorkflowStateOptions) *NullableWorkflowStateOptions
func (NullableWorkflowStateOptions) Get ¶
func (v NullableWorkflowStateOptions) Get() *WorkflowStateOptions
func (NullableWorkflowStateOptions) IsSet ¶
func (v NullableWorkflowStateOptions) IsSet() bool
func (NullableWorkflowStateOptions) MarshalJSON ¶
func (v NullableWorkflowStateOptions) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStateOptions) Set ¶
func (v *NullableWorkflowStateOptions) Set(val *WorkflowStateOptions)
func (*NullableWorkflowStateOptions) UnmarshalJSON ¶
func (v *NullableWorkflowStateOptions) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStateOptions) Unset ¶
func (v *NullableWorkflowStateOptions) Unset()
type NullableWorkflowStateStartRequest ¶
type NullableWorkflowStateStartRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStateStartRequest ¶
func NewNullableWorkflowStateStartRequest(val *WorkflowStateStartRequest) *NullableWorkflowStateStartRequest
func (NullableWorkflowStateStartRequest) Get ¶
func (v NullableWorkflowStateStartRequest) Get() *WorkflowStateStartRequest
func (NullableWorkflowStateStartRequest) IsSet ¶
func (v NullableWorkflowStateStartRequest) IsSet() bool
func (NullableWorkflowStateStartRequest) MarshalJSON ¶
func (v NullableWorkflowStateStartRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStateStartRequest) Set ¶
func (v *NullableWorkflowStateStartRequest) Set(val *WorkflowStateStartRequest)
func (*NullableWorkflowStateStartRequest) UnmarshalJSON ¶
func (v *NullableWorkflowStateStartRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStateStartRequest) Unset ¶
func (v *NullableWorkflowStateStartRequest) Unset()
type NullableWorkflowStateStartResponse ¶
type NullableWorkflowStateStartResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStateStartResponse ¶
func NewNullableWorkflowStateStartResponse(val *WorkflowStateStartResponse) *NullableWorkflowStateStartResponse
func (NullableWorkflowStateStartResponse) Get ¶
func (v NullableWorkflowStateStartResponse) Get() *WorkflowStateStartResponse
func (NullableWorkflowStateStartResponse) IsSet ¶
func (v NullableWorkflowStateStartResponse) IsSet() bool
func (NullableWorkflowStateStartResponse) MarshalJSON ¶
func (v NullableWorkflowStateStartResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStateStartResponse) Set ¶
func (v *NullableWorkflowStateStartResponse) Set(val *WorkflowStateStartResponse)
func (*NullableWorkflowStateStartResponse) UnmarshalJSON ¶
func (v *NullableWorkflowStateStartResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStateStartResponse) Unset ¶
func (v *NullableWorkflowStateStartResponse) Unset()
type NullableWorkflowStatus ¶
type NullableWorkflowStatus struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStatus ¶
func NewNullableWorkflowStatus(val *WorkflowStatus) *NullableWorkflowStatus
func (NullableWorkflowStatus) Get ¶
func (v NullableWorkflowStatus) Get() *WorkflowStatus
func (NullableWorkflowStatus) IsSet ¶
func (v NullableWorkflowStatus) IsSet() bool
func (NullableWorkflowStatus) MarshalJSON ¶
func (v NullableWorkflowStatus) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStatus) Set ¶
func (v *NullableWorkflowStatus) Set(val *WorkflowStatus)
func (*NullableWorkflowStatus) UnmarshalJSON ¶
func (v *NullableWorkflowStatus) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStatus) Unset ¶
func (v *NullableWorkflowStatus) Unset()
type NullableWorkflowStopRequest ¶
type NullableWorkflowStopRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStopRequest ¶
func NewNullableWorkflowStopRequest(val *WorkflowStopRequest) *NullableWorkflowStopRequest
func (NullableWorkflowStopRequest) Get ¶
func (v NullableWorkflowStopRequest) Get() *WorkflowStopRequest
func (NullableWorkflowStopRequest) IsSet ¶
func (v NullableWorkflowStopRequest) IsSet() bool
func (NullableWorkflowStopRequest) MarshalJSON ¶
func (v NullableWorkflowStopRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStopRequest) Set ¶
func (v *NullableWorkflowStopRequest) Set(val *WorkflowStopRequest)
func (*NullableWorkflowStopRequest) UnmarshalJSON ¶
func (v *NullableWorkflowStopRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStopRequest) Unset ¶
func (v *NullableWorkflowStopRequest) Unset()
type NullableWorkflowStopType ¶
type NullableWorkflowStopType struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowStopType ¶
func NewNullableWorkflowStopType(val *WorkflowStopType) *NullableWorkflowStopType
func (NullableWorkflowStopType) Get ¶
func (v NullableWorkflowStopType) Get() *WorkflowStopType
func (NullableWorkflowStopType) IsSet ¶
func (v NullableWorkflowStopType) IsSet() bool
func (NullableWorkflowStopType) MarshalJSON ¶
func (v NullableWorkflowStopType) MarshalJSON() ([]byte, error)
func (*NullableWorkflowStopType) Set ¶
func (v *NullableWorkflowStopType) Set(val *WorkflowStopType)
func (*NullableWorkflowStopType) UnmarshalJSON ¶
func (v *NullableWorkflowStopType) UnmarshalJSON(src []byte) error
func (*NullableWorkflowStopType) Unset ¶
func (v *NullableWorkflowStopType) Unset()
type NullableWorkflowWaitForStateCompletionRequest ¶ added in v1.8.0
type NullableWorkflowWaitForStateCompletionRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowWaitForStateCompletionRequest ¶ added in v1.8.0
func NewNullableWorkflowWaitForStateCompletionRequest(val *WorkflowWaitForStateCompletionRequest) *NullableWorkflowWaitForStateCompletionRequest
func (NullableWorkflowWaitForStateCompletionRequest) IsSet ¶ added in v1.8.0
func (v NullableWorkflowWaitForStateCompletionRequest) IsSet() bool
func (NullableWorkflowWaitForStateCompletionRequest) MarshalJSON ¶ added in v1.8.0
func (v NullableWorkflowWaitForStateCompletionRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowWaitForStateCompletionRequest) Set ¶ added in v1.8.0
func (v *NullableWorkflowWaitForStateCompletionRequest) Set(val *WorkflowWaitForStateCompletionRequest)
func (*NullableWorkflowWaitForStateCompletionRequest) UnmarshalJSON ¶ added in v1.8.0
func (v *NullableWorkflowWaitForStateCompletionRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowWaitForStateCompletionRequest) Unset ¶ added in v1.8.0
func (v *NullableWorkflowWaitForStateCompletionRequest) Unset()
type NullableWorkflowWaitForStateCompletionResponse ¶ added in v1.8.0
type NullableWorkflowWaitForStateCompletionResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowWaitForStateCompletionResponse ¶ added in v1.8.0
func NewNullableWorkflowWaitForStateCompletionResponse(val *WorkflowWaitForStateCompletionResponse) *NullableWorkflowWaitForStateCompletionResponse
func (NullableWorkflowWaitForStateCompletionResponse) IsSet ¶ added in v1.8.0
func (v NullableWorkflowWaitForStateCompletionResponse) IsSet() bool
func (NullableWorkflowWaitForStateCompletionResponse) MarshalJSON ¶ added in v1.8.0
func (v NullableWorkflowWaitForStateCompletionResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowWaitForStateCompletionResponse) Set ¶ added in v1.8.0
func (v *NullableWorkflowWaitForStateCompletionResponse) Set(val *WorkflowWaitForStateCompletionResponse)
func (*NullableWorkflowWaitForStateCompletionResponse) UnmarshalJSON ¶ added in v1.8.0
func (v *NullableWorkflowWaitForStateCompletionResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowWaitForStateCompletionResponse) Unset ¶ added in v1.8.0
func (v *NullableWorkflowWaitForStateCompletionResponse) Unset()
type NullableWorkflowWorkerRpcRequest ¶ added in v1.5.0
type NullableWorkflowWorkerRpcRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowWorkerRpcRequest ¶ added in v1.5.0
func NewNullableWorkflowWorkerRpcRequest(val *WorkflowWorkerRpcRequest) *NullableWorkflowWorkerRpcRequest
func (NullableWorkflowWorkerRpcRequest) Get ¶ added in v1.5.0
func (v NullableWorkflowWorkerRpcRequest) Get() *WorkflowWorkerRpcRequest
func (NullableWorkflowWorkerRpcRequest) IsSet ¶ added in v1.5.0
func (v NullableWorkflowWorkerRpcRequest) IsSet() bool
func (NullableWorkflowWorkerRpcRequest) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowWorkerRpcRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowWorkerRpcRequest) Set ¶ added in v1.5.0
func (v *NullableWorkflowWorkerRpcRequest) Set(val *WorkflowWorkerRpcRequest)
func (*NullableWorkflowWorkerRpcRequest) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowWorkerRpcRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowWorkerRpcRequest) Unset ¶ added in v1.5.0
func (v *NullableWorkflowWorkerRpcRequest) Unset()
type NullableWorkflowWorkerRpcResponse ¶ added in v1.5.0
type NullableWorkflowWorkerRpcResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowWorkerRpcResponse ¶ added in v1.5.0
func NewNullableWorkflowWorkerRpcResponse(val *WorkflowWorkerRpcResponse) *NullableWorkflowWorkerRpcResponse
func (NullableWorkflowWorkerRpcResponse) Get ¶ added in v1.5.0
func (v NullableWorkflowWorkerRpcResponse) Get() *WorkflowWorkerRpcResponse
func (NullableWorkflowWorkerRpcResponse) IsSet ¶ added in v1.5.0
func (v NullableWorkflowWorkerRpcResponse) IsSet() bool
func (NullableWorkflowWorkerRpcResponse) MarshalJSON ¶ added in v1.5.0
func (v NullableWorkflowWorkerRpcResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowWorkerRpcResponse) Set ¶ added in v1.5.0
func (v *NullableWorkflowWorkerRpcResponse) Set(val *WorkflowWorkerRpcResponse)
func (*NullableWorkflowWorkerRpcResponse) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableWorkflowWorkerRpcResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowWorkerRpcResponse) Unset ¶ added in v1.5.0
func (v *NullableWorkflowWorkerRpcResponse) Unset()
type PersistenceLoadingPolicy ¶
type PersistenceLoadingPolicy struct { PersistenceLoadingType *PersistenceLoadingType `json:"persistenceLoadingType,omitempty"` PartialLoadingKeys []string `json:"partialLoadingKeys,omitempty"` LockingKeys []string `json:"lockingKeys,omitempty"` UseKeyAsPrefix *bool `json:"useKeyAsPrefix,omitempty"` }
PersistenceLoadingPolicy struct for PersistenceLoadingPolicy
func NewPersistenceLoadingPolicy ¶
func NewPersistenceLoadingPolicy() *PersistenceLoadingPolicy
NewPersistenceLoadingPolicy instantiates a new PersistenceLoadingPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPersistenceLoadingPolicyWithDefaults ¶
func NewPersistenceLoadingPolicyWithDefaults() *PersistenceLoadingPolicy
NewPersistenceLoadingPolicyWithDefaults instantiates a new PersistenceLoadingPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PersistenceLoadingPolicy) GetLockingKeys ¶ added in v1.5.1
func (o *PersistenceLoadingPolicy) GetLockingKeys() []string
GetLockingKeys returns the LockingKeys field value if set, zero value otherwise.
func (*PersistenceLoadingPolicy) GetLockingKeysOk ¶ added in v1.5.1
func (o *PersistenceLoadingPolicy) GetLockingKeysOk() ([]string, bool)
GetLockingKeysOk returns a tuple with the LockingKeys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PersistenceLoadingPolicy) GetPartialLoadingKeys ¶
func (o *PersistenceLoadingPolicy) GetPartialLoadingKeys() []string
GetPartialLoadingKeys returns the PartialLoadingKeys field value if set, zero value otherwise.
func (*PersistenceLoadingPolicy) GetPartialLoadingKeysOk ¶
func (o *PersistenceLoadingPolicy) GetPartialLoadingKeysOk() ([]string, bool)
GetPartialLoadingKeysOk returns a tuple with the PartialLoadingKeys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PersistenceLoadingPolicy) GetPersistenceLoadingType ¶
func (o *PersistenceLoadingPolicy) GetPersistenceLoadingType() PersistenceLoadingType
GetPersistenceLoadingType returns the PersistenceLoadingType field value if set, zero value otherwise.
func (*PersistenceLoadingPolicy) GetPersistenceLoadingTypeOk ¶
func (o *PersistenceLoadingPolicy) GetPersistenceLoadingTypeOk() (*PersistenceLoadingType, bool)
GetPersistenceLoadingTypeOk returns a tuple with the PersistenceLoadingType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PersistenceLoadingPolicy) GetUseKeyAsPrefix ¶ added in v1.9.0
func (o *PersistenceLoadingPolicy) GetUseKeyAsPrefix() bool
GetUseKeyAsPrefix returns the UseKeyAsPrefix field value if set, zero value otherwise.
func (*PersistenceLoadingPolicy) GetUseKeyAsPrefixOk ¶ added in v1.9.0
func (o *PersistenceLoadingPolicy) GetUseKeyAsPrefixOk() (*bool, bool)
GetUseKeyAsPrefixOk returns a tuple with the UseKeyAsPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PersistenceLoadingPolicy) HasLockingKeys ¶ added in v1.5.1
func (o *PersistenceLoadingPolicy) HasLockingKeys() bool
HasLockingKeys returns a boolean if a field has been set.
func (*PersistenceLoadingPolicy) HasPartialLoadingKeys ¶
func (o *PersistenceLoadingPolicy) HasPartialLoadingKeys() bool
HasPartialLoadingKeys returns a boolean if a field has been set.
func (*PersistenceLoadingPolicy) HasPersistenceLoadingType ¶
func (o *PersistenceLoadingPolicy) HasPersistenceLoadingType() bool
HasPersistenceLoadingType returns a boolean if a field has been set.
func (*PersistenceLoadingPolicy) HasUseKeyAsPrefix ¶ added in v1.9.0
func (o *PersistenceLoadingPolicy) HasUseKeyAsPrefix() bool
HasUseKeyAsPrefix returns a boolean if a field has been set.
func (PersistenceLoadingPolicy) MarshalJSON ¶
func (o PersistenceLoadingPolicy) MarshalJSON() ([]byte, error)
func (*PersistenceLoadingPolicy) SetLockingKeys ¶ added in v1.5.1
func (o *PersistenceLoadingPolicy) SetLockingKeys(v []string)
SetLockingKeys gets a reference to the given []string and assigns it to the LockingKeys field.
func (*PersistenceLoadingPolicy) SetPartialLoadingKeys ¶
func (o *PersistenceLoadingPolicy) SetPartialLoadingKeys(v []string)
SetPartialLoadingKeys gets a reference to the given []string and assigns it to the PartialLoadingKeys field.
func (*PersistenceLoadingPolicy) SetPersistenceLoadingType ¶
func (o *PersistenceLoadingPolicy) SetPersistenceLoadingType(v PersistenceLoadingType)
SetPersistenceLoadingType gets a reference to the given PersistenceLoadingType and assigns it to the PersistenceLoadingType field.
func (*PersistenceLoadingPolicy) SetUseKeyAsPrefix ¶ added in v1.9.0
func (o *PersistenceLoadingPolicy) SetUseKeyAsPrefix(v bool)
SetUseKeyAsPrefix gets a reference to the given bool and assigns it to the UseKeyAsPrefix field.
func (PersistenceLoadingPolicy) ToMap ¶ added in v1.4.0
func (o PersistenceLoadingPolicy) ToMap() (map[string]interface{}, error)
type PersistenceLoadingType ¶
type PersistenceLoadingType string
PersistenceLoadingType the model 'PersistenceLoadingType'
const ( ALL_WITHOUT_LOCKING PersistenceLoadingType = "LOAD_ALL_WITHOUT_LOCKING" PARTIAL_WITHOUT_LOCKING PersistenceLoadingType = "LOAD_PARTIAL_WITHOUT_LOCKING" PARTIAL_WITH_EXCLUSIVE_LOCK PersistenceLoadingType = "LOAD_PARTIAL_WITH_EXCLUSIVE_LOCK" NONE PersistenceLoadingType = "LOAD_NONE" ALL_WITH_PARTIAL_LOCK PersistenceLoadingType = "LOAD_ALL_WITH_PARTIAL_LOCK" )
List of PersistenceLoadingType
func NewPersistenceLoadingTypeFromValue ¶
func NewPersistenceLoadingTypeFromValue(v string) (*PersistenceLoadingType, error)
NewPersistenceLoadingTypeFromValue returns a pointer to a valid PersistenceLoadingType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PersistenceLoadingType) IsValid ¶
func (v PersistenceLoadingType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PersistenceLoadingType) Ptr ¶
func (v PersistenceLoadingType) Ptr() *PersistenceLoadingType
Ptr returns reference to PersistenceLoadingType value
func (*PersistenceLoadingType) UnmarshalJSON ¶
func (v *PersistenceLoadingType) UnmarshalJSON(src []byte) error
type RetryPolicy ¶
type RetryPolicy struct { InitialIntervalSeconds *int32 `json:"initialIntervalSeconds,omitempty"` BackoffCoefficient *float32 `json:"backoffCoefficient,omitempty"` MaximumIntervalSeconds *int32 `json:"maximumIntervalSeconds,omitempty"` MaximumAttempts *int32 `json:"maximumAttempts,omitempty"` MaximumAttemptsDurationSeconds *int32 `json:"maximumAttemptsDurationSeconds,omitempty"` }
RetryPolicy struct for RetryPolicy
func NewRetryPolicy ¶
func NewRetryPolicy() *RetryPolicy
NewRetryPolicy instantiates a new RetryPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRetryPolicyWithDefaults ¶
func NewRetryPolicyWithDefaults() *RetryPolicy
NewRetryPolicyWithDefaults instantiates a new RetryPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RetryPolicy) GetBackoffCoefficient ¶
func (o *RetryPolicy) GetBackoffCoefficient() float32
GetBackoffCoefficient returns the BackoffCoefficient field value if set, zero value otherwise.
func (*RetryPolicy) GetBackoffCoefficientOk ¶
func (o *RetryPolicy) GetBackoffCoefficientOk() (*float32, bool)
GetBackoffCoefficientOk returns a tuple with the BackoffCoefficient field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetryPolicy) GetInitialIntervalSeconds ¶
func (o *RetryPolicy) GetInitialIntervalSeconds() int32
GetInitialIntervalSeconds returns the InitialIntervalSeconds field value if set, zero value otherwise.
func (*RetryPolicy) GetInitialIntervalSecondsOk ¶
func (o *RetryPolicy) GetInitialIntervalSecondsOk() (*int32, bool)
GetInitialIntervalSecondsOk returns a tuple with the InitialIntervalSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetryPolicy) GetMaximumAttempts ¶
func (o *RetryPolicy) GetMaximumAttempts() int32
GetMaximumAttempts returns the MaximumAttempts field value if set, zero value otherwise.
func (*RetryPolicy) GetMaximumAttemptsDurationSeconds ¶ added in v1.4.1
func (o *RetryPolicy) GetMaximumAttemptsDurationSeconds() int32
GetMaximumAttemptsDurationSeconds returns the MaximumAttemptsDurationSeconds field value if set, zero value otherwise.
func (*RetryPolicy) GetMaximumAttemptsDurationSecondsOk ¶ added in v1.4.1
func (o *RetryPolicy) GetMaximumAttemptsDurationSecondsOk() (*int32, bool)
GetMaximumAttemptsDurationSecondsOk returns a tuple with the MaximumAttemptsDurationSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetryPolicy) GetMaximumAttemptsOk ¶
func (o *RetryPolicy) GetMaximumAttemptsOk() (*int32, bool)
GetMaximumAttemptsOk returns a tuple with the MaximumAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetryPolicy) GetMaximumIntervalSeconds ¶
func (o *RetryPolicy) GetMaximumIntervalSeconds() int32
GetMaximumIntervalSeconds returns the MaximumIntervalSeconds field value if set, zero value otherwise.
func (*RetryPolicy) GetMaximumIntervalSecondsOk ¶
func (o *RetryPolicy) GetMaximumIntervalSecondsOk() (*int32, bool)
GetMaximumIntervalSecondsOk returns a tuple with the MaximumIntervalSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetryPolicy) HasBackoffCoefficient ¶
func (o *RetryPolicy) HasBackoffCoefficient() bool
HasBackoffCoefficient returns a boolean if a field has been set.
func (*RetryPolicy) HasInitialIntervalSeconds ¶
func (o *RetryPolicy) HasInitialIntervalSeconds() bool
HasInitialIntervalSeconds returns a boolean if a field has been set.
func (*RetryPolicy) HasMaximumAttempts ¶
func (o *RetryPolicy) HasMaximumAttempts() bool
HasMaximumAttempts returns a boolean if a field has been set.
func (*RetryPolicy) HasMaximumAttemptsDurationSeconds ¶ added in v1.4.1
func (o *RetryPolicy) HasMaximumAttemptsDurationSeconds() bool
HasMaximumAttemptsDurationSeconds returns a boolean if a field has been set.
func (*RetryPolicy) HasMaximumIntervalSeconds ¶
func (o *RetryPolicy) HasMaximumIntervalSeconds() bool
HasMaximumIntervalSeconds returns a boolean if a field has been set.
func (RetryPolicy) MarshalJSON ¶
func (o RetryPolicy) MarshalJSON() ([]byte, error)
func (*RetryPolicy) SetBackoffCoefficient ¶
func (o *RetryPolicy) SetBackoffCoefficient(v float32)
SetBackoffCoefficient gets a reference to the given float32 and assigns it to the BackoffCoefficient field.
func (*RetryPolicy) SetInitialIntervalSeconds ¶
func (o *RetryPolicy) SetInitialIntervalSeconds(v int32)
SetInitialIntervalSeconds gets a reference to the given int32 and assigns it to the InitialIntervalSeconds field.
func (*RetryPolicy) SetMaximumAttempts ¶
func (o *RetryPolicy) SetMaximumAttempts(v int32)
SetMaximumAttempts gets a reference to the given int32 and assigns it to the MaximumAttempts field.
func (*RetryPolicy) SetMaximumAttemptsDurationSeconds ¶ added in v1.4.1
func (o *RetryPolicy) SetMaximumAttemptsDurationSeconds(v int32)
SetMaximumAttemptsDurationSeconds gets a reference to the given int32 and assigns it to the MaximumAttemptsDurationSeconds field.
func (*RetryPolicy) SetMaximumIntervalSeconds ¶
func (o *RetryPolicy) SetMaximumIntervalSeconds(v int32)
SetMaximumIntervalSeconds gets a reference to the given int32 and assigns it to the MaximumIntervalSeconds field.
func (RetryPolicy) ToMap ¶ added in v1.4.0
func (o RetryPolicy) ToMap() (map[string]interface{}, error)
type SearchAttribute ¶
type SearchAttribute struct { Key *string `json:"key,omitempty"` StringValue *string `json:"stringValue,omitempty"` IntegerValue *int64 `json:"integerValue,omitempty"` DoubleValue *float64 `json:"doubleValue,omitempty"` BoolValue *bool `json:"boolValue,omitempty"` StringArrayValue []string `json:"stringArrayValue,omitempty"` ValueType *SearchAttributeValueType `json:"valueType,omitempty"` }
SearchAttribute struct for SearchAttribute
func NewSearchAttribute ¶
func NewSearchAttribute() *SearchAttribute
NewSearchAttribute instantiates a new SearchAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSearchAttributeWithDefaults ¶
func NewSearchAttributeWithDefaults() *SearchAttribute
NewSearchAttributeWithDefaults instantiates a new SearchAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SearchAttribute) GetBoolValue ¶
func (o *SearchAttribute) GetBoolValue() bool
GetBoolValue returns the BoolValue field value if set, zero value otherwise.
func (*SearchAttribute) GetBoolValueOk ¶
func (o *SearchAttribute) GetBoolValueOk() (*bool, bool)
GetBoolValueOk returns a tuple with the BoolValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttribute) GetDoubleValue ¶
func (o *SearchAttribute) GetDoubleValue() float64
GetDoubleValue returns the DoubleValue field value if set, zero value otherwise.
func (*SearchAttribute) GetDoubleValueOk ¶
func (o *SearchAttribute) GetDoubleValueOk() (*float64, bool)
GetDoubleValueOk returns a tuple with the DoubleValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttribute) GetIntegerValue ¶
func (o *SearchAttribute) GetIntegerValue() int64
GetIntegerValue returns the IntegerValue field value if set, zero value otherwise.
func (*SearchAttribute) GetIntegerValueOk ¶
func (o *SearchAttribute) GetIntegerValueOk() (*int64, bool)
GetIntegerValueOk returns a tuple with the IntegerValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttribute) GetKey ¶
func (o *SearchAttribute) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*SearchAttribute) GetKeyOk ¶
func (o *SearchAttribute) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttribute) GetStringArrayValue ¶
func (o *SearchAttribute) GetStringArrayValue() []string
GetStringArrayValue returns the StringArrayValue field value if set, zero value otherwise.
func (*SearchAttribute) GetStringArrayValueOk ¶
func (o *SearchAttribute) GetStringArrayValueOk() ([]string, bool)
GetStringArrayValueOk returns a tuple with the StringArrayValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttribute) GetStringValue ¶
func (o *SearchAttribute) GetStringValue() string
GetStringValue returns the StringValue field value if set, zero value otherwise.
func (*SearchAttribute) GetStringValueOk ¶
func (o *SearchAttribute) GetStringValueOk() (*string, bool)
GetStringValueOk returns a tuple with the StringValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttribute) GetValueType ¶
func (o *SearchAttribute) GetValueType() SearchAttributeValueType
GetValueType returns the ValueType field value if set, zero value otherwise.
func (*SearchAttribute) GetValueTypeOk ¶
func (o *SearchAttribute) GetValueTypeOk() (*SearchAttributeValueType, bool)
GetValueTypeOk returns a tuple with the ValueType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttribute) HasBoolValue ¶
func (o *SearchAttribute) HasBoolValue() bool
HasBoolValue returns a boolean if a field has been set.
func (*SearchAttribute) HasDoubleValue ¶
func (o *SearchAttribute) HasDoubleValue() bool
HasDoubleValue returns a boolean if a field has been set.
func (*SearchAttribute) HasIntegerValue ¶
func (o *SearchAttribute) HasIntegerValue() bool
HasIntegerValue returns a boolean if a field has been set.
func (*SearchAttribute) HasKey ¶
func (o *SearchAttribute) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*SearchAttribute) HasStringArrayValue ¶
func (o *SearchAttribute) HasStringArrayValue() bool
HasStringArrayValue returns a boolean if a field has been set.
func (*SearchAttribute) HasStringValue ¶
func (o *SearchAttribute) HasStringValue() bool
HasStringValue returns a boolean if a field has been set.
func (*SearchAttribute) HasValueType ¶
func (o *SearchAttribute) HasValueType() bool
HasValueType returns a boolean if a field has been set.
func (SearchAttribute) MarshalJSON ¶
func (o SearchAttribute) MarshalJSON() ([]byte, error)
func (*SearchAttribute) SetBoolValue ¶
func (o *SearchAttribute) SetBoolValue(v bool)
SetBoolValue gets a reference to the given bool and assigns it to the BoolValue field.
func (*SearchAttribute) SetDoubleValue ¶
func (o *SearchAttribute) SetDoubleValue(v float64)
SetDoubleValue gets a reference to the given float64 and assigns it to the DoubleValue field.
func (*SearchAttribute) SetIntegerValue ¶
func (o *SearchAttribute) SetIntegerValue(v int64)
SetIntegerValue gets a reference to the given int64 and assigns it to the IntegerValue field.
func (*SearchAttribute) SetKey ¶
func (o *SearchAttribute) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*SearchAttribute) SetStringArrayValue ¶
func (o *SearchAttribute) SetStringArrayValue(v []string)
SetStringArrayValue gets a reference to the given []string and assigns it to the StringArrayValue field.
func (*SearchAttribute) SetStringValue ¶
func (o *SearchAttribute) SetStringValue(v string)
SetStringValue gets a reference to the given string and assigns it to the StringValue field.
func (*SearchAttribute) SetValueType ¶
func (o *SearchAttribute) SetValueType(v SearchAttributeValueType)
SetValueType gets a reference to the given SearchAttributeValueType and assigns it to the ValueType field.
func (SearchAttribute) ToMap ¶ added in v1.4.0
func (o SearchAttribute) ToMap() (map[string]interface{}, error)
type SearchAttributeKeyAndType ¶
type SearchAttributeKeyAndType struct { Key *string `json:"key,omitempty"` ValueType *SearchAttributeValueType `json:"valueType,omitempty"` }
SearchAttributeKeyAndType struct for SearchAttributeKeyAndType
func NewSearchAttributeKeyAndType ¶
func NewSearchAttributeKeyAndType() *SearchAttributeKeyAndType
NewSearchAttributeKeyAndType instantiates a new SearchAttributeKeyAndType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSearchAttributeKeyAndTypeWithDefaults ¶
func NewSearchAttributeKeyAndTypeWithDefaults() *SearchAttributeKeyAndType
NewSearchAttributeKeyAndTypeWithDefaults instantiates a new SearchAttributeKeyAndType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SearchAttributeKeyAndType) GetKey ¶
func (o *SearchAttributeKeyAndType) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*SearchAttributeKeyAndType) GetKeyOk ¶
func (o *SearchAttributeKeyAndType) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttributeKeyAndType) GetValueType ¶
func (o *SearchAttributeKeyAndType) GetValueType() SearchAttributeValueType
GetValueType returns the ValueType field value if set, zero value otherwise.
func (*SearchAttributeKeyAndType) GetValueTypeOk ¶
func (o *SearchAttributeKeyAndType) GetValueTypeOk() (*SearchAttributeValueType, bool)
GetValueTypeOk returns a tuple with the ValueType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAttributeKeyAndType) HasKey ¶
func (o *SearchAttributeKeyAndType) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*SearchAttributeKeyAndType) HasValueType ¶
func (o *SearchAttributeKeyAndType) HasValueType() bool
HasValueType returns a boolean if a field has been set.
func (SearchAttributeKeyAndType) MarshalJSON ¶
func (o SearchAttributeKeyAndType) MarshalJSON() ([]byte, error)
func (*SearchAttributeKeyAndType) SetKey ¶
func (o *SearchAttributeKeyAndType) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*SearchAttributeKeyAndType) SetValueType ¶
func (o *SearchAttributeKeyAndType) SetValueType(v SearchAttributeValueType)
SetValueType gets a reference to the given SearchAttributeValueType and assigns it to the ValueType field.
func (SearchAttributeKeyAndType) ToMap ¶ added in v1.4.0
func (o SearchAttributeKeyAndType) ToMap() (map[string]interface{}, error)
type SearchAttributeValueType ¶
type SearchAttributeValueType string
SearchAttributeValueType the model 'SearchAttributeValueType'
const ( KEYWORD SearchAttributeValueType = "KEYWORD" TEXT SearchAttributeValueType = "TEXT" DATETIME SearchAttributeValueType = "DATETIME" INT SearchAttributeValueType = "INT" DOUBLE SearchAttributeValueType = "DOUBLE" BOOL SearchAttributeValueType = "BOOL" KEYWORD_ARRAY SearchAttributeValueType = "KEYWORD_ARRAY" )
List of SearchAttributeValueType
func NewSearchAttributeValueTypeFromValue ¶
func NewSearchAttributeValueTypeFromValue(v string) (*SearchAttributeValueType, error)
NewSearchAttributeValueTypeFromValue returns a pointer to a valid SearchAttributeValueType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SearchAttributeValueType) IsValid ¶
func (v SearchAttributeValueType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SearchAttributeValueType) Ptr ¶
func (v SearchAttributeValueType) Ptr() *SearchAttributeValueType
Ptr returns reference to SearchAttributeValueType value
func (*SearchAttributeValueType) UnmarshalJSON ¶
func (v *SearchAttributeValueType) UnmarshalJSON(src []byte) error
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SignalCommand ¶
type SignalCommand struct { CommandId *string `json:"commandId,omitempty"` SignalChannelName string `json:"signalChannelName"` AtLeast *int32 `json:"atLeast,omitempty"` AtMost *int32 `json:"atMost,omitempty"` }
SignalCommand struct for SignalCommand
func NewSignalCommand ¶
func NewSignalCommand(signalChannelName string) *SignalCommand
NewSignalCommand instantiates a new SignalCommand object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignalCommandWithDefaults ¶
func NewSignalCommandWithDefaults() *SignalCommand
NewSignalCommandWithDefaults instantiates a new SignalCommand object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignalCommand) GetAtLeast ¶ added in v1.9.0
func (o *SignalCommand) GetAtLeast() int32
GetAtLeast returns the AtLeast field value if set, zero value otherwise.
func (*SignalCommand) GetAtLeastOk ¶ added in v1.9.0
func (o *SignalCommand) GetAtLeastOk() (*int32, bool)
GetAtLeastOk returns a tuple with the AtLeast field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SignalCommand) GetAtMost ¶ added in v1.9.0
func (o *SignalCommand) GetAtMost() int32
GetAtMost returns the AtMost field value if set, zero value otherwise.
func (*SignalCommand) GetAtMostOk ¶ added in v1.9.0
func (o *SignalCommand) GetAtMostOk() (*int32, bool)
GetAtMostOk returns a tuple with the AtMost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SignalCommand) GetCommandId ¶
func (o *SignalCommand) GetCommandId() string
GetCommandId returns the CommandId field value if set, zero value otherwise.
func (*SignalCommand) GetCommandIdOk ¶
func (o *SignalCommand) GetCommandIdOk() (*string, bool)
GetCommandIdOk returns a tuple with the CommandId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SignalCommand) GetSignalChannelName ¶
func (o *SignalCommand) GetSignalChannelName() string
GetSignalChannelName returns the SignalChannelName field value
func (*SignalCommand) GetSignalChannelNameOk ¶
func (o *SignalCommand) GetSignalChannelNameOk() (*string, bool)
GetSignalChannelNameOk returns a tuple with the SignalChannelName field value and a boolean to check if the value has been set.
func (*SignalCommand) HasAtLeast ¶ added in v1.9.0
func (o *SignalCommand) HasAtLeast() bool
HasAtLeast returns a boolean if a field has been set.
func (*SignalCommand) HasAtMost ¶ added in v1.9.0
func (o *SignalCommand) HasAtMost() bool
HasAtMost returns a boolean if a field has been set.
func (*SignalCommand) HasCommandId ¶ added in v1.10.0
func (o *SignalCommand) HasCommandId() bool
HasCommandId returns a boolean if a field has been set.
func (SignalCommand) MarshalJSON ¶
func (o SignalCommand) MarshalJSON() ([]byte, error)
func (*SignalCommand) SetAtLeast ¶ added in v1.9.0
func (o *SignalCommand) SetAtLeast(v int32)
SetAtLeast gets a reference to the given int32 and assigns it to the AtLeast field.
func (*SignalCommand) SetAtMost ¶ added in v1.9.0
func (o *SignalCommand) SetAtMost(v int32)
SetAtMost gets a reference to the given int32 and assigns it to the AtMost field.
func (*SignalCommand) SetCommandId ¶
func (o *SignalCommand) SetCommandId(v string)
SetCommandId gets a reference to the given string and assigns it to the CommandId field.
func (*SignalCommand) SetSignalChannelName ¶
func (o *SignalCommand) SetSignalChannelName(v string)
SetSignalChannelName sets field value
func (SignalCommand) ToMap ¶ added in v1.4.0
func (o SignalCommand) ToMap() (map[string]interface{}, error)
type SignalResult ¶
type SignalResult struct { CommandId string `json:"commandId"` SignalRequestStatus ChannelRequestStatus `json:"signalRequestStatus"` SignalChannelName string `json:"signalChannelName"` SignalValue *EncodedObject `json:"signalValue,omitempty"` }
SignalResult struct for SignalResult
func NewSignalResult ¶
func NewSignalResult(commandId string, signalRequestStatus ChannelRequestStatus, signalChannelName string) *SignalResult
NewSignalResult instantiates a new SignalResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignalResultWithDefaults ¶
func NewSignalResultWithDefaults() *SignalResult
NewSignalResultWithDefaults instantiates a new SignalResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignalResult) GetCommandId ¶
func (o *SignalResult) GetCommandId() string
GetCommandId returns the CommandId field value
func (*SignalResult) GetCommandIdOk ¶
func (o *SignalResult) GetCommandIdOk() (*string, bool)
GetCommandIdOk returns a tuple with the CommandId field value and a boolean to check if the value has been set.
func (*SignalResult) GetSignalChannelName ¶
func (o *SignalResult) GetSignalChannelName() string
GetSignalChannelName returns the SignalChannelName field value
func (*SignalResult) GetSignalChannelNameOk ¶
func (o *SignalResult) GetSignalChannelNameOk() (*string, bool)
GetSignalChannelNameOk returns a tuple with the SignalChannelName field value and a boolean to check if the value has been set.
func (*SignalResult) GetSignalRequestStatus ¶
func (o *SignalResult) GetSignalRequestStatus() ChannelRequestStatus
GetSignalRequestStatus returns the SignalRequestStatus field value
func (*SignalResult) GetSignalRequestStatusOk ¶
func (o *SignalResult) GetSignalRequestStatusOk() (*ChannelRequestStatus, bool)
GetSignalRequestStatusOk returns a tuple with the SignalRequestStatus field value and a boolean to check if the value has been set.
func (*SignalResult) GetSignalValue ¶
func (o *SignalResult) GetSignalValue() EncodedObject
GetSignalValue returns the SignalValue field value if set, zero value otherwise.
func (*SignalResult) GetSignalValueOk ¶
func (o *SignalResult) GetSignalValueOk() (*EncodedObject, bool)
GetSignalValueOk returns a tuple with the SignalValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SignalResult) HasSignalValue ¶
func (o *SignalResult) HasSignalValue() bool
HasSignalValue returns a boolean if a field has been set.
func (SignalResult) MarshalJSON ¶
func (o SignalResult) MarshalJSON() ([]byte, error)
func (*SignalResult) SetCommandId ¶
func (o *SignalResult) SetCommandId(v string)
SetCommandId sets field value
func (*SignalResult) SetSignalChannelName ¶
func (o *SignalResult) SetSignalChannelName(v string)
SetSignalChannelName sets field value
func (*SignalResult) SetSignalRequestStatus ¶
func (o *SignalResult) SetSignalRequestStatus(v ChannelRequestStatus)
SetSignalRequestStatus sets field value
func (*SignalResult) SetSignalValue ¶
func (o *SignalResult) SetSignalValue(v EncodedObject)
SetSignalValue gets a reference to the given EncodedObject and assigns it to the SignalValue field.
func (SignalResult) ToMap ¶ added in v1.4.0
func (o SignalResult) ToMap() (map[string]interface{}, error)
type StartApiFailurePolicy ¶ added in v1.4.0
type StartApiFailurePolicy string
StartApiFailurePolicy the model 'StartApiFailurePolicy'
const ( FAIL_WORKFLOW_ON_START_API_FAILURE StartApiFailurePolicy = "FAIL_WORKFLOW_ON_START_API_FAILURE" PROCEED_TO_DECIDE_ON_START_API_FAILURE StartApiFailurePolicy = "PROCEED_TO_DECIDE_ON_START_API_FAILURE" )
List of StartApiFailurePolicy
func NewStartApiFailurePolicyFromValue ¶ added in v1.4.0
func NewStartApiFailurePolicyFromValue(v string) (*StartApiFailurePolicy, error)
NewStartApiFailurePolicyFromValue returns a pointer to a valid StartApiFailurePolicy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (StartApiFailurePolicy) IsValid ¶ added in v1.4.0
func (v StartApiFailurePolicy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (StartApiFailurePolicy) Ptr ¶ added in v1.4.0
func (v StartApiFailurePolicy) Ptr() *StartApiFailurePolicy
Ptr returns reference to StartApiFailurePolicy value
func (*StartApiFailurePolicy) UnmarshalJSON ¶ added in v1.4.0
func (v *StartApiFailurePolicy) UnmarshalJSON(src []byte) error
type StateCompletionOutput ¶
type StateCompletionOutput struct { CompletedStateId string `json:"completedStateId"` CompletedStateExecutionId string `json:"completedStateExecutionId"` CompletedStateOutput *EncodedObject `json:"completedStateOutput,omitempty"` }
StateCompletionOutput struct for StateCompletionOutput
func NewStateCompletionOutput ¶
func NewStateCompletionOutput(completedStateId string, completedStateExecutionId string) *StateCompletionOutput
NewStateCompletionOutput instantiates a new StateCompletionOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStateCompletionOutputWithDefaults ¶
func NewStateCompletionOutputWithDefaults() *StateCompletionOutput
NewStateCompletionOutputWithDefaults instantiates a new StateCompletionOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StateCompletionOutput) GetCompletedStateExecutionId ¶
func (o *StateCompletionOutput) GetCompletedStateExecutionId() string
GetCompletedStateExecutionId returns the CompletedStateExecutionId field value
func (*StateCompletionOutput) GetCompletedStateExecutionIdOk ¶
func (o *StateCompletionOutput) GetCompletedStateExecutionIdOk() (*string, bool)
GetCompletedStateExecutionIdOk returns a tuple with the CompletedStateExecutionId field value and a boolean to check if the value has been set.
func (*StateCompletionOutput) GetCompletedStateId ¶
func (o *StateCompletionOutput) GetCompletedStateId() string
GetCompletedStateId returns the CompletedStateId field value
func (*StateCompletionOutput) GetCompletedStateIdOk ¶
func (o *StateCompletionOutput) GetCompletedStateIdOk() (*string, bool)
GetCompletedStateIdOk returns a tuple with the CompletedStateId field value and a boolean to check if the value has been set.
func (*StateCompletionOutput) GetCompletedStateOutput ¶
func (o *StateCompletionOutput) GetCompletedStateOutput() EncodedObject
GetCompletedStateOutput returns the CompletedStateOutput field value if set, zero value otherwise.
func (*StateCompletionOutput) GetCompletedStateOutputOk ¶
func (o *StateCompletionOutput) GetCompletedStateOutputOk() (*EncodedObject, bool)
GetCompletedStateOutputOk returns a tuple with the CompletedStateOutput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StateCompletionOutput) HasCompletedStateOutput ¶
func (o *StateCompletionOutput) HasCompletedStateOutput() bool
HasCompletedStateOutput returns a boolean if a field has been set.
func (StateCompletionOutput) MarshalJSON ¶
func (o StateCompletionOutput) MarshalJSON() ([]byte, error)
func (*StateCompletionOutput) SetCompletedStateExecutionId ¶
func (o *StateCompletionOutput) SetCompletedStateExecutionId(v string)
SetCompletedStateExecutionId sets field value
func (*StateCompletionOutput) SetCompletedStateId ¶
func (o *StateCompletionOutput) SetCompletedStateId(v string)
SetCompletedStateId sets field value
func (*StateCompletionOutput) SetCompletedStateOutput ¶
func (o *StateCompletionOutput) SetCompletedStateOutput(v EncodedObject)
SetCompletedStateOutput gets a reference to the given EncodedObject and assigns it to the CompletedStateOutput field.
func (StateCompletionOutput) ToMap ¶ added in v1.4.0
func (o StateCompletionOutput) ToMap() (map[string]interface{}, error)
type StateDecision ¶
type StateDecision struct { NextStates []StateMovement `json:"nextStates,omitempty"` ConditionalClose *WorkflowConditionalClose `json:"conditionalClose,omitempty"` }
StateDecision struct for StateDecision
func NewStateDecision ¶
func NewStateDecision() *StateDecision
NewStateDecision instantiates a new StateDecision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStateDecisionWithDefaults ¶
func NewStateDecisionWithDefaults() *StateDecision
NewStateDecisionWithDefaults instantiates a new StateDecision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StateDecision) GetConditionalClose ¶ added in v1.7.0
func (o *StateDecision) GetConditionalClose() WorkflowConditionalClose
GetConditionalClose returns the ConditionalClose field value if set, zero value otherwise.
func (*StateDecision) GetConditionalCloseOk ¶ added in v1.7.0
func (o *StateDecision) GetConditionalCloseOk() (*WorkflowConditionalClose, bool)
GetConditionalCloseOk returns a tuple with the ConditionalClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StateDecision) GetNextStates ¶
func (o *StateDecision) GetNextStates() []StateMovement
GetNextStates returns the NextStates field value if set, zero value otherwise.
func (*StateDecision) GetNextStatesOk ¶
func (o *StateDecision) GetNextStatesOk() ([]StateMovement, bool)
GetNextStatesOk returns a tuple with the NextStates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StateDecision) HasConditionalClose ¶ added in v1.7.0
func (o *StateDecision) HasConditionalClose() bool
HasConditionalClose returns a boolean if a field has been set.
func (*StateDecision) HasNextStates ¶
func (o *StateDecision) HasNextStates() bool
HasNextStates returns a boolean if a field has been set.
func (StateDecision) MarshalJSON ¶
func (o StateDecision) MarshalJSON() ([]byte, error)
func (*StateDecision) SetConditionalClose ¶ added in v1.7.0
func (o *StateDecision) SetConditionalClose(v WorkflowConditionalClose)
SetConditionalClose gets a reference to the given WorkflowConditionalClose and assigns it to the ConditionalClose field.
func (*StateDecision) SetNextStates ¶
func (o *StateDecision) SetNextStates(v []StateMovement)
SetNextStates gets a reference to the given []StateMovement and assigns it to the NextStates field.
func (StateDecision) ToMap ¶ added in v1.4.0
func (o StateDecision) ToMap() (map[string]interface{}, error)
type StateMovement ¶
type StateMovement struct { StateId string `json:"stateId"` StateInput *EncodedObject `json:"stateInput,omitempty"` StateOptions *WorkflowStateOptions `json:"stateOptions,omitempty"` WaitForKey *string `json:"waitForKey,omitempty"` }
StateMovement struct for StateMovement
func NewStateMovement ¶
func NewStateMovement(stateId string) *StateMovement
NewStateMovement instantiates a new StateMovement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStateMovementWithDefaults ¶
func NewStateMovementWithDefaults() *StateMovement
NewStateMovementWithDefaults instantiates a new StateMovement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StateMovement) GetStateId ¶
func (o *StateMovement) GetStateId() string
GetStateId returns the StateId field value
func (*StateMovement) GetStateIdOk ¶
func (o *StateMovement) GetStateIdOk() (*string, bool)
GetStateIdOk returns a tuple with the StateId field value and a boolean to check if the value has been set.
func (*StateMovement) GetStateInput ¶
func (o *StateMovement) GetStateInput() EncodedObject
GetStateInput returns the StateInput field value if set, zero value otherwise.
func (*StateMovement) GetStateInputOk ¶
func (o *StateMovement) GetStateInputOk() (*EncodedObject, bool)
GetStateInputOk returns a tuple with the StateInput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StateMovement) GetStateOptions ¶
func (o *StateMovement) GetStateOptions() WorkflowStateOptions
GetStateOptions returns the StateOptions field value if set, zero value otherwise.
func (*StateMovement) GetStateOptionsOk ¶
func (o *StateMovement) GetStateOptionsOk() (*WorkflowStateOptions, bool)
GetStateOptionsOk returns a tuple with the StateOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StateMovement) GetWaitForKey ¶ added in v1.10.0
func (o *StateMovement) GetWaitForKey() string
GetWaitForKey returns the WaitForKey field value if set, zero value otherwise.
func (*StateMovement) GetWaitForKeyOk ¶ added in v1.10.0
func (o *StateMovement) GetWaitForKeyOk() (*string, bool)
GetWaitForKeyOk returns a tuple with the WaitForKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StateMovement) HasStateInput ¶
func (o *StateMovement) HasStateInput() bool
HasStateInput returns a boolean if a field has been set.
func (*StateMovement) HasStateOptions ¶
func (o *StateMovement) HasStateOptions() bool
HasStateOptions returns a boolean if a field has been set.
func (*StateMovement) HasWaitForKey ¶ added in v1.10.0
func (o *StateMovement) HasWaitForKey() bool
HasWaitForKey returns a boolean if a field has been set.
func (StateMovement) MarshalJSON ¶
func (o StateMovement) MarshalJSON() ([]byte, error)
func (*StateMovement) SetStateId ¶
func (o *StateMovement) SetStateId(v string)
SetStateId sets field value
func (*StateMovement) SetStateInput ¶
func (o *StateMovement) SetStateInput(v EncodedObject)
SetStateInput gets a reference to the given EncodedObject and assigns it to the StateInput field.
func (*StateMovement) SetStateOptions ¶
func (o *StateMovement) SetStateOptions(v WorkflowStateOptions)
SetStateOptions gets a reference to the given WorkflowStateOptions and assigns it to the StateOptions field.
func (*StateMovement) SetWaitForKey ¶ added in v1.10.0
func (o *StateMovement) SetWaitForKey(v string)
SetWaitForKey gets a reference to the given string and assigns it to the WaitForKey field.
func (StateMovement) ToMap ¶ added in v1.4.0
func (o StateMovement) ToMap() (map[string]interface{}, error)
type TimerCommand ¶
type TimerCommand struct { CommandId *string `json:"commandId,omitempty"` FiringUnixTimestampSeconds *int64 `json:"firingUnixTimestampSeconds,omitempty"` DurationSeconds *int64 `json:"durationSeconds,omitempty"` }
TimerCommand struct for TimerCommand
func NewTimerCommand ¶
func NewTimerCommand() *TimerCommand
NewTimerCommand instantiates a new TimerCommand object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimerCommandWithDefaults ¶
func NewTimerCommandWithDefaults() *TimerCommand
NewTimerCommandWithDefaults instantiates a new TimerCommand object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimerCommand) GetCommandId ¶
func (o *TimerCommand) GetCommandId() string
GetCommandId returns the CommandId field value if set, zero value otherwise.
func (*TimerCommand) GetCommandIdOk ¶
func (o *TimerCommand) GetCommandIdOk() (*string, bool)
GetCommandIdOk returns a tuple with the CommandId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimerCommand) GetDurationSeconds ¶ added in v1.9.1
func (o *TimerCommand) GetDurationSeconds() int64
GetDurationSeconds returns the DurationSeconds field value if set, zero value otherwise.
func (*TimerCommand) GetDurationSecondsOk ¶ added in v1.9.1
func (o *TimerCommand) GetDurationSecondsOk() (*int64, bool)
GetDurationSecondsOk returns a tuple with the DurationSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimerCommand) GetFiringUnixTimestampSeconds ¶
func (o *TimerCommand) GetFiringUnixTimestampSeconds() int64
GetFiringUnixTimestampSeconds returns the FiringUnixTimestampSeconds field value if set, zero value otherwise.
func (*TimerCommand) GetFiringUnixTimestampSecondsOk ¶
func (o *TimerCommand) GetFiringUnixTimestampSecondsOk() (*int64, bool)
GetFiringUnixTimestampSecondsOk returns a tuple with the FiringUnixTimestampSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimerCommand) HasCommandId ¶ added in v1.10.0
func (o *TimerCommand) HasCommandId() bool
HasCommandId returns a boolean if a field has been set.
func (*TimerCommand) HasDurationSeconds ¶ added in v1.9.1
func (o *TimerCommand) HasDurationSeconds() bool
HasDurationSeconds returns a boolean if a field has been set.
func (*TimerCommand) HasFiringUnixTimestampSeconds ¶ added in v1.9.1
func (o *TimerCommand) HasFiringUnixTimestampSeconds() bool
HasFiringUnixTimestampSeconds returns a boolean if a field has been set.
func (TimerCommand) MarshalJSON ¶
func (o TimerCommand) MarshalJSON() ([]byte, error)
func (*TimerCommand) SetCommandId ¶
func (o *TimerCommand) SetCommandId(v string)
SetCommandId gets a reference to the given string and assigns it to the CommandId field.
func (*TimerCommand) SetDurationSeconds ¶ added in v1.9.1
func (o *TimerCommand) SetDurationSeconds(v int64)
SetDurationSeconds gets a reference to the given int64 and assigns it to the DurationSeconds field.
func (*TimerCommand) SetFiringUnixTimestampSeconds ¶
func (o *TimerCommand) SetFiringUnixTimestampSeconds(v int64)
SetFiringUnixTimestampSeconds gets a reference to the given int64 and assigns it to the FiringUnixTimestampSeconds field.
func (TimerCommand) ToMap ¶ added in v1.4.0
func (o TimerCommand) ToMap() (map[string]interface{}, error)
type TimerResult ¶
type TimerResult struct { CommandId string `json:"commandId"` TimerStatus TimerStatus `json:"timerStatus"` }
TimerResult struct for TimerResult
func NewTimerResult ¶
func NewTimerResult(commandId string, timerStatus TimerStatus) *TimerResult
NewTimerResult instantiates a new TimerResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimerResultWithDefaults ¶
func NewTimerResultWithDefaults() *TimerResult
NewTimerResultWithDefaults instantiates a new TimerResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimerResult) GetCommandId ¶
func (o *TimerResult) GetCommandId() string
GetCommandId returns the CommandId field value
func (*TimerResult) GetCommandIdOk ¶
func (o *TimerResult) GetCommandIdOk() (*string, bool)
GetCommandIdOk returns a tuple with the CommandId field value and a boolean to check if the value has been set.
func (*TimerResult) GetTimerStatus ¶
func (o *TimerResult) GetTimerStatus() TimerStatus
GetTimerStatus returns the TimerStatus field value
func (*TimerResult) GetTimerStatusOk ¶
func (o *TimerResult) GetTimerStatusOk() (*TimerStatus, bool)
GetTimerStatusOk returns a tuple with the TimerStatus field value and a boolean to check if the value has been set.
func (TimerResult) MarshalJSON ¶
func (o TimerResult) MarshalJSON() ([]byte, error)
func (*TimerResult) SetCommandId ¶
func (o *TimerResult) SetCommandId(v string)
SetCommandId sets field value
func (*TimerResult) SetTimerStatus ¶
func (o *TimerResult) SetTimerStatus(v TimerStatus)
SetTimerStatus sets field value
func (TimerResult) ToMap ¶ added in v1.4.0
func (o TimerResult) ToMap() (map[string]interface{}, error)
type TimerStatus ¶
type TimerStatus string
TimerStatus the model 'TimerStatus'
const ( SCHEDULED TimerStatus = "SCHEDULED" FIRED TimerStatus = "FIRED" )
List of TimerStatus
func NewTimerStatusFromValue ¶
func NewTimerStatusFromValue(v string) (*TimerStatus, error)
NewTimerStatusFromValue returns a pointer to a valid TimerStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TimerStatus) IsValid ¶
func (v TimerStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TimerStatus) Ptr ¶
func (v TimerStatus) Ptr() *TimerStatus
Ptr returns reference to TimerStatus value
func (*TimerStatus) UnmarshalJSON ¶
func (v *TimerStatus) UnmarshalJSON(src []byte) error
type TriggerContinueAsNewRequest ¶ added in v1.9.0
type TriggerContinueAsNewRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` }
TriggerContinueAsNewRequest struct for TriggerContinueAsNewRequest
func NewTriggerContinueAsNewRequest ¶ added in v1.9.0
func NewTriggerContinueAsNewRequest(workflowId string) *TriggerContinueAsNewRequest
NewTriggerContinueAsNewRequest instantiates a new TriggerContinueAsNewRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTriggerContinueAsNewRequestWithDefaults ¶ added in v1.9.0
func NewTriggerContinueAsNewRequestWithDefaults() *TriggerContinueAsNewRequest
NewTriggerContinueAsNewRequestWithDefaults instantiates a new TriggerContinueAsNewRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TriggerContinueAsNewRequest) GetWorkflowId ¶ added in v1.9.0
func (o *TriggerContinueAsNewRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*TriggerContinueAsNewRequest) GetWorkflowIdOk ¶ added in v1.9.0
func (o *TriggerContinueAsNewRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*TriggerContinueAsNewRequest) GetWorkflowRunId ¶ added in v1.9.0
func (o *TriggerContinueAsNewRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*TriggerContinueAsNewRequest) GetWorkflowRunIdOk ¶ added in v1.9.0
func (o *TriggerContinueAsNewRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggerContinueAsNewRequest) HasWorkflowRunId ¶ added in v1.9.0
func (o *TriggerContinueAsNewRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (TriggerContinueAsNewRequest) MarshalJSON ¶ added in v1.9.0
func (o TriggerContinueAsNewRequest) MarshalJSON() ([]byte, error)
func (*TriggerContinueAsNewRequest) SetWorkflowId ¶ added in v1.9.0
func (o *TriggerContinueAsNewRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*TriggerContinueAsNewRequest) SetWorkflowRunId ¶ added in v1.9.0
func (o *TriggerContinueAsNewRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (TriggerContinueAsNewRequest) ToMap ¶ added in v1.9.0
func (o TriggerContinueAsNewRequest) ToMap() (map[string]interface{}, error)
type WaitUntilApiFailurePolicy ¶ added in v1.5.0
type WaitUntilApiFailurePolicy string
WaitUntilApiFailurePolicy the model 'WaitUntilApiFailurePolicy'
const ( FAIL_WORKFLOW_ON_FAILURE WaitUntilApiFailurePolicy = "FAIL_WORKFLOW_ON_FAILURE" PROCEED_ON_FAILURE WaitUntilApiFailurePolicy = "PROCEED_ON_FAILURE" )
List of WaitUntilApiFailurePolicy
func NewWaitUntilApiFailurePolicyFromValue ¶ added in v1.5.0
func NewWaitUntilApiFailurePolicyFromValue(v string) (*WaitUntilApiFailurePolicy, error)
NewWaitUntilApiFailurePolicyFromValue returns a pointer to a valid WaitUntilApiFailurePolicy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WaitUntilApiFailurePolicy) IsValid ¶ added in v1.5.0
func (v WaitUntilApiFailurePolicy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WaitUntilApiFailurePolicy) Ptr ¶ added in v1.5.0
func (v WaitUntilApiFailurePolicy) Ptr() *WaitUntilApiFailurePolicy
Ptr returns reference to WaitUntilApiFailurePolicy value
func (*WaitUntilApiFailurePolicy) UnmarshalJSON ¶ added in v1.5.0
func (v *WaitUntilApiFailurePolicy) UnmarshalJSON(src []byte) error
type WorkerErrorResponse ¶ added in v1.5.0
type WorkerErrorResponse struct { Detail *string `json:"detail,omitempty"` ErrorType *string `json:"errorType,omitempty"` }
WorkerErrorResponse struct for WorkerErrorResponse
func NewWorkerErrorResponse ¶ added in v1.5.0
func NewWorkerErrorResponse() *WorkerErrorResponse
NewWorkerErrorResponse instantiates a new WorkerErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkerErrorResponseWithDefaults ¶ added in v1.5.0
func NewWorkerErrorResponseWithDefaults() *WorkerErrorResponse
NewWorkerErrorResponseWithDefaults instantiates a new WorkerErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkerErrorResponse) GetDetail ¶ added in v1.5.0
func (o *WorkerErrorResponse) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*WorkerErrorResponse) GetDetailOk ¶ added in v1.5.0
func (o *WorkerErrorResponse) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkerErrorResponse) GetErrorType ¶ added in v1.5.0
func (o *WorkerErrorResponse) GetErrorType() string
GetErrorType returns the ErrorType field value if set, zero value otherwise.
func (*WorkerErrorResponse) GetErrorTypeOk ¶ added in v1.5.0
func (o *WorkerErrorResponse) GetErrorTypeOk() (*string, bool)
GetErrorTypeOk returns a tuple with the ErrorType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkerErrorResponse) HasDetail ¶ added in v1.5.0
func (o *WorkerErrorResponse) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*WorkerErrorResponse) HasErrorType ¶ added in v1.5.0
func (o *WorkerErrorResponse) HasErrorType() bool
HasErrorType returns a boolean if a field has been set.
func (WorkerErrorResponse) MarshalJSON ¶ added in v1.5.0
func (o WorkerErrorResponse) MarshalJSON() ([]byte, error)
func (*WorkerErrorResponse) SetDetail ¶ added in v1.5.0
func (o *WorkerErrorResponse) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*WorkerErrorResponse) SetErrorType ¶ added in v1.5.0
func (o *WorkerErrorResponse) SetErrorType(v string)
SetErrorType gets a reference to the given string and assigns it to the ErrorType field.
func (WorkerErrorResponse) ToMap ¶ added in v1.5.0
func (o WorkerErrorResponse) ToMap() (map[string]interface{}, error)
type WorkflowAlreadyStartedOptions ¶ added in v1.11.1
type WorkflowAlreadyStartedOptions struct { IgnoreAlreadyStartedError bool `json:"ignoreAlreadyStartedError"` RequestId *string `json:"requestId,omitempty"` }
WorkflowAlreadyStartedOptions struct for WorkflowAlreadyStartedOptions
func NewWorkflowAlreadyStartedOptions ¶ added in v1.11.1
func NewWorkflowAlreadyStartedOptions(ignoreAlreadyStartedError bool) *WorkflowAlreadyStartedOptions
NewWorkflowAlreadyStartedOptions instantiates a new WorkflowAlreadyStartedOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowAlreadyStartedOptionsWithDefaults ¶ added in v1.11.1
func NewWorkflowAlreadyStartedOptionsWithDefaults() *WorkflowAlreadyStartedOptions
NewWorkflowAlreadyStartedOptionsWithDefaults instantiates a new WorkflowAlreadyStartedOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedError ¶ added in v1.11.1
func (o *WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedError() bool
GetIgnoreAlreadyStartedError returns the IgnoreAlreadyStartedError field value
func (*WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedErrorOk ¶ added in v1.11.1
func (o *WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedErrorOk() (*bool, bool)
GetIgnoreAlreadyStartedErrorOk returns a tuple with the IgnoreAlreadyStartedError field value and a boolean to check if the value has been set.
func (*WorkflowAlreadyStartedOptions) GetRequestId ¶ added in v1.11.1
func (o *WorkflowAlreadyStartedOptions) GetRequestId() string
GetRequestId returns the RequestId field value if set, zero value otherwise.
func (*WorkflowAlreadyStartedOptions) GetRequestIdOk ¶ added in v1.11.1
func (o *WorkflowAlreadyStartedOptions) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowAlreadyStartedOptions) HasRequestId ¶ added in v1.11.1
func (o *WorkflowAlreadyStartedOptions) HasRequestId() bool
HasRequestId returns a boolean if a field has been set.
func (WorkflowAlreadyStartedOptions) MarshalJSON ¶ added in v1.11.1
func (o WorkflowAlreadyStartedOptions) MarshalJSON() ([]byte, error)
func (*WorkflowAlreadyStartedOptions) SetIgnoreAlreadyStartedError ¶ added in v1.11.1
func (o *WorkflowAlreadyStartedOptions) SetIgnoreAlreadyStartedError(v bool)
SetIgnoreAlreadyStartedError sets field value
func (*WorkflowAlreadyStartedOptions) SetRequestId ¶ added in v1.11.1
func (o *WorkflowAlreadyStartedOptions) SetRequestId(v string)
SetRequestId gets a reference to the given string and assigns it to the RequestId field.
func (WorkflowAlreadyStartedOptions) ToMap ¶ added in v1.11.1
func (o WorkflowAlreadyStartedOptions) ToMap() (map[string]interface{}, error)
type WorkflowConditionalClose ¶ added in v1.7.0
type WorkflowConditionalClose struct { ConditionalCloseType *WorkflowConditionalCloseType `json:"conditionalCloseType,omitempty"` ChannelName *string `json:"channelName,omitempty"` CloseInput *EncodedObject `json:"closeInput,omitempty"` }
WorkflowConditionalClose struct for WorkflowConditionalClose
func NewWorkflowConditionalClose ¶ added in v1.7.0
func NewWorkflowConditionalClose() *WorkflowConditionalClose
NewWorkflowConditionalClose instantiates a new WorkflowConditionalClose object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowConditionalCloseWithDefaults ¶ added in v1.7.0
func NewWorkflowConditionalCloseWithDefaults() *WorkflowConditionalClose
NewWorkflowConditionalCloseWithDefaults instantiates a new WorkflowConditionalClose object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowConditionalClose) GetChannelName ¶ added in v1.7.0
func (o *WorkflowConditionalClose) GetChannelName() string
GetChannelName returns the ChannelName field value if set, zero value otherwise.
func (*WorkflowConditionalClose) GetChannelNameOk ¶ added in v1.7.0
func (o *WorkflowConditionalClose) GetChannelNameOk() (*string, bool)
GetChannelNameOk returns a tuple with the ChannelName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConditionalClose) GetCloseInput ¶ added in v1.7.0
func (o *WorkflowConditionalClose) GetCloseInput() EncodedObject
GetCloseInput returns the CloseInput field value if set, zero value otherwise.
func (*WorkflowConditionalClose) GetCloseInputOk ¶ added in v1.7.0
func (o *WorkflowConditionalClose) GetCloseInputOk() (*EncodedObject, bool)
GetCloseInputOk returns a tuple with the CloseInput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConditionalClose) GetConditionalCloseType ¶ added in v1.7.0
func (o *WorkflowConditionalClose) GetConditionalCloseType() WorkflowConditionalCloseType
GetConditionalCloseType returns the ConditionalCloseType field value if set, zero value otherwise.
func (*WorkflowConditionalClose) GetConditionalCloseTypeOk ¶ added in v1.7.0
func (o *WorkflowConditionalClose) GetConditionalCloseTypeOk() (*WorkflowConditionalCloseType, bool)
GetConditionalCloseTypeOk returns a tuple with the ConditionalCloseType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConditionalClose) HasChannelName ¶ added in v1.7.0
func (o *WorkflowConditionalClose) HasChannelName() bool
HasChannelName returns a boolean if a field has been set.
func (*WorkflowConditionalClose) HasCloseInput ¶ added in v1.7.0
func (o *WorkflowConditionalClose) HasCloseInput() bool
HasCloseInput returns a boolean if a field has been set.
func (*WorkflowConditionalClose) HasConditionalCloseType ¶ added in v1.7.0
func (o *WorkflowConditionalClose) HasConditionalCloseType() bool
HasConditionalCloseType returns a boolean if a field has been set.
func (WorkflowConditionalClose) MarshalJSON ¶ added in v1.7.0
func (o WorkflowConditionalClose) MarshalJSON() ([]byte, error)
func (*WorkflowConditionalClose) SetChannelName ¶ added in v1.7.0
func (o *WorkflowConditionalClose) SetChannelName(v string)
SetChannelName gets a reference to the given string and assigns it to the ChannelName field.
func (*WorkflowConditionalClose) SetCloseInput ¶ added in v1.7.0
func (o *WorkflowConditionalClose) SetCloseInput(v EncodedObject)
SetCloseInput gets a reference to the given EncodedObject and assigns it to the CloseInput field.
func (*WorkflowConditionalClose) SetConditionalCloseType ¶ added in v1.7.0
func (o *WorkflowConditionalClose) SetConditionalCloseType(v WorkflowConditionalCloseType)
SetConditionalCloseType gets a reference to the given WorkflowConditionalCloseType and assigns it to the ConditionalCloseType field.
func (WorkflowConditionalClose) ToMap ¶ added in v1.7.0
func (o WorkflowConditionalClose) ToMap() (map[string]interface{}, error)
type WorkflowConditionalCloseType ¶ added in v1.7.0
type WorkflowConditionalCloseType string
WorkflowConditionalCloseType the model 'WorkflowConditionalCloseType'
const ( FORCE_COMPLETE_ON_INTERNAL_CHANNEL_EMPTY WorkflowConditionalCloseType = "FORCE_COMPLETE_ON_INTERNAL_CHANNEL_EMPTY" FORCE_COMPLETE_ON_SIGNAL_CHANNEL_EMPTY WorkflowConditionalCloseType = "FORCE_COMPLETE_ON_SIGNAL_CHANNEL_EMPTY" GRACEFUL_COMPLETE_ON_ALL_CHANNELS_EMPTY WorkflowConditionalCloseType = "GRACEFUL_COMPLETE_ON_ALL_CHANNELS_EMPTY" )
List of WorkflowConditionalCloseType
func NewWorkflowConditionalCloseTypeFromValue ¶ added in v1.7.0
func NewWorkflowConditionalCloseTypeFromValue(v string) (*WorkflowConditionalCloseType, error)
NewWorkflowConditionalCloseTypeFromValue returns a pointer to a valid WorkflowConditionalCloseType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowConditionalCloseType) IsValid ¶ added in v1.7.0
func (v WorkflowConditionalCloseType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowConditionalCloseType) Ptr ¶ added in v1.7.0
func (v WorkflowConditionalCloseType) Ptr() *WorkflowConditionalCloseType
Ptr returns reference to WorkflowConditionalCloseType value
func (*WorkflowConditionalCloseType) UnmarshalJSON ¶ added in v1.7.0
func (v *WorkflowConditionalCloseType) UnmarshalJSON(src []byte) error
type WorkflowConfig ¶ added in v1.5.0
type WorkflowConfig struct { DisableSystemSearchAttribute *bool `json:"disableSystemSearchAttribute,omitempty"` ExecutingStateIdMode *ExecutingStateIdMode `json:"executingStateIdMode,omitempty"` ContinueAsNewThreshold *int32 `json:"continueAsNewThreshold,omitempty"` ContinueAsNewPageSizeInBytes *int32 `json:"continueAsNewPageSizeInBytes,omitempty"` OptimizeActivity *bool `json:"optimizeActivity,omitempty"` }
WorkflowConfig struct for WorkflowConfig
func NewWorkflowConfig ¶ added in v1.5.0
func NewWorkflowConfig() *WorkflowConfig
NewWorkflowConfig instantiates a new WorkflowConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowConfigWithDefaults ¶ added in v1.5.0
func NewWorkflowConfigWithDefaults() *WorkflowConfig
NewWorkflowConfigWithDefaults instantiates a new WorkflowConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowConfig) GetContinueAsNewPageSizeInBytes ¶ added in v1.5.0
func (o *WorkflowConfig) GetContinueAsNewPageSizeInBytes() int32
GetContinueAsNewPageSizeInBytes returns the ContinueAsNewPageSizeInBytes field value if set, zero value otherwise.
func (*WorkflowConfig) GetContinueAsNewPageSizeInBytesOk ¶ added in v1.5.0
func (o *WorkflowConfig) GetContinueAsNewPageSizeInBytesOk() (*int32, bool)
GetContinueAsNewPageSizeInBytesOk returns a tuple with the ContinueAsNewPageSizeInBytes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConfig) GetContinueAsNewThreshold ¶ added in v1.5.0
func (o *WorkflowConfig) GetContinueAsNewThreshold() int32
GetContinueAsNewThreshold returns the ContinueAsNewThreshold field value if set, zero value otherwise.
func (*WorkflowConfig) GetContinueAsNewThresholdOk ¶ added in v1.5.0
func (o *WorkflowConfig) GetContinueAsNewThresholdOk() (*int32, bool)
GetContinueAsNewThresholdOk returns a tuple with the ContinueAsNewThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConfig) GetDisableSystemSearchAttribute ¶ added in v1.5.0
func (o *WorkflowConfig) GetDisableSystemSearchAttribute() bool
GetDisableSystemSearchAttribute returns the DisableSystemSearchAttribute field value if set, zero value otherwise.
func (*WorkflowConfig) GetDisableSystemSearchAttributeOk ¶ added in v1.5.0
func (o *WorkflowConfig) GetDisableSystemSearchAttributeOk() (*bool, bool)
GetDisableSystemSearchAttributeOk returns a tuple with the DisableSystemSearchAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConfig) GetExecutingStateIdMode ¶ added in v1.11.1
func (o *WorkflowConfig) GetExecutingStateIdMode() ExecutingStateIdMode
GetExecutingStateIdMode returns the ExecutingStateIdMode field value if set, zero value otherwise.
func (*WorkflowConfig) GetExecutingStateIdModeOk ¶ added in v1.11.1
func (o *WorkflowConfig) GetExecutingStateIdModeOk() (*ExecutingStateIdMode, bool)
GetExecutingStateIdModeOk returns a tuple with the ExecutingStateIdMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConfig) GetOptimizeActivity ¶ added in v1.9.0
func (o *WorkflowConfig) GetOptimizeActivity() bool
GetOptimizeActivity returns the OptimizeActivity field value if set, zero value otherwise.
func (*WorkflowConfig) GetOptimizeActivityOk ¶ added in v1.9.0
func (o *WorkflowConfig) GetOptimizeActivityOk() (*bool, bool)
GetOptimizeActivityOk returns a tuple with the OptimizeActivity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConfig) HasContinueAsNewPageSizeInBytes ¶ added in v1.5.0
func (o *WorkflowConfig) HasContinueAsNewPageSizeInBytes() bool
HasContinueAsNewPageSizeInBytes returns a boolean if a field has been set.
func (*WorkflowConfig) HasContinueAsNewThreshold ¶ added in v1.5.0
func (o *WorkflowConfig) HasContinueAsNewThreshold() bool
HasContinueAsNewThreshold returns a boolean if a field has been set.
func (*WorkflowConfig) HasDisableSystemSearchAttribute ¶ added in v1.5.0
func (o *WorkflowConfig) HasDisableSystemSearchAttribute() bool
HasDisableSystemSearchAttribute returns a boolean if a field has been set.
func (*WorkflowConfig) HasExecutingStateIdMode ¶ added in v1.11.1
func (o *WorkflowConfig) HasExecutingStateIdMode() bool
HasExecutingStateIdMode returns a boolean if a field has been set.
func (*WorkflowConfig) HasOptimizeActivity ¶ added in v1.9.0
func (o *WorkflowConfig) HasOptimizeActivity() bool
HasOptimizeActivity returns a boolean if a field has been set.
func (WorkflowConfig) MarshalJSON ¶ added in v1.5.0
func (o WorkflowConfig) MarshalJSON() ([]byte, error)
func (*WorkflowConfig) SetContinueAsNewPageSizeInBytes ¶ added in v1.5.0
func (o *WorkflowConfig) SetContinueAsNewPageSizeInBytes(v int32)
SetContinueAsNewPageSizeInBytes gets a reference to the given int32 and assigns it to the ContinueAsNewPageSizeInBytes field.
func (*WorkflowConfig) SetContinueAsNewThreshold ¶ added in v1.5.0
func (o *WorkflowConfig) SetContinueAsNewThreshold(v int32)
SetContinueAsNewThreshold gets a reference to the given int32 and assigns it to the ContinueAsNewThreshold field.
func (*WorkflowConfig) SetDisableSystemSearchAttribute ¶ added in v1.5.0
func (o *WorkflowConfig) SetDisableSystemSearchAttribute(v bool)
SetDisableSystemSearchAttribute gets a reference to the given bool and assigns it to the DisableSystemSearchAttribute field.
func (*WorkflowConfig) SetExecutingStateIdMode ¶ added in v1.11.1
func (o *WorkflowConfig) SetExecutingStateIdMode(v ExecutingStateIdMode)
SetExecutingStateIdMode gets a reference to the given ExecutingStateIdMode and assigns it to the ExecutingStateIdMode field.
func (*WorkflowConfig) SetOptimizeActivity ¶ added in v1.9.0
func (o *WorkflowConfig) SetOptimizeActivity(v bool)
SetOptimizeActivity gets a reference to the given bool and assigns it to the OptimizeActivity field.
func (WorkflowConfig) ToMap ¶ added in v1.5.0
func (o WorkflowConfig) ToMap() (map[string]interface{}, error)
type WorkflowConfigUpdateRequest ¶ added in v1.5.0
type WorkflowConfigUpdateRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` WorkflowConfig WorkflowConfig `json:"workflowConfig"` }
WorkflowConfigUpdateRequest struct for WorkflowConfigUpdateRequest
func NewWorkflowConfigUpdateRequest ¶ added in v1.5.0
func NewWorkflowConfigUpdateRequest(workflowId string, workflowConfig WorkflowConfig) *WorkflowConfigUpdateRequest
NewWorkflowConfigUpdateRequest instantiates a new WorkflowConfigUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowConfigUpdateRequestWithDefaults ¶ added in v1.5.0
func NewWorkflowConfigUpdateRequestWithDefaults() *WorkflowConfigUpdateRequest
NewWorkflowConfigUpdateRequestWithDefaults instantiates a new WorkflowConfigUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowConfigUpdateRequest) GetWorkflowConfig ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) GetWorkflowConfig() WorkflowConfig
GetWorkflowConfig returns the WorkflowConfig field value
func (*WorkflowConfigUpdateRequest) GetWorkflowConfigOk ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) GetWorkflowConfigOk() (*WorkflowConfig, bool)
GetWorkflowConfigOk returns a tuple with the WorkflowConfig field value and a boolean to check if the value has been set.
func (*WorkflowConfigUpdateRequest) GetWorkflowId ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowConfigUpdateRequest) GetWorkflowIdOk ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowConfigUpdateRequest) GetWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowConfigUpdateRequest) GetWorkflowRunIdOk ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowConfigUpdateRequest) HasWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowConfigUpdateRequest) MarshalJSON ¶ added in v1.5.0
func (o WorkflowConfigUpdateRequest) MarshalJSON() ([]byte, error)
func (*WorkflowConfigUpdateRequest) SetWorkflowConfig ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) SetWorkflowConfig(v WorkflowConfig)
SetWorkflowConfig sets field value
func (*WorkflowConfigUpdateRequest) SetWorkflowId ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowConfigUpdateRequest) SetWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowConfigUpdateRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowConfigUpdateRequest) ToMap ¶ added in v1.5.0
func (o WorkflowConfigUpdateRequest) ToMap() (map[string]interface{}, error)
type WorkflowDumpRequest ¶ added in v1.5.0
type WorkflowDumpRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId string `json:"workflowRunId"` PageSizeInBytes int32 `json:"pageSizeInBytes"` PageNum int32 `json:"pageNum"` }
WorkflowDumpRequest struct for WorkflowDumpRequest
func NewWorkflowDumpRequest ¶ added in v1.5.0
func NewWorkflowDumpRequest(workflowId string, workflowRunId string, pageSizeInBytes int32, pageNum int32) *WorkflowDumpRequest
NewWorkflowDumpRequest instantiates a new WorkflowDumpRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowDumpRequestWithDefaults ¶ added in v1.5.0
func NewWorkflowDumpRequestWithDefaults() *WorkflowDumpRequest
NewWorkflowDumpRequestWithDefaults instantiates a new WorkflowDumpRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowDumpRequest) GetPageNum ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetPageNum() int32
GetPageNum returns the PageNum field value
func (*WorkflowDumpRequest) GetPageNumOk ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetPageNumOk() (*int32, bool)
GetPageNumOk returns a tuple with the PageNum field value and a boolean to check if the value has been set.
func (*WorkflowDumpRequest) GetPageSizeInBytes ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetPageSizeInBytes() int32
GetPageSizeInBytes returns the PageSizeInBytes field value
func (*WorkflowDumpRequest) GetPageSizeInBytesOk ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetPageSizeInBytesOk() (*int32, bool)
GetPageSizeInBytesOk returns a tuple with the PageSizeInBytes field value and a boolean to check if the value has been set.
func (*WorkflowDumpRequest) GetWorkflowId ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowDumpRequest) GetWorkflowIdOk ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowDumpRequest) GetWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value
func (*WorkflowDumpRequest) GetWorkflowRunIdOk ¶ added in v1.5.0
func (o *WorkflowDumpRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (WorkflowDumpRequest) MarshalJSON ¶ added in v1.5.0
func (o WorkflowDumpRequest) MarshalJSON() ([]byte, error)
func (*WorkflowDumpRequest) SetPageNum ¶ added in v1.5.0
func (o *WorkflowDumpRequest) SetPageNum(v int32)
SetPageNum sets field value
func (*WorkflowDumpRequest) SetPageSizeInBytes ¶ added in v1.5.0
func (o *WorkflowDumpRequest) SetPageSizeInBytes(v int32)
SetPageSizeInBytes sets field value
func (*WorkflowDumpRequest) SetWorkflowId ¶ added in v1.5.0
func (o *WorkflowDumpRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowDumpRequest) SetWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowDumpRequest) SetWorkflowRunId(v string)
SetWorkflowRunId sets field value
func (WorkflowDumpRequest) ToMap ¶ added in v1.5.0
func (o WorkflowDumpRequest) ToMap() (map[string]interface{}, error)
type WorkflowDumpResponse ¶ added in v1.5.0
type WorkflowDumpResponse struct { Checksum string `json:"checksum"` TotalPages int32 `json:"totalPages"` JsonData string `json:"jsonData"` }
WorkflowDumpResponse struct for WorkflowDumpResponse
func NewWorkflowDumpResponse ¶ added in v1.5.0
func NewWorkflowDumpResponse(checksum string, totalPages int32, jsonData string) *WorkflowDumpResponse
NewWorkflowDumpResponse instantiates a new WorkflowDumpResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowDumpResponseWithDefaults ¶ added in v1.5.0
func NewWorkflowDumpResponseWithDefaults() *WorkflowDumpResponse
NewWorkflowDumpResponseWithDefaults instantiates a new WorkflowDumpResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowDumpResponse) GetChecksum ¶ added in v1.5.0
func (o *WorkflowDumpResponse) GetChecksum() string
GetChecksum returns the Checksum field value
func (*WorkflowDumpResponse) GetChecksumOk ¶ added in v1.5.0
func (o *WorkflowDumpResponse) GetChecksumOk() (*string, bool)
GetChecksumOk returns a tuple with the Checksum field value and a boolean to check if the value has been set.
func (*WorkflowDumpResponse) GetJsonData ¶ added in v1.5.0
func (o *WorkflowDumpResponse) GetJsonData() string
GetJsonData returns the JsonData field value
func (*WorkflowDumpResponse) GetJsonDataOk ¶ added in v1.5.0
func (o *WorkflowDumpResponse) GetJsonDataOk() (*string, bool)
GetJsonDataOk returns a tuple with the JsonData field value and a boolean to check if the value has been set.
func (*WorkflowDumpResponse) GetTotalPages ¶ added in v1.5.0
func (o *WorkflowDumpResponse) GetTotalPages() int32
GetTotalPages returns the TotalPages field value
func (*WorkflowDumpResponse) GetTotalPagesOk ¶ added in v1.5.0
func (o *WorkflowDumpResponse) GetTotalPagesOk() (*int32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value and a boolean to check if the value has been set.
func (WorkflowDumpResponse) MarshalJSON ¶ added in v1.5.0
func (o WorkflowDumpResponse) MarshalJSON() ([]byte, error)
func (*WorkflowDumpResponse) SetChecksum ¶ added in v1.5.0
func (o *WorkflowDumpResponse) SetChecksum(v string)
SetChecksum sets field value
func (*WorkflowDumpResponse) SetJsonData ¶ added in v1.5.0
func (o *WorkflowDumpResponse) SetJsonData(v string)
SetJsonData sets field value
func (*WorkflowDumpResponse) SetTotalPages ¶ added in v1.5.0
func (o *WorkflowDumpResponse) SetTotalPages(v int32)
SetTotalPages sets field value
func (WorkflowDumpResponse) ToMap ¶ added in v1.5.0
func (o WorkflowDumpResponse) ToMap() (map[string]interface{}, error)
type WorkflowErrorType ¶ added in v1.3.0
type WorkflowErrorType string
WorkflowErrorType the model 'WorkflowErrorType'
const ( STATE_DECISION_FAILING_WORKFLOW_ERROR_TYPE WorkflowErrorType = "STATE_DECISION_FAILING_WORKFLOW_ERROR_TYPE" CLIENT_API_FAILING_WORKFLOW_ERROR_TYPE WorkflowErrorType = "CLIENT_API_FAILING_WORKFLOW_ERROR_TYPE" STATE_API_FAIL_MAX_OUT_RETRY_ERROR_TYPE WorkflowErrorType = "STATE_API_FAIL_MAX_OUT_RETRY_ERROR_TYPE" INVALID_USER_WORKFLOW_CODE_ERROR_TYPE WorkflowErrorType = "INVALID_USER_WORKFLOW_CODE_ERROR_TYPE" RPC_ACQUIRE_LOCK_FAILURE WorkflowErrorType = "RPC_ACQUIRE_LOCK_FAILURE" SERVER_INTERNAL_ERROR_TYPE WorkflowErrorType = "SERVER_INTERNAL_ERROR_TYPE" )
List of WorkflowErrorType
func NewWorkflowErrorTypeFromValue ¶ added in v1.3.0
func NewWorkflowErrorTypeFromValue(v string) (*WorkflowErrorType, error)
NewWorkflowErrorTypeFromValue returns a pointer to a valid WorkflowErrorType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowErrorType) IsValid ¶ added in v1.3.0
func (v WorkflowErrorType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowErrorType) Ptr ¶ added in v1.3.0
func (v WorkflowErrorType) Ptr() *WorkflowErrorType
Ptr returns reference to WorkflowErrorType value
func (*WorkflowErrorType) UnmarshalJSON ¶ added in v1.3.0
func (v *WorkflowErrorType) UnmarshalJSON(src []byte) error
type WorkflowGetDataObjectsRequest ¶
type WorkflowGetDataObjectsRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` Keys []string `json:"keys,omitempty"` UseMemoForDataAttributes *bool `json:"useMemoForDataAttributes,omitempty"` }
WorkflowGetDataObjectsRequest struct for WorkflowGetDataObjectsRequest
func NewWorkflowGetDataObjectsRequest ¶
func NewWorkflowGetDataObjectsRequest(workflowId string) *WorkflowGetDataObjectsRequest
NewWorkflowGetDataObjectsRequest instantiates a new WorkflowGetDataObjectsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowGetDataObjectsRequestWithDefaults ¶
func NewWorkflowGetDataObjectsRequestWithDefaults() *WorkflowGetDataObjectsRequest
NewWorkflowGetDataObjectsRequestWithDefaults instantiates a new WorkflowGetDataObjectsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowGetDataObjectsRequest) GetKeys ¶
func (o *WorkflowGetDataObjectsRequest) GetKeys() []string
GetKeys returns the Keys field value if set, zero value otherwise.
func (*WorkflowGetDataObjectsRequest) GetKeysOk ¶
func (o *WorkflowGetDataObjectsRequest) GetKeysOk() ([]string, bool)
GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetDataObjectsRequest) GetUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowGetDataObjectsRequest) GetUseMemoForDataAttributes() bool
GetUseMemoForDataAttributes returns the UseMemoForDataAttributes field value if set, zero value otherwise.
func (*WorkflowGetDataObjectsRequest) GetUseMemoForDataAttributesOk ¶ added in v1.6.0
func (o *WorkflowGetDataObjectsRequest) GetUseMemoForDataAttributesOk() (*bool, bool)
GetUseMemoForDataAttributesOk returns a tuple with the UseMemoForDataAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetDataObjectsRequest) GetWorkflowId ¶
func (o *WorkflowGetDataObjectsRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowGetDataObjectsRequest) GetWorkflowIdOk ¶
func (o *WorkflowGetDataObjectsRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowGetDataObjectsRequest) GetWorkflowRunId ¶
func (o *WorkflowGetDataObjectsRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowGetDataObjectsRequest) GetWorkflowRunIdOk ¶
func (o *WorkflowGetDataObjectsRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetDataObjectsRequest) HasKeys ¶
func (o *WorkflowGetDataObjectsRequest) HasKeys() bool
HasKeys returns a boolean if a field has been set.
func (*WorkflowGetDataObjectsRequest) HasUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowGetDataObjectsRequest) HasUseMemoForDataAttributes() bool
HasUseMemoForDataAttributes returns a boolean if a field has been set.
func (*WorkflowGetDataObjectsRequest) HasWorkflowRunId ¶
func (o *WorkflowGetDataObjectsRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowGetDataObjectsRequest) MarshalJSON ¶
func (o WorkflowGetDataObjectsRequest) MarshalJSON() ([]byte, error)
func (*WorkflowGetDataObjectsRequest) SetKeys ¶
func (o *WorkflowGetDataObjectsRequest) SetKeys(v []string)
SetKeys gets a reference to the given []string and assigns it to the Keys field.
func (*WorkflowGetDataObjectsRequest) SetUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowGetDataObjectsRequest) SetUseMemoForDataAttributes(v bool)
SetUseMemoForDataAttributes gets a reference to the given bool and assigns it to the UseMemoForDataAttributes field.
func (*WorkflowGetDataObjectsRequest) SetWorkflowId ¶
func (o *WorkflowGetDataObjectsRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowGetDataObjectsRequest) SetWorkflowRunId ¶
func (o *WorkflowGetDataObjectsRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowGetDataObjectsRequest) ToMap ¶ added in v1.4.0
func (o WorkflowGetDataObjectsRequest) ToMap() (map[string]interface{}, error)
type WorkflowGetDataObjectsResponse ¶
type WorkflowGetDataObjectsResponse struct {
Objects []KeyValue `json:"objects,omitempty"`
}
WorkflowGetDataObjectsResponse struct for WorkflowGetDataObjectsResponse
func NewWorkflowGetDataObjectsResponse ¶
func NewWorkflowGetDataObjectsResponse() *WorkflowGetDataObjectsResponse
NewWorkflowGetDataObjectsResponse instantiates a new WorkflowGetDataObjectsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowGetDataObjectsResponseWithDefaults ¶
func NewWorkflowGetDataObjectsResponseWithDefaults() *WorkflowGetDataObjectsResponse
NewWorkflowGetDataObjectsResponseWithDefaults instantiates a new WorkflowGetDataObjectsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowGetDataObjectsResponse) GetObjects ¶
func (o *WorkflowGetDataObjectsResponse) GetObjects() []KeyValue
GetObjects returns the Objects field value if set, zero value otherwise.
func (*WorkflowGetDataObjectsResponse) GetObjectsOk ¶
func (o *WorkflowGetDataObjectsResponse) GetObjectsOk() ([]KeyValue, bool)
GetObjectsOk returns a tuple with the Objects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetDataObjectsResponse) HasObjects ¶
func (o *WorkflowGetDataObjectsResponse) HasObjects() bool
HasObjects returns a boolean if a field has been set.
func (WorkflowGetDataObjectsResponse) MarshalJSON ¶
func (o WorkflowGetDataObjectsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowGetDataObjectsResponse) SetObjects ¶
func (o *WorkflowGetDataObjectsResponse) SetObjects(v []KeyValue)
SetObjects gets a reference to the given []KeyValue and assigns it to the Objects field.
func (WorkflowGetDataObjectsResponse) ToMap ¶ added in v1.4.0
func (o WorkflowGetDataObjectsResponse) ToMap() (map[string]interface{}, error)
type WorkflowGetRequest ¶
type WorkflowGetRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` NeedsResults *bool `json:"needsResults,omitempty"` WaitTimeSeconds *int32 `json:"waitTimeSeconds,omitempty"` }
WorkflowGetRequest struct for WorkflowGetRequest
func NewWorkflowGetRequest ¶
func NewWorkflowGetRequest(workflowId string) *WorkflowGetRequest
NewWorkflowGetRequest instantiates a new WorkflowGetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowGetRequestWithDefaults ¶
func NewWorkflowGetRequestWithDefaults() *WorkflowGetRequest
NewWorkflowGetRequestWithDefaults instantiates a new WorkflowGetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowGetRequest) GetNeedsResults ¶
func (o *WorkflowGetRequest) GetNeedsResults() bool
GetNeedsResults returns the NeedsResults field value if set, zero value otherwise.
func (*WorkflowGetRequest) GetNeedsResultsOk ¶
func (o *WorkflowGetRequest) GetNeedsResultsOk() (*bool, bool)
GetNeedsResultsOk returns a tuple with the NeedsResults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetRequest) GetWaitTimeSeconds ¶
func (o *WorkflowGetRequest) GetWaitTimeSeconds() int32
GetWaitTimeSeconds returns the WaitTimeSeconds field value if set, zero value otherwise.
func (*WorkflowGetRequest) GetWaitTimeSecondsOk ¶
func (o *WorkflowGetRequest) GetWaitTimeSecondsOk() (*int32, bool)
GetWaitTimeSecondsOk returns a tuple with the WaitTimeSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetRequest) GetWorkflowId ¶
func (o *WorkflowGetRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowGetRequest) GetWorkflowIdOk ¶
func (o *WorkflowGetRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowGetRequest) GetWorkflowRunId ¶
func (o *WorkflowGetRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowGetRequest) GetWorkflowRunIdOk ¶
func (o *WorkflowGetRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetRequest) HasNeedsResults ¶
func (o *WorkflowGetRequest) HasNeedsResults() bool
HasNeedsResults returns a boolean if a field has been set.
func (*WorkflowGetRequest) HasWaitTimeSeconds ¶
func (o *WorkflowGetRequest) HasWaitTimeSeconds() bool
HasWaitTimeSeconds returns a boolean if a field has been set.
func (*WorkflowGetRequest) HasWorkflowRunId ¶
func (o *WorkflowGetRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowGetRequest) MarshalJSON ¶
func (o WorkflowGetRequest) MarshalJSON() ([]byte, error)
func (*WorkflowGetRequest) SetNeedsResults ¶
func (o *WorkflowGetRequest) SetNeedsResults(v bool)
SetNeedsResults gets a reference to the given bool and assigns it to the NeedsResults field.
func (*WorkflowGetRequest) SetWaitTimeSeconds ¶
func (o *WorkflowGetRequest) SetWaitTimeSeconds(v int32)
SetWaitTimeSeconds gets a reference to the given int32 and assigns it to the WaitTimeSeconds field.
func (*WorkflowGetRequest) SetWorkflowId ¶
func (o *WorkflowGetRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowGetRequest) SetWorkflowRunId ¶
func (o *WorkflowGetRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowGetRequest) ToMap ¶ added in v1.4.0
func (o WorkflowGetRequest) ToMap() (map[string]interface{}, error)
type WorkflowGetResponse ¶
type WorkflowGetResponse struct { WorkflowRunId string `json:"workflowRunId"` WorkflowStatus WorkflowStatus `json:"workflowStatus"` Results []StateCompletionOutput `json:"results,omitempty"` ErrorType *WorkflowErrorType `json:"errorType,omitempty"` ErrorMessage *string `json:"errorMessage,omitempty"` }
WorkflowGetResponse struct for WorkflowGetResponse
func NewWorkflowGetResponse ¶
func NewWorkflowGetResponse(workflowRunId string, workflowStatus WorkflowStatus) *WorkflowGetResponse
NewWorkflowGetResponse instantiates a new WorkflowGetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowGetResponseWithDefaults ¶
func NewWorkflowGetResponseWithDefaults() *WorkflowGetResponse
NewWorkflowGetResponseWithDefaults instantiates a new WorkflowGetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowGetResponse) GetErrorMessage ¶ added in v1.3.0
func (o *WorkflowGetResponse) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*WorkflowGetResponse) GetErrorMessageOk ¶ added in v1.3.0
func (o *WorkflowGetResponse) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetResponse) GetErrorType ¶ added in v1.3.0
func (o *WorkflowGetResponse) GetErrorType() WorkflowErrorType
GetErrorType returns the ErrorType field value if set, zero value otherwise.
func (*WorkflowGetResponse) GetErrorTypeOk ¶ added in v1.3.0
func (o *WorkflowGetResponse) GetErrorTypeOk() (*WorkflowErrorType, bool)
GetErrorTypeOk returns a tuple with the ErrorType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetResponse) GetResults ¶
func (o *WorkflowGetResponse) GetResults() []StateCompletionOutput
GetResults returns the Results field value if set, zero value otherwise.
func (*WorkflowGetResponse) GetResultsOk ¶
func (o *WorkflowGetResponse) GetResultsOk() ([]StateCompletionOutput, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetResponse) GetWorkflowRunId ¶
func (o *WorkflowGetResponse) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value
func (*WorkflowGetResponse) GetWorkflowRunIdOk ¶
func (o *WorkflowGetResponse) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (*WorkflowGetResponse) GetWorkflowStatus ¶
func (o *WorkflowGetResponse) GetWorkflowStatus() WorkflowStatus
GetWorkflowStatus returns the WorkflowStatus field value
func (*WorkflowGetResponse) GetWorkflowStatusOk ¶
func (o *WorkflowGetResponse) GetWorkflowStatusOk() (*WorkflowStatus, bool)
GetWorkflowStatusOk returns a tuple with the WorkflowStatus field value and a boolean to check if the value has been set.
func (*WorkflowGetResponse) HasErrorMessage ¶ added in v1.3.0
func (o *WorkflowGetResponse) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (*WorkflowGetResponse) HasErrorType ¶ added in v1.3.0
func (o *WorkflowGetResponse) HasErrorType() bool
HasErrorType returns a boolean if a field has been set.
func (*WorkflowGetResponse) HasResults ¶
func (o *WorkflowGetResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (WorkflowGetResponse) MarshalJSON ¶
func (o WorkflowGetResponse) MarshalJSON() ([]byte, error)
func (*WorkflowGetResponse) SetErrorMessage ¶ added in v1.3.0
func (o *WorkflowGetResponse) SetErrorMessage(v string)
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (*WorkflowGetResponse) SetErrorType ¶ added in v1.3.0
func (o *WorkflowGetResponse) SetErrorType(v WorkflowErrorType)
SetErrorType gets a reference to the given WorkflowErrorType and assigns it to the ErrorType field.
func (*WorkflowGetResponse) SetResults ¶
func (o *WorkflowGetResponse) SetResults(v []StateCompletionOutput)
SetResults gets a reference to the given []StateCompletionOutput and assigns it to the Results field.
func (*WorkflowGetResponse) SetWorkflowRunId ¶
func (o *WorkflowGetResponse) SetWorkflowRunId(v string)
SetWorkflowRunId sets field value
func (*WorkflowGetResponse) SetWorkflowStatus ¶
func (o *WorkflowGetResponse) SetWorkflowStatus(v WorkflowStatus)
SetWorkflowStatus sets field value
func (WorkflowGetResponse) ToMap ¶ added in v1.4.0
func (o WorkflowGetResponse) ToMap() (map[string]interface{}, error)
type WorkflowGetSearchAttributesRequest ¶
type WorkflowGetSearchAttributesRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` Keys []SearchAttributeKeyAndType `json:"keys,omitempty"` }
WorkflowGetSearchAttributesRequest struct for WorkflowGetSearchAttributesRequest
func NewWorkflowGetSearchAttributesRequest ¶
func NewWorkflowGetSearchAttributesRequest(workflowId string) *WorkflowGetSearchAttributesRequest
NewWorkflowGetSearchAttributesRequest instantiates a new WorkflowGetSearchAttributesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowGetSearchAttributesRequestWithDefaults ¶
func NewWorkflowGetSearchAttributesRequestWithDefaults() *WorkflowGetSearchAttributesRequest
NewWorkflowGetSearchAttributesRequestWithDefaults instantiates a new WorkflowGetSearchAttributesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowGetSearchAttributesRequest) GetKeys ¶
func (o *WorkflowGetSearchAttributesRequest) GetKeys() []SearchAttributeKeyAndType
GetKeys returns the Keys field value if set, zero value otherwise.
func (*WorkflowGetSearchAttributesRequest) GetKeysOk ¶
func (o *WorkflowGetSearchAttributesRequest) GetKeysOk() ([]SearchAttributeKeyAndType, bool)
GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetSearchAttributesRequest) GetWorkflowId ¶
func (o *WorkflowGetSearchAttributesRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowGetSearchAttributesRequest) GetWorkflowIdOk ¶
func (o *WorkflowGetSearchAttributesRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowGetSearchAttributesRequest) GetWorkflowRunId ¶
func (o *WorkflowGetSearchAttributesRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowGetSearchAttributesRequest) GetWorkflowRunIdOk ¶
func (o *WorkflowGetSearchAttributesRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetSearchAttributesRequest) HasKeys ¶
func (o *WorkflowGetSearchAttributesRequest) HasKeys() bool
HasKeys returns a boolean if a field has been set.
func (*WorkflowGetSearchAttributesRequest) HasWorkflowRunId ¶
func (o *WorkflowGetSearchAttributesRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowGetSearchAttributesRequest) MarshalJSON ¶
func (o WorkflowGetSearchAttributesRequest) MarshalJSON() ([]byte, error)
func (*WorkflowGetSearchAttributesRequest) SetKeys ¶
func (o *WorkflowGetSearchAttributesRequest) SetKeys(v []SearchAttributeKeyAndType)
SetKeys gets a reference to the given []SearchAttributeKeyAndType and assigns it to the Keys field.
func (*WorkflowGetSearchAttributesRequest) SetWorkflowId ¶
func (o *WorkflowGetSearchAttributesRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowGetSearchAttributesRequest) SetWorkflowRunId ¶
func (o *WorkflowGetSearchAttributesRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowGetSearchAttributesRequest) ToMap ¶ added in v1.4.0
func (o WorkflowGetSearchAttributesRequest) ToMap() (map[string]interface{}, error)
type WorkflowGetSearchAttributesResponse ¶
type WorkflowGetSearchAttributesResponse struct {
SearchAttributes []SearchAttribute `json:"searchAttributes,omitempty"`
}
WorkflowGetSearchAttributesResponse struct for WorkflowGetSearchAttributesResponse
func NewWorkflowGetSearchAttributesResponse ¶
func NewWorkflowGetSearchAttributesResponse() *WorkflowGetSearchAttributesResponse
NewWorkflowGetSearchAttributesResponse instantiates a new WorkflowGetSearchAttributesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowGetSearchAttributesResponseWithDefaults ¶
func NewWorkflowGetSearchAttributesResponseWithDefaults() *WorkflowGetSearchAttributesResponse
NewWorkflowGetSearchAttributesResponseWithDefaults instantiates a new WorkflowGetSearchAttributesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowGetSearchAttributesResponse) GetSearchAttributes ¶
func (o *WorkflowGetSearchAttributesResponse) GetSearchAttributes() []SearchAttribute
GetSearchAttributes returns the SearchAttributes field value if set, zero value otherwise.
func (*WorkflowGetSearchAttributesResponse) GetSearchAttributesOk ¶
func (o *WorkflowGetSearchAttributesResponse) GetSearchAttributesOk() ([]SearchAttribute, bool)
GetSearchAttributesOk returns a tuple with the SearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowGetSearchAttributesResponse) HasSearchAttributes ¶
func (o *WorkflowGetSearchAttributesResponse) HasSearchAttributes() bool
HasSearchAttributes returns a boolean if a field has been set.
func (WorkflowGetSearchAttributesResponse) MarshalJSON ¶
func (o WorkflowGetSearchAttributesResponse) MarshalJSON() ([]byte, error)
func (*WorkflowGetSearchAttributesResponse) SetSearchAttributes ¶
func (o *WorkflowGetSearchAttributesResponse) SetSearchAttributes(v []SearchAttribute)
SetSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the SearchAttributes field.
func (WorkflowGetSearchAttributesResponse) ToMap ¶ added in v1.4.0
func (o WorkflowGetSearchAttributesResponse) ToMap() (map[string]interface{}, error)
type WorkflowIDReusePolicy ¶
type WorkflowIDReusePolicy string
WorkflowIDReusePolicy the model 'WorkflowIDReusePolicy'
const ( ALLOW_DUPLICATE_FAILED_ONLY WorkflowIDReusePolicy = "ALLOW_DUPLICATE_FAILED_ONLY" ALLOW_DUPLICATE WorkflowIDReusePolicy = "ALLOW_DUPLICATE" REJECT_DUPLICATE WorkflowIDReusePolicy = "REJECT_DUPLICATE" TERMINATE_IF_RUNNING WorkflowIDReusePolicy = "TERMINATE_IF_RUNNING" )
List of WorkflowIDReusePolicy
func NewWorkflowIDReusePolicyFromValue ¶
func NewWorkflowIDReusePolicyFromValue(v string) (*WorkflowIDReusePolicy, error)
NewWorkflowIDReusePolicyFromValue returns a pointer to a valid WorkflowIDReusePolicy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowIDReusePolicy) IsValid ¶
func (v WorkflowIDReusePolicy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowIDReusePolicy) Ptr ¶
func (v WorkflowIDReusePolicy) Ptr() *WorkflowIDReusePolicy
Ptr returns reference to WorkflowIDReusePolicy value
func (*WorkflowIDReusePolicy) UnmarshalJSON ¶
func (v *WorkflowIDReusePolicy) UnmarshalJSON(src []byte) error
type WorkflowResetRequest ¶
type WorkflowResetRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` ResetType WorkflowResetType `json:"resetType"` HistoryEventId *int32 `json:"historyEventId,omitempty"` Reason *string `json:"reason,omitempty"` HistoryEventTime *string `json:"historyEventTime,omitempty"` StateId *string `json:"stateId,omitempty"` StateExecutionId *string `json:"stateExecutionId,omitempty"` SkipSignalReapply *bool `json:"skipSignalReapply,omitempty"` SkipUpdateReapply *bool `json:"skipUpdateReapply,omitempty"` }
WorkflowResetRequest struct for WorkflowResetRequest
func NewWorkflowResetRequest ¶
func NewWorkflowResetRequest(workflowId string, resetType WorkflowResetType) *WorkflowResetRequest
NewWorkflowResetRequest instantiates a new WorkflowResetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowResetRequestWithDefaults ¶
func NewWorkflowResetRequestWithDefaults() *WorkflowResetRequest
NewWorkflowResetRequestWithDefaults instantiates a new WorkflowResetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowResetRequest) GetHistoryEventId ¶
func (o *WorkflowResetRequest) GetHistoryEventId() int32
GetHistoryEventId returns the HistoryEventId field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetHistoryEventIdOk ¶
func (o *WorkflowResetRequest) GetHistoryEventIdOk() (*int32, bool)
GetHistoryEventIdOk returns a tuple with the HistoryEventId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetHistoryEventTime ¶
func (o *WorkflowResetRequest) GetHistoryEventTime() string
GetHistoryEventTime returns the HistoryEventTime field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetHistoryEventTimeOk ¶
func (o *WorkflowResetRequest) GetHistoryEventTimeOk() (*string, bool)
GetHistoryEventTimeOk returns a tuple with the HistoryEventTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetReason ¶
func (o *WorkflowResetRequest) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetReasonOk ¶
func (o *WorkflowResetRequest) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetResetType ¶
func (o *WorkflowResetRequest) GetResetType() WorkflowResetType
GetResetType returns the ResetType field value
func (*WorkflowResetRequest) GetResetTypeOk ¶
func (o *WorkflowResetRequest) GetResetTypeOk() (*WorkflowResetType, bool)
GetResetTypeOk returns a tuple with the ResetType field value and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetSkipSignalReapply ¶
func (o *WorkflowResetRequest) GetSkipSignalReapply() bool
GetSkipSignalReapply returns the SkipSignalReapply field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetSkipSignalReapplyOk ¶
func (o *WorkflowResetRequest) GetSkipSignalReapplyOk() (*bool, bool)
GetSkipSignalReapplyOk returns a tuple with the SkipSignalReapply field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetSkipUpdateReapply ¶ added in v1.14.1
func (o *WorkflowResetRequest) GetSkipUpdateReapply() bool
GetSkipUpdateReapply returns the SkipUpdateReapply field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetSkipUpdateReapplyOk ¶ added in v1.14.1
func (o *WorkflowResetRequest) GetSkipUpdateReapplyOk() (*bool, bool)
GetSkipUpdateReapplyOk returns a tuple with the SkipUpdateReapply field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetStateExecutionId ¶
func (o *WorkflowResetRequest) GetStateExecutionId() string
GetStateExecutionId returns the StateExecutionId field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetStateExecutionIdOk ¶
func (o *WorkflowResetRequest) GetStateExecutionIdOk() (*string, bool)
GetStateExecutionIdOk returns a tuple with the StateExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetStateId ¶
func (o *WorkflowResetRequest) GetStateId() string
GetStateId returns the StateId field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetStateIdOk ¶
func (o *WorkflowResetRequest) GetStateIdOk() (*string, bool)
GetStateIdOk returns a tuple with the StateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetWorkflowId ¶
func (o *WorkflowResetRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowResetRequest) GetWorkflowIdOk ¶
func (o *WorkflowResetRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowResetRequest) GetWorkflowRunId ¶
func (o *WorkflowResetRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowResetRequest) GetWorkflowRunIdOk ¶
func (o *WorkflowResetRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowResetRequest) HasHistoryEventId ¶
func (o *WorkflowResetRequest) HasHistoryEventId() bool
HasHistoryEventId returns a boolean if a field has been set.
func (*WorkflowResetRequest) HasHistoryEventTime ¶
func (o *WorkflowResetRequest) HasHistoryEventTime() bool
HasHistoryEventTime returns a boolean if a field has been set.
func (*WorkflowResetRequest) HasReason ¶
func (o *WorkflowResetRequest) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*WorkflowResetRequest) HasSkipSignalReapply ¶
func (o *WorkflowResetRequest) HasSkipSignalReapply() bool
HasSkipSignalReapply returns a boolean if a field has been set.
func (*WorkflowResetRequest) HasSkipUpdateReapply ¶ added in v1.14.1
func (o *WorkflowResetRequest) HasSkipUpdateReapply() bool
HasSkipUpdateReapply returns a boolean if a field has been set.
func (*WorkflowResetRequest) HasStateExecutionId ¶
func (o *WorkflowResetRequest) HasStateExecutionId() bool
HasStateExecutionId returns a boolean if a field has been set.
func (*WorkflowResetRequest) HasStateId ¶
func (o *WorkflowResetRequest) HasStateId() bool
HasStateId returns a boolean if a field has been set.
func (*WorkflowResetRequest) HasWorkflowRunId ¶
func (o *WorkflowResetRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowResetRequest) MarshalJSON ¶
func (o WorkflowResetRequest) MarshalJSON() ([]byte, error)
func (*WorkflowResetRequest) SetHistoryEventId ¶
func (o *WorkflowResetRequest) SetHistoryEventId(v int32)
SetHistoryEventId gets a reference to the given int32 and assigns it to the HistoryEventId field.
func (*WorkflowResetRequest) SetHistoryEventTime ¶
func (o *WorkflowResetRequest) SetHistoryEventTime(v string)
SetHistoryEventTime gets a reference to the given string and assigns it to the HistoryEventTime field.
func (*WorkflowResetRequest) SetReason ¶
func (o *WorkflowResetRequest) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*WorkflowResetRequest) SetResetType ¶
func (o *WorkflowResetRequest) SetResetType(v WorkflowResetType)
SetResetType sets field value
func (*WorkflowResetRequest) SetSkipSignalReapply ¶
func (o *WorkflowResetRequest) SetSkipSignalReapply(v bool)
SetSkipSignalReapply gets a reference to the given bool and assigns it to the SkipSignalReapply field.
func (*WorkflowResetRequest) SetSkipUpdateReapply ¶ added in v1.14.1
func (o *WorkflowResetRequest) SetSkipUpdateReapply(v bool)
SetSkipUpdateReapply gets a reference to the given bool and assigns it to the SkipUpdateReapply field.
func (*WorkflowResetRequest) SetStateExecutionId ¶
func (o *WorkflowResetRequest) SetStateExecutionId(v string)
SetStateExecutionId gets a reference to the given string and assigns it to the StateExecutionId field.
func (*WorkflowResetRequest) SetStateId ¶
func (o *WorkflowResetRequest) SetStateId(v string)
SetStateId gets a reference to the given string and assigns it to the StateId field.
func (*WorkflowResetRequest) SetWorkflowId ¶
func (o *WorkflowResetRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowResetRequest) SetWorkflowRunId ¶
func (o *WorkflowResetRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowResetRequest) ToMap ¶ added in v1.4.0
func (o WorkflowResetRequest) ToMap() (map[string]interface{}, error)
type WorkflowResetResponse ¶
type WorkflowResetResponse struct {
WorkflowRunId string `json:"workflowRunId"`
}
WorkflowResetResponse struct for WorkflowResetResponse
func NewWorkflowResetResponse ¶
func NewWorkflowResetResponse(workflowRunId string) *WorkflowResetResponse
NewWorkflowResetResponse instantiates a new WorkflowResetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowResetResponseWithDefaults ¶
func NewWorkflowResetResponseWithDefaults() *WorkflowResetResponse
NewWorkflowResetResponseWithDefaults instantiates a new WorkflowResetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowResetResponse) GetWorkflowRunId ¶
func (o *WorkflowResetResponse) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value
func (*WorkflowResetResponse) GetWorkflowRunIdOk ¶
func (o *WorkflowResetResponse) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (WorkflowResetResponse) MarshalJSON ¶
func (o WorkflowResetResponse) MarshalJSON() ([]byte, error)
func (*WorkflowResetResponse) SetWorkflowRunId ¶
func (o *WorkflowResetResponse) SetWorkflowRunId(v string)
SetWorkflowRunId sets field value
func (WorkflowResetResponse) ToMap ¶ added in v1.4.0
func (o WorkflowResetResponse) ToMap() (map[string]interface{}, error)
type WorkflowResetType ¶
type WorkflowResetType string
WorkflowResetType the model 'WorkflowResetType'
const ( HISTORY_EVENT_ID WorkflowResetType = "HISTORY_EVENT_ID" BEGINNING WorkflowResetType = "BEGINNING" HISTORY_EVENT_TIME WorkflowResetType = "HISTORY_EVENT_TIME" STATE_ID WorkflowResetType = "STATE_ID" STATE_EXECUTION_ID WorkflowResetType = "STATE_EXECUTION_ID" )
List of WorkflowResetType
func NewWorkflowResetTypeFromValue ¶
func NewWorkflowResetTypeFromValue(v string) (*WorkflowResetType, error)
NewWorkflowResetTypeFromValue returns a pointer to a valid WorkflowResetType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowResetType) IsValid ¶
func (v WorkflowResetType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowResetType) Ptr ¶
func (v WorkflowResetType) Ptr() *WorkflowResetType
Ptr returns reference to WorkflowResetType value
func (*WorkflowResetType) UnmarshalJSON ¶
func (v *WorkflowResetType) UnmarshalJSON(src []byte) error
type WorkflowRetryPolicy ¶ added in v1.4.1
type WorkflowRetryPolicy struct { InitialIntervalSeconds *int32 `json:"initialIntervalSeconds,omitempty"` BackoffCoefficient *float32 `json:"backoffCoefficient,omitempty"` MaximumIntervalSeconds *int32 `json:"maximumIntervalSeconds,omitempty"` MaximumAttempts *int32 `json:"maximumAttempts,omitempty"` }
WorkflowRetryPolicy struct for WorkflowRetryPolicy
func NewWorkflowRetryPolicy ¶ added in v1.4.1
func NewWorkflowRetryPolicy() *WorkflowRetryPolicy
NewWorkflowRetryPolicy instantiates a new WorkflowRetryPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowRetryPolicyWithDefaults ¶ added in v1.4.1
func NewWorkflowRetryPolicyWithDefaults() *WorkflowRetryPolicy
NewWorkflowRetryPolicyWithDefaults instantiates a new WorkflowRetryPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowRetryPolicy) GetBackoffCoefficient ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetBackoffCoefficient() float32
GetBackoffCoefficient returns the BackoffCoefficient field value if set, zero value otherwise.
func (*WorkflowRetryPolicy) GetBackoffCoefficientOk ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetBackoffCoefficientOk() (*float32, bool)
GetBackoffCoefficientOk returns a tuple with the BackoffCoefficient field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRetryPolicy) GetInitialIntervalSeconds ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetInitialIntervalSeconds() int32
GetInitialIntervalSeconds returns the InitialIntervalSeconds field value if set, zero value otherwise.
func (*WorkflowRetryPolicy) GetInitialIntervalSecondsOk ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetInitialIntervalSecondsOk() (*int32, bool)
GetInitialIntervalSecondsOk returns a tuple with the InitialIntervalSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRetryPolicy) GetMaximumAttempts ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetMaximumAttempts() int32
GetMaximumAttempts returns the MaximumAttempts field value if set, zero value otherwise.
func (*WorkflowRetryPolicy) GetMaximumAttemptsOk ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetMaximumAttemptsOk() (*int32, bool)
GetMaximumAttemptsOk returns a tuple with the MaximumAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRetryPolicy) GetMaximumIntervalSeconds ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetMaximumIntervalSeconds() int32
GetMaximumIntervalSeconds returns the MaximumIntervalSeconds field value if set, zero value otherwise.
func (*WorkflowRetryPolicy) GetMaximumIntervalSecondsOk ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) GetMaximumIntervalSecondsOk() (*int32, bool)
GetMaximumIntervalSecondsOk returns a tuple with the MaximumIntervalSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRetryPolicy) HasBackoffCoefficient ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) HasBackoffCoefficient() bool
HasBackoffCoefficient returns a boolean if a field has been set.
func (*WorkflowRetryPolicy) HasInitialIntervalSeconds ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) HasInitialIntervalSeconds() bool
HasInitialIntervalSeconds returns a boolean if a field has been set.
func (*WorkflowRetryPolicy) HasMaximumAttempts ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) HasMaximumAttempts() bool
HasMaximumAttempts returns a boolean if a field has been set.
func (*WorkflowRetryPolicy) HasMaximumIntervalSeconds ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) HasMaximumIntervalSeconds() bool
HasMaximumIntervalSeconds returns a boolean if a field has been set.
func (WorkflowRetryPolicy) MarshalJSON ¶ added in v1.4.1
func (o WorkflowRetryPolicy) MarshalJSON() ([]byte, error)
func (*WorkflowRetryPolicy) SetBackoffCoefficient ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) SetBackoffCoefficient(v float32)
SetBackoffCoefficient gets a reference to the given float32 and assigns it to the BackoffCoefficient field.
func (*WorkflowRetryPolicy) SetInitialIntervalSeconds ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) SetInitialIntervalSeconds(v int32)
SetInitialIntervalSeconds gets a reference to the given int32 and assigns it to the InitialIntervalSeconds field.
func (*WorkflowRetryPolicy) SetMaximumAttempts ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) SetMaximumAttempts(v int32)
SetMaximumAttempts gets a reference to the given int32 and assigns it to the MaximumAttempts field.
func (*WorkflowRetryPolicy) SetMaximumIntervalSeconds ¶ added in v1.4.1
func (o *WorkflowRetryPolicy) SetMaximumIntervalSeconds(v int32)
SetMaximumIntervalSeconds gets a reference to the given int32 and assigns it to the MaximumIntervalSeconds field.
func (WorkflowRetryPolicy) ToMap ¶ added in v1.4.1
func (o WorkflowRetryPolicy) ToMap() (map[string]interface{}, error)
type WorkflowRpcRequest ¶ added in v1.5.0
type WorkflowRpcRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` RpcName string `json:"rpcName"` Input *EncodedObject `json:"input,omitempty"` SearchAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"searchAttributesLoadingPolicy,omitempty"` DataAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"dataAttributesLoadingPolicy,omitempty"` TimeoutSeconds *int32 `json:"timeoutSeconds,omitempty"` UseMemoForDataAttributes *bool `json:"useMemoForDataAttributes,omitempty"` SearchAttributes []SearchAttributeKeyAndType `json:"searchAttributes,omitempty"` }
WorkflowRpcRequest struct for WorkflowRpcRequest
func NewWorkflowRpcRequest ¶ added in v1.5.0
func NewWorkflowRpcRequest(workflowId string, rpcName string) *WorkflowRpcRequest
NewWorkflowRpcRequest instantiates a new WorkflowRpcRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowRpcRequestWithDefaults ¶ added in v1.5.0
func NewWorkflowRpcRequestWithDefaults() *WorkflowRpcRequest
NewWorkflowRpcRequestWithDefaults instantiates a new WorkflowRpcRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowRpcRequest) GetDataAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetDataAttributesLoadingPolicy() PersistenceLoadingPolicy
GetDataAttributesLoadingPolicy returns the DataAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowRpcRequest) GetDataAttributesLoadingPolicyOk ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetDataAttributesLoadingPolicyOk returns a tuple with the DataAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetInput ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetInput() EncodedObject
GetInput returns the Input field value if set, zero value otherwise.
func (*WorkflowRpcRequest) GetInputOk ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetInputOk() (*EncodedObject, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetRpcName ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetRpcName() string
GetRpcName returns the RpcName field value
func (*WorkflowRpcRequest) GetRpcNameOk ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetRpcNameOk() (*string, bool)
GetRpcNameOk returns a tuple with the RpcName field value and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetSearchAttributes ¶ added in v1.6.0
func (o *WorkflowRpcRequest) GetSearchAttributes() []SearchAttributeKeyAndType
GetSearchAttributes returns the SearchAttributes field value if set, zero value otherwise.
func (*WorkflowRpcRequest) GetSearchAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
GetSearchAttributesLoadingPolicy returns the SearchAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowRpcRequest) GetSearchAttributesLoadingPolicyOk ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetSearchAttributesLoadingPolicyOk returns a tuple with the SearchAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetSearchAttributesOk ¶ added in v1.6.0
func (o *WorkflowRpcRequest) GetSearchAttributesOk() ([]SearchAttributeKeyAndType, bool)
GetSearchAttributesOk returns a tuple with the SearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetTimeoutSeconds() int32
GetTimeoutSeconds returns the TimeoutSeconds field value if set, zero value otherwise.
func (*WorkflowRpcRequest) GetTimeoutSecondsOk ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetTimeoutSecondsOk() (*int32, bool)
GetTimeoutSecondsOk returns a tuple with the TimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowRpcRequest) GetUseMemoForDataAttributes() bool
GetUseMemoForDataAttributes returns the UseMemoForDataAttributes field value if set, zero value otherwise.
func (*WorkflowRpcRequest) GetUseMemoForDataAttributesOk ¶ added in v1.6.0
func (o *WorkflowRpcRequest) GetUseMemoForDataAttributesOk() (*bool, bool)
GetUseMemoForDataAttributesOk returns a tuple with the UseMemoForDataAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetWorkflowId ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowRpcRequest) GetWorkflowIdOk ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) GetWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowRpcRequest) GetWorkflowRunIdOk ¶ added in v1.5.0
func (o *WorkflowRpcRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcRequest) HasDataAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowRpcRequest) HasDataAttributesLoadingPolicy() bool
HasDataAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowRpcRequest) HasInput ¶ added in v1.5.0
func (o *WorkflowRpcRequest) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*WorkflowRpcRequest) HasSearchAttributes ¶ added in v1.6.0
func (o *WorkflowRpcRequest) HasSearchAttributes() bool
HasSearchAttributes returns a boolean if a field has been set.
func (*WorkflowRpcRequest) HasSearchAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowRpcRequest) HasSearchAttributesLoadingPolicy() bool
HasSearchAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowRpcRequest) HasTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowRpcRequest) HasTimeoutSeconds() bool
HasTimeoutSeconds returns a boolean if a field has been set.
func (*WorkflowRpcRequest) HasUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowRpcRequest) HasUseMemoForDataAttributes() bool
HasUseMemoForDataAttributes returns a boolean if a field has been set.
func (*WorkflowRpcRequest) HasWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowRpcRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowRpcRequest) MarshalJSON ¶ added in v1.5.0
func (o WorkflowRpcRequest) MarshalJSON() ([]byte, error)
func (*WorkflowRpcRequest) SetDataAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowRpcRequest) SetDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetDataAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the DataAttributesLoadingPolicy field.
func (*WorkflowRpcRequest) SetInput ¶ added in v1.5.0
func (o *WorkflowRpcRequest) SetInput(v EncodedObject)
SetInput gets a reference to the given EncodedObject and assigns it to the Input field.
func (*WorkflowRpcRequest) SetRpcName ¶ added in v1.5.0
func (o *WorkflowRpcRequest) SetRpcName(v string)
SetRpcName sets field value
func (*WorkflowRpcRequest) SetSearchAttributes ¶ added in v1.6.0
func (o *WorkflowRpcRequest) SetSearchAttributes(v []SearchAttributeKeyAndType)
SetSearchAttributes gets a reference to the given []SearchAttributeKeyAndType and assigns it to the SearchAttributes field.
func (*WorkflowRpcRequest) SetSearchAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowRpcRequest) SetSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetSearchAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the SearchAttributesLoadingPolicy field.
func (*WorkflowRpcRequest) SetTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowRpcRequest) SetTimeoutSeconds(v int32)
SetTimeoutSeconds gets a reference to the given int32 and assigns it to the TimeoutSeconds field.
func (*WorkflowRpcRequest) SetUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowRpcRequest) SetUseMemoForDataAttributes(v bool)
SetUseMemoForDataAttributes gets a reference to the given bool and assigns it to the UseMemoForDataAttributes field.
func (*WorkflowRpcRequest) SetWorkflowId ¶ added in v1.5.0
func (o *WorkflowRpcRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowRpcRequest) SetWorkflowRunId ¶ added in v1.5.0
func (o *WorkflowRpcRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowRpcRequest) ToMap ¶ added in v1.5.0
func (o WorkflowRpcRequest) ToMap() (map[string]interface{}, error)
type WorkflowRpcResponse ¶ added in v1.5.0
type WorkflowRpcResponse struct {
Output *EncodedObject `json:"output,omitempty"`
}
WorkflowRpcResponse struct for WorkflowRpcResponse
func NewWorkflowRpcResponse ¶ added in v1.5.0
func NewWorkflowRpcResponse() *WorkflowRpcResponse
NewWorkflowRpcResponse instantiates a new WorkflowRpcResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowRpcResponseWithDefaults ¶ added in v1.5.0
func NewWorkflowRpcResponseWithDefaults() *WorkflowRpcResponse
NewWorkflowRpcResponseWithDefaults instantiates a new WorkflowRpcResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowRpcResponse) GetOutput ¶ added in v1.5.0
func (o *WorkflowRpcResponse) GetOutput() EncodedObject
GetOutput returns the Output field value if set, zero value otherwise.
func (*WorkflowRpcResponse) GetOutputOk ¶ added in v1.5.0
func (o *WorkflowRpcResponse) GetOutputOk() (*EncodedObject, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRpcResponse) HasOutput ¶ added in v1.5.0
func (o *WorkflowRpcResponse) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (WorkflowRpcResponse) MarshalJSON ¶ added in v1.5.0
func (o WorkflowRpcResponse) MarshalJSON() ([]byte, error)
func (*WorkflowRpcResponse) SetOutput ¶ added in v1.5.0
func (o *WorkflowRpcResponse) SetOutput(v EncodedObject)
SetOutput gets a reference to the given EncodedObject and assigns it to the Output field.
func (WorkflowRpcResponse) ToMap ¶ added in v1.5.0
func (o WorkflowRpcResponse) ToMap() (map[string]interface{}, error)
type WorkflowSearchRequest ¶
type WorkflowSearchRequest struct { Query string `json:"query"` PageSize *int32 `json:"pageSize,omitempty"` NextPageToken *string `json:"nextPageToken,omitempty"` }
WorkflowSearchRequest struct for WorkflowSearchRequest
func NewWorkflowSearchRequest ¶
func NewWorkflowSearchRequest(query string) *WorkflowSearchRequest
NewWorkflowSearchRequest instantiates a new WorkflowSearchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSearchRequestWithDefaults ¶
func NewWorkflowSearchRequestWithDefaults() *WorkflowSearchRequest
NewWorkflowSearchRequestWithDefaults instantiates a new WorkflowSearchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSearchRequest) GetNextPageToken ¶
func (o *WorkflowSearchRequest) GetNextPageToken() string
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise.
func (*WorkflowSearchRequest) GetNextPageTokenOk ¶
func (o *WorkflowSearchRequest) GetNextPageTokenOk() (*string, bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSearchRequest) GetPageSize ¶
func (o *WorkflowSearchRequest) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*WorkflowSearchRequest) GetPageSizeOk ¶
func (o *WorkflowSearchRequest) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSearchRequest) GetQuery ¶
func (o *WorkflowSearchRequest) GetQuery() string
GetQuery returns the Query field value
func (*WorkflowSearchRequest) GetQueryOk ¶
func (o *WorkflowSearchRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (*WorkflowSearchRequest) HasNextPageToken ¶
func (o *WorkflowSearchRequest) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set.
func (*WorkflowSearchRequest) HasPageSize ¶
func (o *WorkflowSearchRequest) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (WorkflowSearchRequest) MarshalJSON ¶
func (o WorkflowSearchRequest) MarshalJSON() ([]byte, error)
func (*WorkflowSearchRequest) SetNextPageToken ¶
func (o *WorkflowSearchRequest) SetNextPageToken(v string)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field.
func (*WorkflowSearchRequest) SetPageSize ¶
func (o *WorkflowSearchRequest) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*WorkflowSearchRequest) SetQuery ¶
func (o *WorkflowSearchRequest) SetQuery(v string)
SetQuery sets field value
func (WorkflowSearchRequest) ToMap ¶ added in v1.4.0
func (o WorkflowSearchRequest) ToMap() (map[string]interface{}, error)
type WorkflowSearchResponse ¶
type WorkflowSearchResponse struct { WorkflowExecutions []WorkflowSearchResponseEntry `json:"workflowExecutions,omitempty"` NextPageToken *string `json:"nextPageToken,omitempty"` }
WorkflowSearchResponse struct for WorkflowSearchResponse
func NewWorkflowSearchResponse ¶
func NewWorkflowSearchResponse() *WorkflowSearchResponse
NewWorkflowSearchResponse instantiates a new WorkflowSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSearchResponseWithDefaults ¶
func NewWorkflowSearchResponseWithDefaults() *WorkflowSearchResponse
NewWorkflowSearchResponseWithDefaults instantiates a new WorkflowSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSearchResponse) GetNextPageToken ¶
func (o *WorkflowSearchResponse) GetNextPageToken() string
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise.
func (*WorkflowSearchResponse) GetNextPageTokenOk ¶
func (o *WorkflowSearchResponse) GetNextPageTokenOk() (*string, bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSearchResponse) GetWorkflowExecutions ¶
func (o *WorkflowSearchResponse) GetWorkflowExecutions() []WorkflowSearchResponseEntry
GetWorkflowExecutions returns the WorkflowExecutions field value if set, zero value otherwise.
func (*WorkflowSearchResponse) GetWorkflowExecutionsOk ¶
func (o *WorkflowSearchResponse) GetWorkflowExecutionsOk() ([]WorkflowSearchResponseEntry, bool)
GetWorkflowExecutionsOk returns a tuple with the WorkflowExecutions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSearchResponse) HasNextPageToken ¶
func (o *WorkflowSearchResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set.
func (*WorkflowSearchResponse) HasWorkflowExecutions ¶
func (o *WorkflowSearchResponse) HasWorkflowExecutions() bool
HasWorkflowExecutions returns a boolean if a field has been set.
func (WorkflowSearchResponse) MarshalJSON ¶
func (o WorkflowSearchResponse) MarshalJSON() ([]byte, error)
func (*WorkflowSearchResponse) SetNextPageToken ¶
func (o *WorkflowSearchResponse) SetNextPageToken(v string)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field.
func (*WorkflowSearchResponse) SetWorkflowExecutions ¶
func (o *WorkflowSearchResponse) SetWorkflowExecutions(v []WorkflowSearchResponseEntry)
SetWorkflowExecutions gets a reference to the given []WorkflowSearchResponseEntry and assigns it to the WorkflowExecutions field.
func (WorkflowSearchResponse) ToMap ¶ added in v1.4.0
func (o WorkflowSearchResponse) ToMap() (map[string]interface{}, error)
type WorkflowSearchResponseEntry ¶
type WorkflowSearchResponseEntry struct { WorkflowId string `json:"workflowId"` WorkflowRunId string `json:"workflowRunId"` }
WorkflowSearchResponseEntry struct for WorkflowSearchResponseEntry
func NewWorkflowSearchResponseEntry ¶
func NewWorkflowSearchResponseEntry(workflowId string, workflowRunId string) *WorkflowSearchResponseEntry
NewWorkflowSearchResponseEntry instantiates a new WorkflowSearchResponseEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSearchResponseEntryWithDefaults ¶
func NewWorkflowSearchResponseEntryWithDefaults() *WorkflowSearchResponseEntry
NewWorkflowSearchResponseEntryWithDefaults instantiates a new WorkflowSearchResponseEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSearchResponseEntry) GetWorkflowId ¶
func (o *WorkflowSearchResponseEntry) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowSearchResponseEntry) GetWorkflowIdOk ¶
func (o *WorkflowSearchResponseEntry) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowSearchResponseEntry) GetWorkflowRunId ¶
func (o *WorkflowSearchResponseEntry) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value
func (*WorkflowSearchResponseEntry) GetWorkflowRunIdOk ¶
func (o *WorkflowSearchResponseEntry) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (WorkflowSearchResponseEntry) MarshalJSON ¶
func (o WorkflowSearchResponseEntry) MarshalJSON() ([]byte, error)
func (*WorkflowSearchResponseEntry) SetWorkflowId ¶
func (o *WorkflowSearchResponseEntry) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowSearchResponseEntry) SetWorkflowRunId ¶
func (o *WorkflowSearchResponseEntry) SetWorkflowRunId(v string)
SetWorkflowRunId sets field value
func (WorkflowSearchResponseEntry) ToMap ¶ added in v1.4.0
func (o WorkflowSearchResponseEntry) ToMap() (map[string]interface{}, error)
type WorkflowSetDataObjectsRequest ¶ added in v1.13.0
type WorkflowSetDataObjectsRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` Objects []KeyValue `json:"objects,omitempty"` }
WorkflowSetDataObjectsRequest struct for WorkflowSetDataObjectsRequest
func NewWorkflowSetDataObjectsRequest ¶ added in v1.13.0
func NewWorkflowSetDataObjectsRequest(workflowId string) *WorkflowSetDataObjectsRequest
NewWorkflowSetDataObjectsRequest instantiates a new WorkflowSetDataObjectsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSetDataObjectsRequestWithDefaults ¶ added in v1.13.0
func NewWorkflowSetDataObjectsRequestWithDefaults() *WorkflowSetDataObjectsRequest
NewWorkflowSetDataObjectsRequestWithDefaults instantiates a new WorkflowSetDataObjectsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSetDataObjectsRequest) GetObjects ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) GetObjects() []KeyValue
GetObjects returns the Objects field value if set, zero value otherwise.
func (*WorkflowSetDataObjectsRequest) GetObjectsOk ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) GetObjectsOk() ([]KeyValue, bool)
GetObjectsOk returns a tuple with the Objects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSetDataObjectsRequest) GetWorkflowId ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowSetDataObjectsRequest) GetWorkflowIdOk ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowSetDataObjectsRequest) GetWorkflowRunId ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowSetDataObjectsRequest) GetWorkflowRunIdOk ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSetDataObjectsRequest) HasObjects ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) HasObjects() bool
HasObjects returns a boolean if a field has been set.
func (*WorkflowSetDataObjectsRequest) HasWorkflowRunId ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowSetDataObjectsRequest) MarshalJSON ¶ added in v1.13.0
func (o WorkflowSetDataObjectsRequest) MarshalJSON() ([]byte, error)
func (*WorkflowSetDataObjectsRequest) SetObjects ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) SetObjects(v []KeyValue)
SetObjects gets a reference to the given []KeyValue and assigns it to the Objects field.
func (*WorkflowSetDataObjectsRequest) SetWorkflowId ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowSetDataObjectsRequest) SetWorkflowRunId ¶ added in v1.13.0
func (o *WorkflowSetDataObjectsRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowSetDataObjectsRequest) ToMap ¶ added in v1.13.0
func (o WorkflowSetDataObjectsRequest) ToMap() (map[string]interface{}, error)
type WorkflowSetSearchAttributesRequest ¶ added in v1.13.0
type WorkflowSetSearchAttributesRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` SearchAttributes []SearchAttribute `json:"searchAttributes,omitempty"` }
WorkflowSetSearchAttributesRequest struct for WorkflowSetSearchAttributesRequest
func NewWorkflowSetSearchAttributesRequest ¶ added in v1.13.0
func NewWorkflowSetSearchAttributesRequest(workflowId string) *WorkflowSetSearchAttributesRequest
NewWorkflowSetSearchAttributesRequest instantiates a new WorkflowSetSearchAttributesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSetSearchAttributesRequestWithDefaults ¶ added in v1.13.0
func NewWorkflowSetSearchAttributesRequestWithDefaults() *WorkflowSetSearchAttributesRequest
NewWorkflowSetSearchAttributesRequestWithDefaults instantiates a new WorkflowSetSearchAttributesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSetSearchAttributesRequest) GetSearchAttributes ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) GetSearchAttributes() []SearchAttribute
GetSearchAttributes returns the SearchAttributes field value if set, zero value otherwise.
func (*WorkflowSetSearchAttributesRequest) GetSearchAttributesOk ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
GetSearchAttributesOk returns a tuple with the SearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSetSearchAttributesRequest) GetWorkflowId ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowSetSearchAttributesRequest) GetWorkflowIdOk ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowSetSearchAttributesRequest) GetWorkflowRunId ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowSetSearchAttributesRequest) GetWorkflowRunIdOk ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSetSearchAttributesRequest) HasSearchAttributes ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) HasSearchAttributes() bool
HasSearchAttributes returns a boolean if a field has been set.
func (*WorkflowSetSearchAttributesRequest) HasWorkflowRunId ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowSetSearchAttributesRequest) MarshalJSON ¶ added in v1.13.0
func (o WorkflowSetSearchAttributesRequest) MarshalJSON() ([]byte, error)
func (*WorkflowSetSearchAttributesRequest) SetSearchAttributes ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) SetSearchAttributes(v []SearchAttribute)
SetSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the SearchAttributes field.
func (*WorkflowSetSearchAttributesRequest) SetWorkflowId ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowSetSearchAttributesRequest) SetWorkflowRunId ¶ added in v1.13.0
func (o *WorkflowSetSearchAttributesRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowSetSearchAttributesRequest) ToMap ¶ added in v1.13.0
func (o WorkflowSetSearchAttributesRequest) ToMap() (map[string]interface{}, error)
type WorkflowSignalRequest ¶
type WorkflowSignalRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` SignalChannelName string `json:"signalChannelName"` SignalValue *EncodedObject `json:"signalValue,omitempty"` }
WorkflowSignalRequest struct for WorkflowSignalRequest
func NewWorkflowSignalRequest ¶
func NewWorkflowSignalRequest(workflowId string, signalChannelName string) *WorkflowSignalRequest
NewWorkflowSignalRequest instantiates a new WorkflowSignalRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSignalRequestWithDefaults ¶
func NewWorkflowSignalRequestWithDefaults() *WorkflowSignalRequest
NewWorkflowSignalRequestWithDefaults instantiates a new WorkflowSignalRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSignalRequest) GetSignalChannelName ¶
func (o *WorkflowSignalRequest) GetSignalChannelName() string
GetSignalChannelName returns the SignalChannelName field value
func (*WorkflowSignalRequest) GetSignalChannelNameOk ¶
func (o *WorkflowSignalRequest) GetSignalChannelNameOk() (*string, bool)
GetSignalChannelNameOk returns a tuple with the SignalChannelName field value and a boolean to check if the value has been set.
func (*WorkflowSignalRequest) GetSignalValue ¶
func (o *WorkflowSignalRequest) GetSignalValue() EncodedObject
GetSignalValue returns the SignalValue field value if set, zero value otherwise.
func (*WorkflowSignalRequest) GetSignalValueOk ¶
func (o *WorkflowSignalRequest) GetSignalValueOk() (*EncodedObject, bool)
GetSignalValueOk returns a tuple with the SignalValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSignalRequest) GetWorkflowId ¶
func (o *WorkflowSignalRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowSignalRequest) GetWorkflowIdOk ¶
func (o *WorkflowSignalRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowSignalRequest) GetWorkflowRunId ¶
func (o *WorkflowSignalRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowSignalRequest) GetWorkflowRunIdOk ¶
func (o *WorkflowSignalRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSignalRequest) HasSignalValue ¶
func (o *WorkflowSignalRequest) HasSignalValue() bool
HasSignalValue returns a boolean if a field has been set.
func (*WorkflowSignalRequest) HasWorkflowRunId ¶
func (o *WorkflowSignalRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowSignalRequest) MarshalJSON ¶
func (o WorkflowSignalRequest) MarshalJSON() ([]byte, error)
func (*WorkflowSignalRequest) SetSignalChannelName ¶
func (o *WorkflowSignalRequest) SetSignalChannelName(v string)
SetSignalChannelName sets field value
func (*WorkflowSignalRequest) SetSignalValue ¶
func (o *WorkflowSignalRequest) SetSignalValue(v EncodedObject)
SetSignalValue gets a reference to the given EncodedObject and assigns it to the SignalValue field.
func (*WorkflowSignalRequest) SetWorkflowId ¶
func (o *WorkflowSignalRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowSignalRequest) SetWorkflowRunId ¶
func (o *WorkflowSignalRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowSignalRequest) ToMap ¶ added in v1.4.0
func (o WorkflowSignalRequest) ToMap() (map[string]interface{}, error)
type WorkflowSkipTimerRequest ¶ added in v1.2.0
type WorkflowSkipTimerRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` WorkflowStateExecutionId string `json:"workflowStateExecutionId"` TimerCommandId *string `json:"timerCommandId,omitempty"` TimerCommandIndex *int32 `json:"timerCommandIndex,omitempty"` }
WorkflowSkipTimerRequest struct for WorkflowSkipTimerRequest
func NewWorkflowSkipTimerRequest ¶ added in v1.2.0
func NewWorkflowSkipTimerRequest(workflowId string, workflowStateExecutionId string) *WorkflowSkipTimerRequest
NewWorkflowSkipTimerRequest instantiates a new WorkflowSkipTimerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowSkipTimerRequestWithDefaults ¶ added in v1.2.0
func NewWorkflowSkipTimerRequestWithDefaults() *WorkflowSkipTimerRequest
NewWorkflowSkipTimerRequestWithDefaults instantiates a new WorkflowSkipTimerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowSkipTimerRequest) GetTimerCommandId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetTimerCommandId() string
GetTimerCommandId returns the TimerCommandId field value if set, zero value otherwise.
func (*WorkflowSkipTimerRequest) GetTimerCommandIdOk ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetTimerCommandIdOk() (*string, bool)
GetTimerCommandIdOk returns a tuple with the TimerCommandId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSkipTimerRequest) GetTimerCommandIndex ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetTimerCommandIndex() int32
GetTimerCommandIndex returns the TimerCommandIndex field value if set, zero value otherwise.
func (*WorkflowSkipTimerRequest) GetTimerCommandIndexOk ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetTimerCommandIndexOk() (*int32, bool)
GetTimerCommandIndexOk returns a tuple with the TimerCommandIndex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSkipTimerRequest) GetWorkflowId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowSkipTimerRequest) GetWorkflowIdOk ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowSkipTimerRequest) GetWorkflowRunId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowSkipTimerRequest) GetWorkflowRunIdOk ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowSkipTimerRequest) GetWorkflowStateExecutionId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetWorkflowStateExecutionId() string
GetWorkflowStateExecutionId returns the WorkflowStateExecutionId field value
func (*WorkflowSkipTimerRequest) GetWorkflowStateExecutionIdOk ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) GetWorkflowStateExecutionIdOk() (*string, bool)
GetWorkflowStateExecutionIdOk returns a tuple with the WorkflowStateExecutionId field value and a boolean to check if the value has been set.
func (*WorkflowSkipTimerRequest) HasTimerCommandId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) HasTimerCommandId() bool
HasTimerCommandId returns a boolean if a field has been set.
func (*WorkflowSkipTimerRequest) HasTimerCommandIndex ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) HasTimerCommandIndex() bool
HasTimerCommandIndex returns a boolean if a field has been set.
func (*WorkflowSkipTimerRequest) HasWorkflowRunId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowSkipTimerRequest) MarshalJSON ¶ added in v1.2.0
func (o WorkflowSkipTimerRequest) MarshalJSON() ([]byte, error)
func (*WorkflowSkipTimerRequest) SetTimerCommandId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) SetTimerCommandId(v string)
SetTimerCommandId gets a reference to the given string and assigns it to the TimerCommandId field.
func (*WorkflowSkipTimerRequest) SetTimerCommandIndex ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) SetTimerCommandIndex(v int32)
SetTimerCommandIndex gets a reference to the given int32 and assigns it to the TimerCommandIndex field.
func (*WorkflowSkipTimerRequest) SetWorkflowId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowSkipTimerRequest) SetWorkflowRunId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (*WorkflowSkipTimerRequest) SetWorkflowStateExecutionId ¶ added in v1.2.0
func (o *WorkflowSkipTimerRequest) SetWorkflowStateExecutionId(v string)
SetWorkflowStateExecutionId sets field value
func (WorkflowSkipTimerRequest) ToMap ¶ added in v1.4.0
func (o WorkflowSkipTimerRequest) ToMap() (map[string]interface{}, error)
type WorkflowStartOptions ¶
type WorkflowStartOptions struct { WorkflowIDReusePolicy *WorkflowIDReusePolicy `json:"workflowIDReusePolicy,omitempty"` CronSchedule *string `json:"cronSchedule,omitempty"` WorkflowStartDelaySeconds *int32 `json:"workflowStartDelaySeconds,omitempty"` RetryPolicy *WorkflowRetryPolicy `json:"retryPolicy,omitempty"` SearchAttributes []SearchAttribute `json:"searchAttributes,omitempty"` DataAttributes []KeyValue `json:"dataAttributes,omitempty"` WorkflowConfigOverride *WorkflowConfig `json:"workflowConfigOverride,omitempty"` IdReusePolicy *IDReusePolicy `json:"idReusePolicy,omitempty"` UseMemoForDataAttributes *bool `json:"useMemoForDataAttributes,omitempty"` WorkflowAlreadyStartedOptions *WorkflowAlreadyStartedOptions `json:"workflowAlreadyStartedOptions,omitempty"` }
WorkflowStartOptions struct for WorkflowStartOptions
func NewWorkflowStartOptions ¶
func NewWorkflowStartOptions() *WorkflowStartOptions
NewWorkflowStartOptions instantiates a new WorkflowStartOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStartOptionsWithDefaults ¶
func NewWorkflowStartOptionsWithDefaults() *WorkflowStartOptions
NewWorkflowStartOptionsWithDefaults instantiates a new WorkflowStartOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStartOptions) GetCronSchedule ¶
func (o *WorkflowStartOptions) GetCronSchedule() string
GetCronSchedule returns the CronSchedule field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetCronScheduleOk ¶
func (o *WorkflowStartOptions) GetCronScheduleOk() (*string, bool)
GetCronScheduleOk returns a tuple with the CronSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetDataAttributes ¶ added in v1.10.0
func (o *WorkflowStartOptions) GetDataAttributes() []KeyValue
GetDataAttributes returns the DataAttributes field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetDataAttributesOk ¶ added in v1.10.0
func (o *WorkflowStartOptions) GetDataAttributesOk() ([]KeyValue, bool)
GetDataAttributesOk returns a tuple with the DataAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetIdReusePolicy ¶ added in v1.5.0
func (o *WorkflowStartOptions) GetIdReusePolicy() IDReusePolicy
GetIdReusePolicy returns the IdReusePolicy field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetIdReusePolicyOk ¶ added in v1.5.0
func (o *WorkflowStartOptions) GetIdReusePolicyOk() (*IDReusePolicy, bool)
GetIdReusePolicyOk returns a tuple with the IdReusePolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetRetryPolicy ¶
func (o *WorkflowStartOptions) GetRetryPolicy() WorkflowRetryPolicy
GetRetryPolicy returns the RetryPolicy field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetRetryPolicyOk ¶
func (o *WorkflowStartOptions) GetRetryPolicyOk() (*WorkflowRetryPolicy, bool)
GetRetryPolicyOk returns a tuple with the RetryPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetSearchAttributes ¶
func (o *WorkflowStartOptions) GetSearchAttributes() []SearchAttribute
GetSearchAttributes returns the SearchAttributes field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetSearchAttributesOk ¶
func (o *WorkflowStartOptions) GetSearchAttributesOk() ([]SearchAttribute, bool)
GetSearchAttributesOk returns a tuple with the SearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowStartOptions) GetUseMemoForDataAttributes() bool
GetUseMemoForDataAttributes returns the UseMemoForDataAttributes field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetUseMemoForDataAttributesOk ¶ added in v1.6.0
func (o *WorkflowStartOptions) GetUseMemoForDataAttributesOk() (*bool, bool)
GetUseMemoForDataAttributesOk returns a tuple with the UseMemoForDataAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetWorkflowAlreadyStartedOptions ¶ added in v1.11.1
func (o *WorkflowStartOptions) GetWorkflowAlreadyStartedOptions() WorkflowAlreadyStartedOptions
GetWorkflowAlreadyStartedOptions returns the WorkflowAlreadyStartedOptions field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetWorkflowAlreadyStartedOptionsOk ¶ added in v1.11.1
func (o *WorkflowStartOptions) GetWorkflowAlreadyStartedOptionsOk() (*WorkflowAlreadyStartedOptions, bool)
GetWorkflowAlreadyStartedOptionsOk returns a tuple with the WorkflowAlreadyStartedOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetWorkflowConfigOverride ¶ added in v1.5.0
func (o *WorkflowStartOptions) GetWorkflowConfigOverride() WorkflowConfig
GetWorkflowConfigOverride returns the WorkflowConfigOverride field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetWorkflowConfigOverrideOk ¶ added in v1.5.0
func (o *WorkflowStartOptions) GetWorkflowConfigOverrideOk() (*WorkflowConfig, bool)
GetWorkflowConfigOverrideOk returns a tuple with the WorkflowConfigOverride field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetWorkflowIDReusePolicy ¶
func (o *WorkflowStartOptions) GetWorkflowIDReusePolicy() WorkflowIDReusePolicy
GetWorkflowIDReusePolicy returns the WorkflowIDReusePolicy field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetWorkflowIDReusePolicyOk ¶
func (o *WorkflowStartOptions) GetWorkflowIDReusePolicyOk() (*WorkflowIDReusePolicy, bool)
GetWorkflowIDReusePolicyOk returns a tuple with the WorkflowIDReusePolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) GetWorkflowStartDelaySeconds ¶ added in v1.9.0
func (o *WorkflowStartOptions) GetWorkflowStartDelaySeconds() int32
GetWorkflowStartDelaySeconds returns the WorkflowStartDelaySeconds field value if set, zero value otherwise.
func (*WorkflowStartOptions) GetWorkflowStartDelaySecondsOk ¶ added in v1.9.0
func (o *WorkflowStartOptions) GetWorkflowStartDelaySecondsOk() (*int32, bool)
GetWorkflowStartDelaySecondsOk returns a tuple with the WorkflowStartDelaySeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartOptions) HasCronSchedule ¶
func (o *WorkflowStartOptions) HasCronSchedule() bool
HasCronSchedule returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasDataAttributes ¶ added in v1.10.0
func (o *WorkflowStartOptions) HasDataAttributes() bool
HasDataAttributes returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasIdReusePolicy ¶ added in v1.5.0
func (o *WorkflowStartOptions) HasIdReusePolicy() bool
HasIdReusePolicy returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasRetryPolicy ¶
func (o *WorkflowStartOptions) HasRetryPolicy() bool
HasRetryPolicy returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasSearchAttributes ¶
func (o *WorkflowStartOptions) HasSearchAttributes() bool
HasSearchAttributes returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowStartOptions) HasUseMemoForDataAttributes() bool
HasUseMemoForDataAttributes returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasWorkflowAlreadyStartedOptions ¶ added in v1.11.1
func (o *WorkflowStartOptions) HasWorkflowAlreadyStartedOptions() bool
HasWorkflowAlreadyStartedOptions returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasWorkflowConfigOverride ¶ added in v1.5.0
func (o *WorkflowStartOptions) HasWorkflowConfigOverride() bool
HasWorkflowConfigOverride returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasWorkflowIDReusePolicy ¶
func (o *WorkflowStartOptions) HasWorkflowIDReusePolicy() bool
HasWorkflowIDReusePolicy returns a boolean if a field has been set.
func (*WorkflowStartOptions) HasWorkflowStartDelaySeconds ¶ added in v1.9.0
func (o *WorkflowStartOptions) HasWorkflowStartDelaySeconds() bool
HasWorkflowStartDelaySeconds returns a boolean if a field has been set.
func (WorkflowStartOptions) MarshalJSON ¶
func (o WorkflowStartOptions) MarshalJSON() ([]byte, error)
func (*WorkflowStartOptions) SetCronSchedule ¶
func (o *WorkflowStartOptions) SetCronSchedule(v string)
SetCronSchedule gets a reference to the given string and assigns it to the CronSchedule field.
func (*WorkflowStartOptions) SetDataAttributes ¶ added in v1.10.0
func (o *WorkflowStartOptions) SetDataAttributes(v []KeyValue)
SetDataAttributes gets a reference to the given []KeyValue and assigns it to the DataAttributes field.
func (*WorkflowStartOptions) SetIdReusePolicy ¶ added in v1.5.0
func (o *WorkflowStartOptions) SetIdReusePolicy(v IDReusePolicy)
SetIdReusePolicy gets a reference to the given IDReusePolicy and assigns it to the IdReusePolicy field.
func (*WorkflowStartOptions) SetRetryPolicy ¶
func (o *WorkflowStartOptions) SetRetryPolicy(v WorkflowRetryPolicy)
SetRetryPolicy gets a reference to the given WorkflowRetryPolicy and assigns it to the RetryPolicy field.
func (*WorkflowStartOptions) SetSearchAttributes ¶
func (o *WorkflowStartOptions) SetSearchAttributes(v []SearchAttribute)
SetSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the SearchAttributes field.
func (*WorkflowStartOptions) SetUseMemoForDataAttributes ¶ added in v1.6.0
func (o *WorkflowStartOptions) SetUseMemoForDataAttributes(v bool)
SetUseMemoForDataAttributes gets a reference to the given bool and assigns it to the UseMemoForDataAttributes field.
func (*WorkflowStartOptions) SetWorkflowAlreadyStartedOptions ¶ added in v1.11.1
func (o *WorkflowStartOptions) SetWorkflowAlreadyStartedOptions(v WorkflowAlreadyStartedOptions)
SetWorkflowAlreadyStartedOptions gets a reference to the given WorkflowAlreadyStartedOptions and assigns it to the WorkflowAlreadyStartedOptions field.
func (*WorkflowStartOptions) SetWorkflowConfigOverride ¶ added in v1.5.0
func (o *WorkflowStartOptions) SetWorkflowConfigOverride(v WorkflowConfig)
SetWorkflowConfigOverride gets a reference to the given WorkflowConfig and assigns it to the WorkflowConfigOverride field.
func (*WorkflowStartOptions) SetWorkflowIDReusePolicy ¶
func (o *WorkflowStartOptions) SetWorkflowIDReusePolicy(v WorkflowIDReusePolicy)
SetWorkflowIDReusePolicy gets a reference to the given WorkflowIDReusePolicy and assigns it to the WorkflowIDReusePolicy field.
func (*WorkflowStartOptions) SetWorkflowStartDelaySeconds ¶ added in v1.9.0
func (o *WorkflowStartOptions) SetWorkflowStartDelaySeconds(v int32)
SetWorkflowStartDelaySeconds gets a reference to the given int32 and assigns it to the WorkflowStartDelaySeconds field.
func (WorkflowStartOptions) ToMap ¶ added in v1.4.0
func (o WorkflowStartOptions) ToMap() (map[string]interface{}, error)
type WorkflowStartRequest ¶
type WorkflowStartRequest struct { WorkflowId string `json:"workflowId"` IwfWorkflowType string `json:"iwfWorkflowType"` WorkflowTimeoutSeconds int32 `json:"workflowTimeoutSeconds"` IwfWorkerUrl string `json:"iwfWorkerUrl"` StartStateId *string `json:"startStateId,omitempty"` WaitForCompletionStateIds []string `json:"waitForCompletionStateIds,omitempty"` WaitForCompletionStateExecutionIds []string `json:"waitForCompletionStateExecutionIds,omitempty"` StateInput *EncodedObject `json:"stateInput,omitempty"` StateOptions *WorkflowStateOptions `json:"stateOptions,omitempty"` WorkflowStartOptions *WorkflowStartOptions `json:"workflowStartOptions,omitempty"` }
WorkflowStartRequest struct for WorkflowStartRequest
func NewWorkflowStartRequest ¶
func NewWorkflowStartRequest(workflowId string, iwfWorkflowType string, workflowTimeoutSeconds int32, iwfWorkerUrl string) *WorkflowStartRequest
NewWorkflowStartRequest instantiates a new WorkflowStartRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStartRequestWithDefaults ¶
func NewWorkflowStartRequestWithDefaults() *WorkflowStartRequest
NewWorkflowStartRequestWithDefaults instantiates a new WorkflowStartRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStartRequest) GetIwfWorkerUrl ¶
func (o *WorkflowStartRequest) GetIwfWorkerUrl() string
GetIwfWorkerUrl returns the IwfWorkerUrl field value
func (*WorkflowStartRequest) GetIwfWorkerUrlOk ¶
func (o *WorkflowStartRequest) GetIwfWorkerUrlOk() (*string, bool)
GetIwfWorkerUrlOk returns a tuple with the IwfWorkerUrl field value and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetIwfWorkflowType ¶
func (o *WorkflowStartRequest) GetIwfWorkflowType() string
GetIwfWorkflowType returns the IwfWorkflowType field value
func (*WorkflowStartRequest) GetIwfWorkflowTypeOk ¶
func (o *WorkflowStartRequest) GetIwfWorkflowTypeOk() (*string, bool)
GetIwfWorkflowTypeOk returns a tuple with the IwfWorkflowType field value and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetStartStateId ¶
func (o *WorkflowStartRequest) GetStartStateId() string
GetStartStateId returns the StartStateId field value if set, zero value otherwise.
func (*WorkflowStartRequest) GetStartStateIdOk ¶
func (o *WorkflowStartRequest) GetStartStateIdOk() (*string, bool)
GetStartStateIdOk returns a tuple with the StartStateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetStateInput ¶
func (o *WorkflowStartRequest) GetStateInput() EncodedObject
GetStateInput returns the StateInput field value if set, zero value otherwise.
func (*WorkflowStartRequest) GetStateInputOk ¶
func (o *WorkflowStartRequest) GetStateInputOk() (*EncodedObject, bool)
GetStateInputOk returns a tuple with the StateInput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetStateOptions ¶
func (o *WorkflowStartRequest) GetStateOptions() WorkflowStateOptions
GetStateOptions returns the StateOptions field value if set, zero value otherwise.
func (*WorkflowStartRequest) GetStateOptionsOk ¶
func (o *WorkflowStartRequest) GetStateOptionsOk() (*WorkflowStateOptions, bool)
GetStateOptionsOk returns a tuple with the StateOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetWaitForCompletionStateExecutionIds ¶ added in v1.8.0
func (o *WorkflowStartRequest) GetWaitForCompletionStateExecutionIds() []string
GetWaitForCompletionStateExecutionIds returns the WaitForCompletionStateExecutionIds field value if set, zero value otherwise.
func (*WorkflowStartRequest) GetWaitForCompletionStateExecutionIdsOk ¶ added in v1.8.0
func (o *WorkflowStartRequest) GetWaitForCompletionStateExecutionIdsOk() ([]string, bool)
GetWaitForCompletionStateExecutionIdsOk returns a tuple with the WaitForCompletionStateExecutionIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetWaitForCompletionStateIds ¶ added in v1.9.2
func (o *WorkflowStartRequest) GetWaitForCompletionStateIds() []string
GetWaitForCompletionStateIds returns the WaitForCompletionStateIds field value if set, zero value otherwise.
func (*WorkflowStartRequest) GetWaitForCompletionStateIdsOk ¶ added in v1.9.2
func (o *WorkflowStartRequest) GetWaitForCompletionStateIdsOk() ([]string, bool)
GetWaitForCompletionStateIdsOk returns a tuple with the WaitForCompletionStateIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetWorkflowId ¶
func (o *WorkflowStartRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowStartRequest) GetWorkflowIdOk ¶
func (o *WorkflowStartRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetWorkflowStartOptions ¶
func (o *WorkflowStartRequest) GetWorkflowStartOptions() WorkflowStartOptions
GetWorkflowStartOptions returns the WorkflowStartOptions field value if set, zero value otherwise.
func (*WorkflowStartRequest) GetWorkflowStartOptionsOk ¶
func (o *WorkflowStartRequest) GetWorkflowStartOptionsOk() (*WorkflowStartOptions, bool)
GetWorkflowStartOptionsOk returns a tuple with the WorkflowStartOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartRequest) GetWorkflowTimeoutSeconds ¶
func (o *WorkflowStartRequest) GetWorkflowTimeoutSeconds() int32
GetWorkflowTimeoutSeconds returns the WorkflowTimeoutSeconds field value
func (*WorkflowStartRequest) GetWorkflowTimeoutSecondsOk ¶
func (o *WorkflowStartRequest) GetWorkflowTimeoutSecondsOk() (*int32, bool)
GetWorkflowTimeoutSecondsOk returns a tuple with the WorkflowTimeoutSeconds field value and a boolean to check if the value has been set.
func (*WorkflowStartRequest) HasStartStateId ¶ added in v1.5.0
func (o *WorkflowStartRequest) HasStartStateId() bool
HasStartStateId returns a boolean if a field has been set.
func (*WorkflowStartRequest) HasStateInput ¶
func (o *WorkflowStartRequest) HasStateInput() bool
HasStateInput returns a boolean if a field has been set.
func (*WorkflowStartRequest) HasStateOptions ¶
func (o *WorkflowStartRequest) HasStateOptions() bool
HasStateOptions returns a boolean if a field has been set.
func (*WorkflowStartRequest) HasWaitForCompletionStateExecutionIds ¶ added in v1.8.0
func (o *WorkflowStartRequest) HasWaitForCompletionStateExecutionIds() bool
HasWaitForCompletionStateExecutionIds returns a boolean if a field has been set.
func (*WorkflowStartRequest) HasWaitForCompletionStateIds ¶ added in v1.9.2
func (o *WorkflowStartRequest) HasWaitForCompletionStateIds() bool
HasWaitForCompletionStateIds returns a boolean if a field has been set.
func (*WorkflowStartRequest) HasWorkflowStartOptions ¶
func (o *WorkflowStartRequest) HasWorkflowStartOptions() bool
HasWorkflowStartOptions returns a boolean if a field has been set.
func (WorkflowStartRequest) MarshalJSON ¶
func (o WorkflowStartRequest) MarshalJSON() ([]byte, error)
func (*WorkflowStartRequest) SetIwfWorkerUrl ¶
func (o *WorkflowStartRequest) SetIwfWorkerUrl(v string)
SetIwfWorkerUrl sets field value
func (*WorkflowStartRequest) SetIwfWorkflowType ¶
func (o *WorkflowStartRequest) SetIwfWorkflowType(v string)
SetIwfWorkflowType sets field value
func (*WorkflowStartRequest) SetStartStateId ¶
func (o *WorkflowStartRequest) SetStartStateId(v string)
SetStartStateId gets a reference to the given string and assigns it to the StartStateId field.
func (*WorkflowStartRequest) SetStateInput ¶
func (o *WorkflowStartRequest) SetStateInput(v EncodedObject)
SetStateInput gets a reference to the given EncodedObject and assigns it to the StateInput field.
func (*WorkflowStartRequest) SetStateOptions ¶
func (o *WorkflowStartRequest) SetStateOptions(v WorkflowStateOptions)
SetStateOptions gets a reference to the given WorkflowStateOptions and assigns it to the StateOptions field.
func (*WorkflowStartRequest) SetWaitForCompletionStateExecutionIds ¶ added in v1.8.0
func (o *WorkflowStartRequest) SetWaitForCompletionStateExecutionIds(v []string)
SetWaitForCompletionStateExecutionIds gets a reference to the given []string and assigns it to the WaitForCompletionStateExecutionIds field.
func (*WorkflowStartRequest) SetWaitForCompletionStateIds ¶ added in v1.9.2
func (o *WorkflowStartRequest) SetWaitForCompletionStateIds(v []string)
SetWaitForCompletionStateIds gets a reference to the given []string and assigns it to the WaitForCompletionStateIds field.
func (*WorkflowStartRequest) SetWorkflowId ¶
func (o *WorkflowStartRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowStartRequest) SetWorkflowStartOptions ¶
func (o *WorkflowStartRequest) SetWorkflowStartOptions(v WorkflowStartOptions)
SetWorkflowStartOptions gets a reference to the given WorkflowStartOptions and assigns it to the WorkflowStartOptions field.
func (*WorkflowStartRequest) SetWorkflowTimeoutSeconds ¶
func (o *WorkflowStartRequest) SetWorkflowTimeoutSeconds(v int32)
SetWorkflowTimeoutSeconds sets field value
func (WorkflowStartRequest) ToMap ¶ added in v1.4.0
func (o WorkflowStartRequest) ToMap() (map[string]interface{}, error)
type WorkflowStartResponse ¶
type WorkflowStartResponse struct {
WorkflowRunId *string `json:"workflowRunId,omitempty"`
}
WorkflowStartResponse struct for WorkflowStartResponse
func NewWorkflowStartResponse ¶
func NewWorkflowStartResponse() *WorkflowStartResponse
NewWorkflowStartResponse instantiates a new WorkflowStartResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStartResponseWithDefaults ¶
func NewWorkflowStartResponseWithDefaults() *WorkflowStartResponse
NewWorkflowStartResponseWithDefaults instantiates a new WorkflowStartResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStartResponse) GetWorkflowRunId ¶
func (o *WorkflowStartResponse) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowStartResponse) GetWorkflowRunIdOk ¶
func (o *WorkflowStartResponse) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStartResponse) HasWorkflowRunId ¶
func (o *WorkflowStartResponse) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowStartResponse) MarshalJSON ¶
func (o WorkflowStartResponse) MarshalJSON() ([]byte, error)
func (*WorkflowStartResponse) SetWorkflowRunId ¶
func (o *WorkflowStartResponse) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowStartResponse) ToMap ¶ added in v1.4.0
func (o WorkflowStartResponse) ToMap() (map[string]interface{}, error)
type WorkflowStateDecideRequest ¶
type WorkflowStateDecideRequest struct { Context Context `json:"context"` WorkflowType string `json:"workflowType"` WorkflowStateId string `json:"workflowStateId"` StateInput *EncodedObject `json:"stateInput,omitempty"` SearchAttributes []SearchAttribute `json:"searchAttributes,omitempty"` DataObjects []KeyValue `json:"DataObjects,omitempty"` StateLocals []KeyValue `json:"stateLocals,omitempty"` CommandResults *CommandResults `json:"commandResults,omitempty"` }
WorkflowStateDecideRequest struct for WorkflowStateDecideRequest
func NewWorkflowStateDecideRequest ¶
func NewWorkflowStateDecideRequest(context Context, workflowType string, workflowStateId string) *WorkflowStateDecideRequest
NewWorkflowStateDecideRequest instantiates a new WorkflowStateDecideRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStateDecideRequestWithDefaults ¶
func NewWorkflowStateDecideRequestWithDefaults() *WorkflowStateDecideRequest
NewWorkflowStateDecideRequestWithDefaults instantiates a new WorkflowStateDecideRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStateDecideRequest) GetCommandResults ¶
func (o *WorkflowStateDecideRequest) GetCommandResults() CommandResults
GetCommandResults returns the CommandResults field value if set, zero value otherwise.
func (*WorkflowStateDecideRequest) GetCommandResultsOk ¶
func (o *WorkflowStateDecideRequest) GetCommandResultsOk() (*CommandResults, bool)
GetCommandResultsOk returns a tuple with the CommandResults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) GetContext ¶
func (o *WorkflowStateDecideRequest) GetContext() Context
GetContext returns the Context field value
func (*WorkflowStateDecideRequest) GetContextOk ¶
func (o *WorkflowStateDecideRequest) GetContextOk() (*Context, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) GetDataObjects ¶
func (o *WorkflowStateDecideRequest) GetDataObjects() []KeyValue
GetDataObjects returns the DataObjects field value if set, zero value otherwise.
func (*WorkflowStateDecideRequest) GetDataObjectsOk ¶
func (o *WorkflowStateDecideRequest) GetDataObjectsOk() ([]KeyValue, bool)
GetDataObjectsOk returns a tuple with the DataObjects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) GetSearchAttributes ¶
func (o *WorkflowStateDecideRequest) GetSearchAttributes() []SearchAttribute
GetSearchAttributes returns the SearchAttributes field value if set, zero value otherwise.
func (*WorkflowStateDecideRequest) GetSearchAttributesOk ¶
func (o *WorkflowStateDecideRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
GetSearchAttributesOk returns a tuple with the SearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) GetStateInput ¶
func (o *WorkflowStateDecideRequest) GetStateInput() EncodedObject
GetStateInput returns the StateInput field value if set, zero value otherwise.
func (*WorkflowStateDecideRequest) GetStateInputOk ¶
func (o *WorkflowStateDecideRequest) GetStateInputOk() (*EncodedObject, bool)
GetStateInputOk returns a tuple with the StateInput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) GetStateLocals ¶
func (o *WorkflowStateDecideRequest) GetStateLocals() []KeyValue
GetStateLocals returns the StateLocals field value if set, zero value otherwise.
func (*WorkflowStateDecideRequest) GetStateLocalsOk ¶
func (o *WorkflowStateDecideRequest) GetStateLocalsOk() ([]KeyValue, bool)
GetStateLocalsOk returns a tuple with the StateLocals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) GetWorkflowStateId ¶
func (o *WorkflowStateDecideRequest) GetWorkflowStateId() string
GetWorkflowStateId returns the WorkflowStateId field value
func (*WorkflowStateDecideRequest) GetWorkflowStateIdOk ¶
func (o *WorkflowStateDecideRequest) GetWorkflowStateIdOk() (*string, bool)
GetWorkflowStateIdOk returns a tuple with the WorkflowStateId field value and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) GetWorkflowType ¶
func (o *WorkflowStateDecideRequest) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field value
func (*WorkflowStateDecideRequest) GetWorkflowTypeOk ¶
func (o *WorkflowStateDecideRequest) GetWorkflowTypeOk() (*string, bool)
GetWorkflowTypeOk returns a tuple with the WorkflowType field value and a boolean to check if the value has been set.
func (*WorkflowStateDecideRequest) HasCommandResults ¶
func (o *WorkflowStateDecideRequest) HasCommandResults() bool
HasCommandResults returns a boolean if a field has been set.
func (*WorkflowStateDecideRequest) HasDataObjects ¶
func (o *WorkflowStateDecideRequest) HasDataObjects() bool
HasDataObjects returns a boolean if a field has been set.
func (*WorkflowStateDecideRequest) HasSearchAttributes ¶
func (o *WorkflowStateDecideRequest) HasSearchAttributes() bool
HasSearchAttributes returns a boolean if a field has been set.
func (*WorkflowStateDecideRequest) HasStateInput ¶
func (o *WorkflowStateDecideRequest) HasStateInput() bool
HasStateInput returns a boolean if a field has been set.
func (*WorkflowStateDecideRequest) HasStateLocals ¶
func (o *WorkflowStateDecideRequest) HasStateLocals() bool
HasStateLocals returns a boolean if a field has been set.
func (WorkflowStateDecideRequest) MarshalJSON ¶
func (o WorkflowStateDecideRequest) MarshalJSON() ([]byte, error)
func (*WorkflowStateDecideRequest) SetCommandResults ¶
func (o *WorkflowStateDecideRequest) SetCommandResults(v CommandResults)
SetCommandResults gets a reference to the given CommandResults and assigns it to the CommandResults field.
func (*WorkflowStateDecideRequest) SetContext ¶
func (o *WorkflowStateDecideRequest) SetContext(v Context)
SetContext sets field value
func (*WorkflowStateDecideRequest) SetDataObjects ¶
func (o *WorkflowStateDecideRequest) SetDataObjects(v []KeyValue)
SetDataObjects gets a reference to the given []KeyValue and assigns it to the DataObjects field.
func (*WorkflowStateDecideRequest) SetSearchAttributes ¶
func (o *WorkflowStateDecideRequest) SetSearchAttributes(v []SearchAttribute)
SetSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the SearchAttributes field.
func (*WorkflowStateDecideRequest) SetStateInput ¶
func (o *WorkflowStateDecideRequest) SetStateInput(v EncodedObject)
SetStateInput gets a reference to the given EncodedObject and assigns it to the StateInput field.
func (*WorkflowStateDecideRequest) SetStateLocals ¶
func (o *WorkflowStateDecideRequest) SetStateLocals(v []KeyValue)
SetStateLocals gets a reference to the given []KeyValue and assigns it to the StateLocals field.
func (*WorkflowStateDecideRequest) SetWorkflowStateId ¶
func (o *WorkflowStateDecideRequest) SetWorkflowStateId(v string)
SetWorkflowStateId sets field value
func (*WorkflowStateDecideRequest) SetWorkflowType ¶
func (o *WorkflowStateDecideRequest) SetWorkflowType(v string)
SetWorkflowType sets field value
func (WorkflowStateDecideRequest) ToMap ¶ added in v1.4.0
func (o WorkflowStateDecideRequest) ToMap() (map[string]interface{}, error)
type WorkflowStateDecideResponse ¶
type WorkflowStateDecideResponse struct { LocalActivityInput *string `json:"localActivityInput,omitempty"` StateDecision *StateDecision `json:"stateDecision,omitempty"` UpsertSearchAttributes []SearchAttribute `json:"upsertSearchAttributes,omitempty"` UpsertDataObjects []KeyValue `json:"upsertDataObjects,omitempty"` RecordEvents []KeyValue `json:"recordEvents,omitempty"` UpsertStateLocals []KeyValue `json:"upsertStateLocals,omitempty"` PublishToInterStateChannel []InterStateChannelPublishing `json:"publishToInterStateChannel,omitempty"` }
WorkflowStateDecideResponse struct for WorkflowStateDecideResponse
func NewWorkflowStateDecideResponse ¶
func NewWorkflowStateDecideResponse() *WorkflowStateDecideResponse
NewWorkflowStateDecideResponse instantiates a new WorkflowStateDecideResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStateDecideResponseWithDefaults ¶
func NewWorkflowStateDecideResponseWithDefaults() *WorkflowStateDecideResponse
NewWorkflowStateDecideResponseWithDefaults instantiates a new WorkflowStateDecideResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStateDecideResponse) GetLocalActivityInput ¶ added in v1.9.2
func (o *WorkflowStateDecideResponse) GetLocalActivityInput() string
GetLocalActivityInput returns the LocalActivityInput field value if set, zero value otherwise.
func (*WorkflowStateDecideResponse) GetLocalActivityInputOk ¶ added in v1.9.2
func (o *WorkflowStateDecideResponse) GetLocalActivityInputOk() (*string, bool)
GetLocalActivityInputOk returns a tuple with the LocalActivityInput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideResponse) GetPublishToInterStateChannel ¶
func (o *WorkflowStateDecideResponse) GetPublishToInterStateChannel() []InterStateChannelPublishing
GetPublishToInterStateChannel returns the PublishToInterStateChannel field value if set, zero value otherwise.
func (*WorkflowStateDecideResponse) GetPublishToInterStateChannelOk ¶
func (o *WorkflowStateDecideResponse) GetPublishToInterStateChannelOk() ([]InterStateChannelPublishing, bool)
GetPublishToInterStateChannelOk returns a tuple with the PublishToInterStateChannel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideResponse) GetRecordEvents ¶
func (o *WorkflowStateDecideResponse) GetRecordEvents() []KeyValue
GetRecordEvents returns the RecordEvents field value if set, zero value otherwise.
func (*WorkflowStateDecideResponse) GetRecordEventsOk ¶
func (o *WorkflowStateDecideResponse) GetRecordEventsOk() ([]KeyValue, bool)
GetRecordEventsOk returns a tuple with the RecordEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideResponse) GetStateDecision ¶
func (o *WorkflowStateDecideResponse) GetStateDecision() StateDecision
GetStateDecision returns the StateDecision field value if set, zero value otherwise.
func (*WorkflowStateDecideResponse) GetStateDecisionOk ¶
func (o *WorkflowStateDecideResponse) GetStateDecisionOk() (*StateDecision, bool)
GetStateDecisionOk returns a tuple with the StateDecision field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideResponse) GetUpsertDataObjects ¶
func (o *WorkflowStateDecideResponse) GetUpsertDataObjects() []KeyValue
GetUpsertDataObjects returns the UpsertDataObjects field value if set, zero value otherwise.
func (*WorkflowStateDecideResponse) GetUpsertDataObjectsOk ¶
func (o *WorkflowStateDecideResponse) GetUpsertDataObjectsOk() ([]KeyValue, bool)
GetUpsertDataObjectsOk returns a tuple with the UpsertDataObjects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideResponse) GetUpsertSearchAttributes ¶
func (o *WorkflowStateDecideResponse) GetUpsertSearchAttributes() []SearchAttribute
GetUpsertSearchAttributes returns the UpsertSearchAttributes field value if set, zero value otherwise.
func (*WorkflowStateDecideResponse) GetUpsertSearchAttributesOk ¶
func (o *WorkflowStateDecideResponse) GetUpsertSearchAttributesOk() ([]SearchAttribute, bool)
GetUpsertSearchAttributesOk returns a tuple with the UpsertSearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideResponse) GetUpsertStateLocals ¶
func (o *WorkflowStateDecideResponse) GetUpsertStateLocals() []KeyValue
GetUpsertStateLocals returns the UpsertStateLocals field value if set, zero value otherwise.
func (*WorkflowStateDecideResponse) GetUpsertStateLocalsOk ¶
func (o *WorkflowStateDecideResponse) GetUpsertStateLocalsOk() ([]KeyValue, bool)
GetUpsertStateLocalsOk returns a tuple with the UpsertStateLocals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateDecideResponse) HasLocalActivityInput ¶ added in v1.9.2
func (o *WorkflowStateDecideResponse) HasLocalActivityInput() bool
HasLocalActivityInput returns a boolean if a field has been set.
func (*WorkflowStateDecideResponse) HasPublishToInterStateChannel ¶
func (o *WorkflowStateDecideResponse) HasPublishToInterStateChannel() bool
HasPublishToInterStateChannel returns a boolean if a field has been set.
func (*WorkflowStateDecideResponse) HasRecordEvents ¶
func (o *WorkflowStateDecideResponse) HasRecordEvents() bool
HasRecordEvents returns a boolean if a field has been set.
func (*WorkflowStateDecideResponse) HasStateDecision ¶
func (o *WorkflowStateDecideResponse) HasStateDecision() bool
HasStateDecision returns a boolean if a field has been set.
func (*WorkflowStateDecideResponse) HasUpsertDataObjects ¶
func (o *WorkflowStateDecideResponse) HasUpsertDataObjects() bool
HasUpsertDataObjects returns a boolean if a field has been set.
func (*WorkflowStateDecideResponse) HasUpsertSearchAttributes ¶
func (o *WorkflowStateDecideResponse) HasUpsertSearchAttributes() bool
HasUpsertSearchAttributes returns a boolean if a field has been set.
func (*WorkflowStateDecideResponse) HasUpsertStateLocals ¶
func (o *WorkflowStateDecideResponse) HasUpsertStateLocals() bool
HasUpsertStateLocals returns a boolean if a field has been set.
func (WorkflowStateDecideResponse) MarshalJSON ¶
func (o WorkflowStateDecideResponse) MarshalJSON() ([]byte, error)
func (*WorkflowStateDecideResponse) SetLocalActivityInput ¶ added in v1.9.2
func (o *WorkflowStateDecideResponse) SetLocalActivityInput(v string)
SetLocalActivityInput gets a reference to the given string and assigns it to the LocalActivityInput field.
func (*WorkflowStateDecideResponse) SetPublishToInterStateChannel ¶
func (o *WorkflowStateDecideResponse) SetPublishToInterStateChannel(v []InterStateChannelPublishing)
SetPublishToInterStateChannel gets a reference to the given []InterStateChannelPublishing and assigns it to the PublishToInterStateChannel field.
func (*WorkflowStateDecideResponse) SetRecordEvents ¶
func (o *WorkflowStateDecideResponse) SetRecordEvents(v []KeyValue)
SetRecordEvents gets a reference to the given []KeyValue and assigns it to the RecordEvents field.
func (*WorkflowStateDecideResponse) SetStateDecision ¶
func (o *WorkflowStateDecideResponse) SetStateDecision(v StateDecision)
SetStateDecision gets a reference to the given StateDecision and assigns it to the StateDecision field.
func (*WorkflowStateDecideResponse) SetUpsertDataObjects ¶
func (o *WorkflowStateDecideResponse) SetUpsertDataObjects(v []KeyValue)
SetUpsertDataObjects gets a reference to the given []KeyValue and assigns it to the UpsertDataObjects field.
func (*WorkflowStateDecideResponse) SetUpsertSearchAttributes ¶
func (o *WorkflowStateDecideResponse) SetUpsertSearchAttributes(v []SearchAttribute)
SetUpsertSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the UpsertSearchAttributes field.
func (*WorkflowStateDecideResponse) SetUpsertStateLocals ¶
func (o *WorkflowStateDecideResponse) SetUpsertStateLocals(v []KeyValue)
SetUpsertStateLocals gets a reference to the given []KeyValue and assigns it to the UpsertStateLocals field.
func (WorkflowStateDecideResponse) ToMap ¶ added in v1.4.0
func (o WorkflowStateDecideResponse) ToMap() (map[string]interface{}, error)
type WorkflowStateOptions ¶
type WorkflowStateOptions struct { SearchAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"searchAttributesLoadingPolicy,omitempty"` WaitUntilApiSearchAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"waitUntilApiSearchAttributesLoadingPolicy,omitempty"` ExecuteApiSearchAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"executeApiSearchAttributesLoadingPolicy,omitempty"` DataObjectsLoadingPolicy *PersistenceLoadingPolicy `json:"dataObjectsLoadingPolicy,omitempty"` StartApiTimeoutSeconds *int32 `json:"startApiTimeoutSeconds,omitempty"` DecideApiTimeoutSeconds *int32 `json:"decideApiTimeoutSeconds,omitempty"` StartApiRetryPolicy *RetryPolicy `json:"startApiRetryPolicy,omitempty"` DecideApiRetryPolicy *RetryPolicy `json:"decideApiRetryPolicy,omitempty"` StartApiFailurePolicy *StartApiFailurePolicy `json:"startApiFailurePolicy,omitempty"` ExecuteApiFailurePolicy *ExecuteApiFailurePolicy `json:"executeApiFailurePolicy,omitempty"` ExecuteApiFailureProceedStateId *string `json:"executeApiFailureProceedStateId,omitempty"` ExecuteApiFailureProceedStateOptions *WorkflowStateOptions `json:"executeApiFailureProceedStateOptions,omitempty"` SkipStartApi *bool `json:"skipStartApi,omitempty"` WaitUntilApiTimeoutSeconds *int32 `json:"waitUntilApiTimeoutSeconds,omitempty"` ExecuteApiTimeoutSeconds *int32 `json:"executeApiTimeoutSeconds,omitempty"` WaitUntilApiRetryPolicy *RetryPolicy `json:"waitUntilApiRetryPolicy,omitempty"` ExecuteApiRetryPolicy *RetryPolicy `json:"executeApiRetryPolicy,omitempty"` WaitUntilApiFailurePolicy *WaitUntilApiFailurePolicy `json:"waitUntilApiFailurePolicy,omitempty"` SkipWaitUntil *bool `json:"skipWaitUntil,omitempty"` DataAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"dataAttributesLoadingPolicy,omitempty"` WaitUntilApiDataAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"waitUntilApiDataAttributesLoadingPolicy,omitempty"` ExecuteApiDataAttributesLoadingPolicy *PersistenceLoadingPolicy `json:"executeApiDataAttributesLoadingPolicy,omitempty"` }
WorkflowStateOptions struct for WorkflowStateOptions
func NewWorkflowStateOptions ¶
func NewWorkflowStateOptions() *WorkflowStateOptions
NewWorkflowStateOptions instantiates a new WorkflowStateOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStateOptionsWithDefaults ¶
func NewWorkflowStateOptionsWithDefaults() *WorkflowStateOptions
NewWorkflowStateOptionsWithDefaults instantiates a new WorkflowStateOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStateOptions) GetDataAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetDataAttributesLoadingPolicy() PersistenceLoadingPolicy
GetDataAttributesLoadingPolicy returns the DataAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetDataAttributesLoadingPolicyOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetDataAttributesLoadingPolicyOk returns a tuple with the DataAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetDataObjectsLoadingPolicy ¶
func (o *WorkflowStateOptions) GetDataObjectsLoadingPolicy() PersistenceLoadingPolicy
GetDataObjectsLoadingPolicy returns the DataObjectsLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetDataObjectsLoadingPolicyOk ¶
func (o *WorkflowStateOptions) GetDataObjectsLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetDataObjectsLoadingPolicyOk returns a tuple with the DataObjectsLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetDecideApiRetryPolicy ¶
func (o *WorkflowStateOptions) GetDecideApiRetryPolicy() RetryPolicy
GetDecideApiRetryPolicy returns the DecideApiRetryPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetDecideApiRetryPolicyOk ¶
func (o *WorkflowStateOptions) GetDecideApiRetryPolicyOk() (*RetryPolicy, bool)
GetDecideApiRetryPolicyOk returns a tuple with the DecideApiRetryPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetDecideApiTimeoutSeconds ¶
func (o *WorkflowStateOptions) GetDecideApiTimeoutSeconds() int32
GetDecideApiTimeoutSeconds returns the DecideApiTimeoutSeconds field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetDecideApiTimeoutSecondsOk ¶
func (o *WorkflowStateOptions) GetDecideApiTimeoutSecondsOk() (*int32, bool)
GetDecideApiTimeoutSecondsOk returns a tuple with the DecideApiTimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetExecuteApiDataAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetExecuteApiDataAttributesLoadingPolicy() PersistenceLoadingPolicy
GetExecuteApiDataAttributesLoadingPolicy returns the ExecuteApiDataAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetExecuteApiDataAttributesLoadingPolicyOk ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetExecuteApiDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetExecuteApiDataAttributesLoadingPolicyOk returns a tuple with the ExecuteApiDataAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetExecuteApiFailurePolicy ¶ added in v1.8.0
func (o *WorkflowStateOptions) GetExecuteApiFailurePolicy() ExecuteApiFailurePolicy
GetExecuteApiFailurePolicy returns the ExecuteApiFailurePolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetExecuteApiFailurePolicyOk ¶ added in v1.8.0
func (o *WorkflowStateOptions) GetExecuteApiFailurePolicyOk() (*ExecuteApiFailurePolicy, bool)
GetExecuteApiFailurePolicyOk returns a tuple with the ExecuteApiFailurePolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetExecuteApiFailureProceedStateId ¶ added in v1.8.0
func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateId() string
GetExecuteApiFailureProceedStateId returns the ExecuteApiFailureProceedStateId field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetExecuteApiFailureProceedStateIdOk ¶ added in v1.8.0
func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateIdOk() (*string, bool)
GetExecuteApiFailureProceedStateIdOk returns a tuple with the ExecuteApiFailureProceedStateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetExecuteApiFailureProceedStateOptions ¶ added in v1.8.0
func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateOptions() WorkflowStateOptions
GetExecuteApiFailureProceedStateOptions returns the ExecuteApiFailureProceedStateOptions field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetExecuteApiFailureProceedStateOptionsOk ¶ added in v1.8.0
func (o *WorkflowStateOptions) GetExecuteApiFailureProceedStateOptionsOk() (*WorkflowStateOptions, bool)
GetExecuteApiFailureProceedStateOptionsOk returns a tuple with the ExecuteApiFailureProceedStateOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetExecuteApiRetryPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetExecuteApiRetryPolicy() RetryPolicy
GetExecuteApiRetryPolicy returns the ExecuteApiRetryPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetExecuteApiRetryPolicyOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetExecuteApiRetryPolicyOk() (*RetryPolicy, bool)
GetExecuteApiRetryPolicyOk returns a tuple with the ExecuteApiRetryPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetExecuteApiSearchAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetExecuteApiSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
GetExecuteApiSearchAttributesLoadingPolicy returns the ExecuteApiSearchAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetExecuteApiSearchAttributesLoadingPolicyOk ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetExecuteApiSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetExecuteApiSearchAttributesLoadingPolicyOk returns a tuple with the ExecuteApiSearchAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetExecuteApiTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetExecuteApiTimeoutSeconds() int32
GetExecuteApiTimeoutSeconds returns the ExecuteApiTimeoutSeconds field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetExecuteApiTimeoutSecondsOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetExecuteApiTimeoutSecondsOk() (*int32, bool)
GetExecuteApiTimeoutSecondsOk returns a tuple with the ExecuteApiTimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetSearchAttributesLoadingPolicy ¶
func (o *WorkflowStateOptions) GetSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
GetSearchAttributesLoadingPolicy returns the SearchAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetSearchAttributesLoadingPolicyOk ¶
func (o *WorkflowStateOptions) GetSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetSearchAttributesLoadingPolicyOk returns a tuple with the SearchAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetSkipStartApi ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetSkipStartApi() bool
GetSkipStartApi returns the SkipStartApi field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetSkipStartApiOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetSkipStartApiOk() (*bool, bool)
GetSkipStartApiOk returns a tuple with the SkipStartApi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetSkipWaitUntil ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetSkipWaitUntil() bool
GetSkipWaitUntil returns the SkipWaitUntil field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetSkipWaitUntilOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetSkipWaitUntilOk() (*bool, bool)
GetSkipWaitUntilOk returns a tuple with the SkipWaitUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetStartApiFailurePolicy ¶ added in v1.4.0
func (o *WorkflowStateOptions) GetStartApiFailurePolicy() StartApiFailurePolicy
GetStartApiFailurePolicy returns the StartApiFailurePolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetStartApiFailurePolicyOk ¶ added in v1.4.0
func (o *WorkflowStateOptions) GetStartApiFailurePolicyOk() (*StartApiFailurePolicy, bool)
GetStartApiFailurePolicyOk returns a tuple with the StartApiFailurePolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetStartApiRetryPolicy ¶
func (o *WorkflowStateOptions) GetStartApiRetryPolicy() RetryPolicy
GetStartApiRetryPolicy returns the StartApiRetryPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetStartApiRetryPolicyOk ¶
func (o *WorkflowStateOptions) GetStartApiRetryPolicyOk() (*RetryPolicy, bool)
GetStartApiRetryPolicyOk returns a tuple with the StartApiRetryPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetStartApiTimeoutSeconds ¶
func (o *WorkflowStateOptions) GetStartApiTimeoutSeconds() int32
GetStartApiTimeoutSeconds returns the StartApiTimeoutSeconds field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetStartApiTimeoutSecondsOk ¶
func (o *WorkflowStateOptions) GetStartApiTimeoutSecondsOk() (*int32, bool)
GetStartApiTimeoutSecondsOk returns a tuple with the StartApiTimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetWaitUntilApiDataAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetWaitUntilApiDataAttributesLoadingPolicy() PersistenceLoadingPolicy
GetWaitUntilApiDataAttributesLoadingPolicy returns the WaitUntilApiDataAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetWaitUntilApiDataAttributesLoadingPolicyOk ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetWaitUntilApiDataAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetWaitUntilApiDataAttributesLoadingPolicyOk returns a tuple with the WaitUntilApiDataAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetWaitUntilApiFailurePolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetWaitUntilApiFailurePolicy() WaitUntilApiFailurePolicy
GetWaitUntilApiFailurePolicy returns the WaitUntilApiFailurePolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetWaitUntilApiFailurePolicyOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetWaitUntilApiFailurePolicyOk() (*WaitUntilApiFailurePolicy, bool)
GetWaitUntilApiFailurePolicyOk returns a tuple with the WaitUntilApiFailurePolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetWaitUntilApiRetryPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetWaitUntilApiRetryPolicy() RetryPolicy
GetWaitUntilApiRetryPolicy returns the WaitUntilApiRetryPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetWaitUntilApiRetryPolicyOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetWaitUntilApiRetryPolicyOk() (*RetryPolicy, bool)
GetWaitUntilApiRetryPolicyOk returns a tuple with the WaitUntilApiRetryPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetWaitUntilApiSearchAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetWaitUntilApiSearchAttributesLoadingPolicy() PersistenceLoadingPolicy
GetWaitUntilApiSearchAttributesLoadingPolicy returns the WaitUntilApiSearchAttributesLoadingPolicy field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetWaitUntilApiSearchAttributesLoadingPolicyOk ¶ added in v1.11.0
func (o *WorkflowStateOptions) GetWaitUntilApiSearchAttributesLoadingPolicyOk() (*PersistenceLoadingPolicy, bool)
GetWaitUntilApiSearchAttributesLoadingPolicyOk returns a tuple with the WaitUntilApiSearchAttributesLoadingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) GetWaitUntilApiTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetWaitUntilApiTimeoutSeconds() int32
GetWaitUntilApiTimeoutSeconds returns the WaitUntilApiTimeoutSeconds field value if set, zero value otherwise.
func (*WorkflowStateOptions) GetWaitUntilApiTimeoutSecondsOk ¶ added in v1.5.0
func (o *WorkflowStateOptions) GetWaitUntilApiTimeoutSecondsOk() (*int32, bool)
GetWaitUntilApiTimeoutSecondsOk returns a tuple with the WaitUntilApiTimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateOptions) HasDataAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasDataAttributesLoadingPolicy() bool
HasDataAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasDataObjectsLoadingPolicy ¶
func (o *WorkflowStateOptions) HasDataObjectsLoadingPolicy() bool
HasDataObjectsLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasDecideApiRetryPolicy ¶
func (o *WorkflowStateOptions) HasDecideApiRetryPolicy() bool
HasDecideApiRetryPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasDecideApiTimeoutSeconds ¶
func (o *WorkflowStateOptions) HasDecideApiTimeoutSeconds() bool
HasDecideApiTimeoutSeconds returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasExecuteApiDataAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) HasExecuteApiDataAttributesLoadingPolicy() bool
HasExecuteApiDataAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasExecuteApiFailurePolicy ¶ added in v1.8.0
func (o *WorkflowStateOptions) HasExecuteApiFailurePolicy() bool
HasExecuteApiFailurePolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasExecuteApiFailureProceedStateId ¶ added in v1.8.0
func (o *WorkflowStateOptions) HasExecuteApiFailureProceedStateId() bool
HasExecuteApiFailureProceedStateId returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasExecuteApiFailureProceedStateOptions ¶ added in v1.8.0
func (o *WorkflowStateOptions) HasExecuteApiFailureProceedStateOptions() bool
HasExecuteApiFailureProceedStateOptions returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasExecuteApiRetryPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasExecuteApiRetryPolicy() bool
HasExecuteApiRetryPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasExecuteApiSearchAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) HasExecuteApiSearchAttributesLoadingPolicy() bool
HasExecuteApiSearchAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasExecuteApiTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasExecuteApiTimeoutSeconds() bool
HasExecuteApiTimeoutSeconds returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasSearchAttributesLoadingPolicy ¶
func (o *WorkflowStateOptions) HasSearchAttributesLoadingPolicy() bool
HasSearchAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasSkipStartApi ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasSkipStartApi() bool
HasSkipStartApi returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasSkipWaitUntil ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasSkipWaitUntil() bool
HasSkipWaitUntil returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasStartApiFailurePolicy ¶ added in v1.4.0
func (o *WorkflowStateOptions) HasStartApiFailurePolicy() bool
HasStartApiFailurePolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasStartApiRetryPolicy ¶
func (o *WorkflowStateOptions) HasStartApiRetryPolicy() bool
HasStartApiRetryPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasStartApiTimeoutSeconds ¶
func (o *WorkflowStateOptions) HasStartApiTimeoutSeconds() bool
HasStartApiTimeoutSeconds returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasWaitUntilApiDataAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) HasWaitUntilApiDataAttributesLoadingPolicy() bool
HasWaitUntilApiDataAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasWaitUntilApiFailurePolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasWaitUntilApiFailurePolicy() bool
HasWaitUntilApiFailurePolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasWaitUntilApiRetryPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasWaitUntilApiRetryPolicy() bool
HasWaitUntilApiRetryPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasWaitUntilApiSearchAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) HasWaitUntilApiSearchAttributesLoadingPolicy() bool
HasWaitUntilApiSearchAttributesLoadingPolicy returns a boolean if a field has been set.
func (*WorkflowStateOptions) HasWaitUntilApiTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowStateOptions) HasWaitUntilApiTimeoutSeconds() bool
HasWaitUntilApiTimeoutSeconds returns a boolean if a field has been set.
func (WorkflowStateOptions) MarshalJSON ¶
func (o WorkflowStateOptions) MarshalJSON() ([]byte, error)
func (*WorkflowStateOptions) SetDataAttributesLoadingPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetDataAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the DataAttributesLoadingPolicy field.
func (*WorkflowStateOptions) SetDataObjectsLoadingPolicy ¶
func (o *WorkflowStateOptions) SetDataObjectsLoadingPolicy(v PersistenceLoadingPolicy)
SetDataObjectsLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the DataObjectsLoadingPolicy field.
func (*WorkflowStateOptions) SetDecideApiRetryPolicy ¶
func (o *WorkflowStateOptions) SetDecideApiRetryPolicy(v RetryPolicy)
SetDecideApiRetryPolicy gets a reference to the given RetryPolicy and assigns it to the DecideApiRetryPolicy field.
func (*WorkflowStateOptions) SetDecideApiTimeoutSeconds ¶
func (o *WorkflowStateOptions) SetDecideApiTimeoutSeconds(v int32)
SetDecideApiTimeoutSeconds gets a reference to the given int32 and assigns it to the DecideApiTimeoutSeconds field.
func (*WorkflowStateOptions) SetExecuteApiDataAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) SetExecuteApiDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetExecuteApiDataAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the ExecuteApiDataAttributesLoadingPolicy field.
func (*WorkflowStateOptions) SetExecuteApiFailurePolicy ¶ added in v1.8.0
func (o *WorkflowStateOptions) SetExecuteApiFailurePolicy(v ExecuteApiFailurePolicy)
SetExecuteApiFailurePolicy gets a reference to the given ExecuteApiFailurePolicy and assigns it to the ExecuteApiFailurePolicy field.
func (*WorkflowStateOptions) SetExecuteApiFailureProceedStateId ¶ added in v1.8.0
func (o *WorkflowStateOptions) SetExecuteApiFailureProceedStateId(v string)
SetExecuteApiFailureProceedStateId gets a reference to the given string and assigns it to the ExecuteApiFailureProceedStateId field.
func (*WorkflowStateOptions) SetExecuteApiFailureProceedStateOptions ¶ added in v1.8.0
func (o *WorkflowStateOptions) SetExecuteApiFailureProceedStateOptions(v WorkflowStateOptions)
SetExecuteApiFailureProceedStateOptions gets a reference to the given WorkflowStateOptions and assigns it to the ExecuteApiFailureProceedStateOptions field.
func (*WorkflowStateOptions) SetExecuteApiRetryPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetExecuteApiRetryPolicy(v RetryPolicy)
SetExecuteApiRetryPolicy gets a reference to the given RetryPolicy and assigns it to the ExecuteApiRetryPolicy field.
func (*WorkflowStateOptions) SetExecuteApiSearchAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) SetExecuteApiSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetExecuteApiSearchAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the ExecuteApiSearchAttributesLoadingPolicy field.
func (*WorkflowStateOptions) SetExecuteApiTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetExecuteApiTimeoutSeconds(v int32)
SetExecuteApiTimeoutSeconds gets a reference to the given int32 and assigns it to the ExecuteApiTimeoutSeconds field.
func (*WorkflowStateOptions) SetSearchAttributesLoadingPolicy ¶
func (o *WorkflowStateOptions) SetSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetSearchAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the SearchAttributesLoadingPolicy field.
func (*WorkflowStateOptions) SetSkipStartApi ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetSkipStartApi(v bool)
SetSkipStartApi gets a reference to the given bool and assigns it to the SkipStartApi field.
func (*WorkflowStateOptions) SetSkipWaitUntil ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetSkipWaitUntil(v bool)
SetSkipWaitUntil gets a reference to the given bool and assigns it to the SkipWaitUntil field.
func (*WorkflowStateOptions) SetStartApiFailurePolicy ¶ added in v1.4.0
func (o *WorkflowStateOptions) SetStartApiFailurePolicy(v StartApiFailurePolicy)
SetStartApiFailurePolicy gets a reference to the given StartApiFailurePolicy and assigns it to the StartApiFailurePolicy field.
func (*WorkflowStateOptions) SetStartApiRetryPolicy ¶
func (o *WorkflowStateOptions) SetStartApiRetryPolicy(v RetryPolicy)
SetStartApiRetryPolicy gets a reference to the given RetryPolicy and assigns it to the StartApiRetryPolicy field.
func (*WorkflowStateOptions) SetStartApiTimeoutSeconds ¶
func (o *WorkflowStateOptions) SetStartApiTimeoutSeconds(v int32)
SetStartApiTimeoutSeconds gets a reference to the given int32 and assigns it to the StartApiTimeoutSeconds field.
func (*WorkflowStateOptions) SetWaitUntilApiDataAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) SetWaitUntilApiDataAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetWaitUntilApiDataAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the WaitUntilApiDataAttributesLoadingPolicy field.
func (*WorkflowStateOptions) SetWaitUntilApiFailurePolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetWaitUntilApiFailurePolicy(v WaitUntilApiFailurePolicy)
SetWaitUntilApiFailurePolicy gets a reference to the given WaitUntilApiFailurePolicy and assigns it to the WaitUntilApiFailurePolicy field.
func (*WorkflowStateOptions) SetWaitUntilApiRetryPolicy ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetWaitUntilApiRetryPolicy(v RetryPolicy)
SetWaitUntilApiRetryPolicy gets a reference to the given RetryPolicy and assigns it to the WaitUntilApiRetryPolicy field.
func (*WorkflowStateOptions) SetWaitUntilApiSearchAttributesLoadingPolicy ¶ added in v1.11.0
func (o *WorkflowStateOptions) SetWaitUntilApiSearchAttributesLoadingPolicy(v PersistenceLoadingPolicy)
SetWaitUntilApiSearchAttributesLoadingPolicy gets a reference to the given PersistenceLoadingPolicy and assigns it to the WaitUntilApiSearchAttributesLoadingPolicy field.
func (*WorkflowStateOptions) SetWaitUntilApiTimeoutSeconds ¶ added in v1.5.0
func (o *WorkflowStateOptions) SetWaitUntilApiTimeoutSeconds(v int32)
SetWaitUntilApiTimeoutSeconds gets a reference to the given int32 and assigns it to the WaitUntilApiTimeoutSeconds field.
func (WorkflowStateOptions) ToMap ¶ added in v1.4.0
func (o WorkflowStateOptions) ToMap() (map[string]interface{}, error)
type WorkflowStateStartRequest ¶
type WorkflowStateStartRequest struct { Context Context `json:"context"` WorkflowType string `json:"workflowType"` WorkflowStateId string `json:"workflowStateId"` StateInput *EncodedObject `json:"stateInput,omitempty"` SearchAttributes []SearchAttribute `json:"searchAttributes,omitempty"` DataObjects []KeyValue `json:"dataObjects,omitempty"` }
WorkflowStateStartRequest struct for WorkflowStateStartRequest
func NewWorkflowStateStartRequest ¶
func NewWorkflowStateStartRequest(context Context, workflowType string, workflowStateId string) *WorkflowStateStartRequest
NewWorkflowStateStartRequest instantiates a new WorkflowStateStartRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStateStartRequestWithDefaults ¶
func NewWorkflowStateStartRequestWithDefaults() *WorkflowStateStartRequest
NewWorkflowStateStartRequestWithDefaults instantiates a new WorkflowStateStartRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStateStartRequest) GetContext ¶
func (o *WorkflowStateStartRequest) GetContext() Context
GetContext returns the Context field value
func (*WorkflowStateStartRequest) GetContextOk ¶
func (o *WorkflowStateStartRequest) GetContextOk() (*Context, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*WorkflowStateStartRequest) GetDataObjects ¶
func (o *WorkflowStateStartRequest) GetDataObjects() []KeyValue
GetDataObjects returns the DataObjects field value if set, zero value otherwise.
func (*WorkflowStateStartRequest) GetDataObjectsOk ¶
func (o *WorkflowStateStartRequest) GetDataObjectsOk() ([]KeyValue, bool)
GetDataObjectsOk returns a tuple with the DataObjects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartRequest) GetSearchAttributes ¶
func (o *WorkflowStateStartRequest) GetSearchAttributes() []SearchAttribute
GetSearchAttributes returns the SearchAttributes field value if set, zero value otherwise.
func (*WorkflowStateStartRequest) GetSearchAttributesOk ¶
func (o *WorkflowStateStartRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
GetSearchAttributesOk returns a tuple with the SearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartRequest) GetStateInput ¶
func (o *WorkflowStateStartRequest) GetStateInput() EncodedObject
GetStateInput returns the StateInput field value if set, zero value otherwise.
func (*WorkflowStateStartRequest) GetStateInputOk ¶
func (o *WorkflowStateStartRequest) GetStateInputOk() (*EncodedObject, bool)
GetStateInputOk returns a tuple with the StateInput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartRequest) GetWorkflowStateId ¶
func (o *WorkflowStateStartRequest) GetWorkflowStateId() string
GetWorkflowStateId returns the WorkflowStateId field value
func (*WorkflowStateStartRequest) GetWorkflowStateIdOk ¶
func (o *WorkflowStateStartRequest) GetWorkflowStateIdOk() (*string, bool)
GetWorkflowStateIdOk returns a tuple with the WorkflowStateId field value and a boolean to check if the value has been set.
func (*WorkflowStateStartRequest) GetWorkflowType ¶
func (o *WorkflowStateStartRequest) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field value
func (*WorkflowStateStartRequest) GetWorkflowTypeOk ¶
func (o *WorkflowStateStartRequest) GetWorkflowTypeOk() (*string, bool)
GetWorkflowTypeOk returns a tuple with the WorkflowType field value and a boolean to check if the value has been set.
func (*WorkflowStateStartRequest) HasDataObjects ¶
func (o *WorkflowStateStartRequest) HasDataObjects() bool
HasDataObjects returns a boolean if a field has been set.
func (*WorkflowStateStartRequest) HasSearchAttributes ¶
func (o *WorkflowStateStartRequest) HasSearchAttributes() bool
HasSearchAttributes returns a boolean if a field has been set.
func (*WorkflowStateStartRequest) HasStateInput ¶
func (o *WorkflowStateStartRequest) HasStateInput() bool
HasStateInput returns a boolean if a field has been set.
func (WorkflowStateStartRequest) MarshalJSON ¶
func (o WorkflowStateStartRequest) MarshalJSON() ([]byte, error)
func (*WorkflowStateStartRequest) SetContext ¶
func (o *WorkflowStateStartRequest) SetContext(v Context)
SetContext sets field value
func (*WorkflowStateStartRequest) SetDataObjects ¶
func (o *WorkflowStateStartRequest) SetDataObjects(v []KeyValue)
SetDataObjects gets a reference to the given []KeyValue and assigns it to the DataObjects field.
func (*WorkflowStateStartRequest) SetSearchAttributes ¶
func (o *WorkflowStateStartRequest) SetSearchAttributes(v []SearchAttribute)
SetSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the SearchAttributes field.
func (*WorkflowStateStartRequest) SetStateInput ¶
func (o *WorkflowStateStartRequest) SetStateInput(v EncodedObject)
SetStateInput gets a reference to the given EncodedObject and assigns it to the StateInput field.
func (*WorkflowStateStartRequest) SetWorkflowStateId ¶
func (o *WorkflowStateStartRequest) SetWorkflowStateId(v string)
SetWorkflowStateId sets field value
func (*WorkflowStateStartRequest) SetWorkflowType ¶
func (o *WorkflowStateStartRequest) SetWorkflowType(v string)
SetWorkflowType sets field value
func (WorkflowStateStartRequest) ToMap ¶ added in v1.4.0
func (o WorkflowStateStartRequest) ToMap() (map[string]interface{}, error)
type WorkflowStateStartResponse ¶
type WorkflowStateStartResponse struct { LocalActivityInput *string `json:"localActivityInput,omitempty"` UpsertSearchAttributes []SearchAttribute `json:"upsertSearchAttributes,omitempty"` UpsertDataObjects []KeyValue `json:"upsertDataObjects,omitempty"` CommandRequest *CommandRequest `json:"commandRequest,omitempty"` UpsertStateLocals []KeyValue `json:"upsertStateLocals,omitempty"` RecordEvents []KeyValue `json:"recordEvents,omitempty"` PublishToInterStateChannel []InterStateChannelPublishing `json:"publishToInterStateChannel,omitempty"` }
WorkflowStateStartResponse struct for WorkflowStateStartResponse
func NewWorkflowStateStartResponse ¶
func NewWorkflowStateStartResponse() *WorkflowStateStartResponse
NewWorkflowStateStartResponse instantiates a new WorkflowStateStartResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStateStartResponseWithDefaults ¶
func NewWorkflowStateStartResponseWithDefaults() *WorkflowStateStartResponse
NewWorkflowStateStartResponseWithDefaults instantiates a new WorkflowStateStartResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStateStartResponse) GetCommandRequest ¶
func (o *WorkflowStateStartResponse) GetCommandRequest() CommandRequest
GetCommandRequest returns the CommandRequest field value if set, zero value otherwise.
func (*WorkflowStateStartResponse) GetCommandRequestOk ¶
func (o *WorkflowStateStartResponse) GetCommandRequestOk() (*CommandRequest, bool)
GetCommandRequestOk returns a tuple with the CommandRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartResponse) GetLocalActivityInput ¶ added in v1.9.2
func (o *WorkflowStateStartResponse) GetLocalActivityInput() string
GetLocalActivityInput returns the LocalActivityInput field value if set, zero value otherwise.
func (*WorkflowStateStartResponse) GetLocalActivityInputOk ¶ added in v1.9.2
func (o *WorkflowStateStartResponse) GetLocalActivityInputOk() (*string, bool)
GetLocalActivityInputOk returns a tuple with the LocalActivityInput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartResponse) GetPublishToInterStateChannel ¶
func (o *WorkflowStateStartResponse) GetPublishToInterStateChannel() []InterStateChannelPublishing
GetPublishToInterStateChannel returns the PublishToInterStateChannel field value if set, zero value otherwise.
func (*WorkflowStateStartResponse) GetPublishToInterStateChannelOk ¶
func (o *WorkflowStateStartResponse) GetPublishToInterStateChannelOk() ([]InterStateChannelPublishing, bool)
GetPublishToInterStateChannelOk returns a tuple with the PublishToInterStateChannel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartResponse) GetRecordEvents ¶
func (o *WorkflowStateStartResponse) GetRecordEvents() []KeyValue
GetRecordEvents returns the RecordEvents field value if set, zero value otherwise.
func (*WorkflowStateStartResponse) GetRecordEventsOk ¶
func (o *WorkflowStateStartResponse) GetRecordEventsOk() ([]KeyValue, bool)
GetRecordEventsOk returns a tuple with the RecordEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartResponse) GetUpsertDataObjects ¶
func (o *WorkflowStateStartResponse) GetUpsertDataObjects() []KeyValue
GetUpsertDataObjects returns the UpsertDataObjects field value if set, zero value otherwise.
func (*WorkflowStateStartResponse) GetUpsertDataObjectsOk ¶
func (o *WorkflowStateStartResponse) GetUpsertDataObjectsOk() ([]KeyValue, bool)
GetUpsertDataObjectsOk returns a tuple with the UpsertDataObjects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartResponse) GetUpsertSearchAttributes ¶
func (o *WorkflowStateStartResponse) GetUpsertSearchAttributes() []SearchAttribute
GetUpsertSearchAttributes returns the UpsertSearchAttributes field value if set, zero value otherwise.
func (*WorkflowStateStartResponse) GetUpsertSearchAttributesOk ¶
func (o *WorkflowStateStartResponse) GetUpsertSearchAttributesOk() ([]SearchAttribute, bool)
GetUpsertSearchAttributesOk returns a tuple with the UpsertSearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartResponse) GetUpsertStateLocals ¶
func (o *WorkflowStateStartResponse) GetUpsertStateLocals() []KeyValue
GetUpsertStateLocals returns the UpsertStateLocals field value if set, zero value otherwise.
func (*WorkflowStateStartResponse) GetUpsertStateLocalsOk ¶
func (o *WorkflowStateStartResponse) GetUpsertStateLocalsOk() ([]KeyValue, bool)
GetUpsertStateLocalsOk returns a tuple with the UpsertStateLocals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStateStartResponse) HasCommandRequest ¶
func (o *WorkflowStateStartResponse) HasCommandRequest() bool
HasCommandRequest returns a boolean if a field has been set.
func (*WorkflowStateStartResponse) HasLocalActivityInput ¶ added in v1.9.2
func (o *WorkflowStateStartResponse) HasLocalActivityInput() bool
HasLocalActivityInput returns a boolean if a field has been set.
func (*WorkflowStateStartResponse) HasPublishToInterStateChannel ¶
func (o *WorkflowStateStartResponse) HasPublishToInterStateChannel() bool
HasPublishToInterStateChannel returns a boolean if a field has been set.
func (*WorkflowStateStartResponse) HasRecordEvents ¶
func (o *WorkflowStateStartResponse) HasRecordEvents() bool
HasRecordEvents returns a boolean if a field has been set.
func (*WorkflowStateStartResponse) HasUpsertDataObjects ¶
func (o *WorkflowStateStartResponse) HasUpsertDataObjects() bool
HasUpsertDataObjects returns a boolean if a field has been set.
func (*WorkflowStateStartResponse) HasUpsertSearchAttributes ¶
func (o *WorkflowStateStartResponse) HasUpsertSearchAttributes() bool
HasUpsertSearchAttributes returns a boolean if a field has been set.
func (*WorkflowStateStartResponse) HasUpsertStateLocals ¶
func (o *WorkflowStateStartResponse) HasUpsertStateLocals() bool
HasUpsertStateLocals returns a boolean if a field has been set.
func (WorkflowStateStartResponse) MarshalJSON ¶
func (o WorkflowStateStartResponse) MarshalJSON() ([]byte, error)
func (*WorkflowStateStartResponse) SetCommandRequest ¶
func (o *WorkflowStateStartResponse) SetCommandRequest(v CommandRequest)
SetCommandRequest gets a reference to the given CommandRequest and assigns it to the CommandRequest field.
func (*WorkflowStateStartResponse) SetLocalActivityInput ¶ added in v1.9.2
func (o *WorkflowStateStartResponse) SetLocalActivityInput(v string)
SetLocalActivityInput gets a reference to the given string and assigns it to the LocalActivityInput field.
func (*WorkflowStateStartResponse) SetPublishToInterStateChannel ¶
func (o *WorkflowStateStartResponse) SetPublishToInterStateChannel(v []InterStateChannelPublishing)
SetPublishToInterStateChannel gets a reference to the given []InterStateChannelPublishing and assigns it to the PublishToInterStateChannel field.
func (*WorkflowStateStartResponse) SetRecordEvents ¶
func (o *WorkflowStateStartResponse) SetRecordEvents(v []KeyValue)
SetRecordEvents gets a reference to the given []KeyValue and assigns it to the RecordEvents field.
func (*WorkflowStateStartResponse) SetUpsertDataObjects ¶
func (o *WorkflowStateStartResponse) SetUpsertDataObjects(v []KeyValue)
SetUpsertDataObjects gets a reference to the given []KeyValue and assigns it to the UpsertDataObjects field.
func (*WorkflowStateStartResponse) SetUpsertSearchAttributes ¶
func (o *WorkflowStateStartResponse) SetUpsertSearchAttributes(v []SearchAttribute)
SetUpsertSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the UpsertSearchAttributes field.
func (*WorkflowStateStartResponse) SetUpsertStateLocals ¶
func (o *WorkflowStateStartResponse) SetUpsertStateLocals(v []KeyValue)
SetUpsertStateLocals gets a reference to the given []KeyValue and assigns it to the UpsertStateLocals field.
func (WorkflowStateStartResponse) ToMap ¶ added in v1.4.0
func (o WorkflowStateStartResponse) ToMap() (map[string]interface{}, error)
type WorkflowStatus ¶
type WorkflowStatus string
WorkflowStatus the model 'WorkflowStatus'
const ( RUNNING WorkflowStatus = "RUNNING" COMPLETED WorkflowStatus = "COMPLETED" FAILED WorkflowStatus = "FAILED" TIMEOUT WorkflowStatus = "TIMEOUT" TERMINATED WorkflowStatus = "TERMINATED" CANCELED WorkflowStatus = "CANCELED" CONTINUED_AS_NEW WorkflowStatus = "CONTINUED_AS_NEW" )
List of WorkflowStatus
func NewWorkflowStatusFromValue ¶
func NewWorkflowStatusFromValue(v string) (*WorkflowStatus, error)
NewWorkflowStatusFromValue returns a pointer to a valid WorkflowStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowStatus) IsValid ¶
func (v WorkflowStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowStatus) Ptr ¶
func (v WorkflowStatus) Ptr() *WorkflowStatus
Ptr returns reference to WorkflowStatus value
func (*WorkflowStatus) UnmarshalJSON ¶
func (v *WorkflowStatus) UnmarshalJSON(src []byte) error
type WorkflowStopRequest ¶
type WorkflowStopRequest struct { WorkflowId string `json:"workflowId"` WorkflowRunId *string `json:"workflowRunId,omitempty"` Reason *string `json:"reason,omitempty"` StopType *WorkflowStopType `json:"stopType,omitempty"` }
WorkflowStopRequest struct for WorkflowStopRequest
func NewWorkflowStopRequest ¶
func NewWorkflowStopRequest(workflowId string) *WorkflowStopRequest
NewWorkflowStopRequest instantiates a new WorkflowStopRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowStopRequestWithDefaults ¶
func NewWorkflowStopRequestWithDefaults() *WorkflowStopRequest
NewWorkflowStopRequestWithDefaults instantiates a new WorkflowStopRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowStopRequest) GetReason ¶
func (o *WorkflowStopRequest) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*WorkflowStopRequest) GetReasonOk ¶
func (o *WorkflowStopRequest) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStopRequest) GetStopType ¶
func (o *WorkflowStopRequest) GetStopType() WorkflowStopType
GetStopType returns the StopType field value if set, zero value otherwise.
func (*WorkflowStopRequest) GetStopTypeOk ¶
func (o *WorkflowStopRequest) GetStopTypeOk() (*WorkflowStopType, bool)
GetStopTypeOk returns a tuple with the StopType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStopRequest) GetWorkflowId ¶
func (o *WorkflowStopRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowStopRequest) GetWorkflowIdOk ¶
func (o *WorkflowStopRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowStopRequest) GetWorkflowRunId ¶
func (o *WorkflowStopRequest) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value if set, zero value otherwise.
func (*WorkflowStopRequest) GetWorkflowRunIdOk ¶
func (o *WorkflowStopRequest) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowStopRequest) HasReason ¶
func (o *WorkflowStopRequest) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*WorkflowStopRequest) HasStopType ¶
func (o *WorkflowStopRequest) HasStopType() bool
HasStopType returns a boolean if a field has been set.
func (*WorkflowStopRequest) HasWorkflowRunId ¶
func (o *WorkflowStopRequest) HasWorkflowRunId() bool
HasWorkflowRunId returns a boolean if a field has been set.
func (WorkflowStopRequest) MarshalJSON ¶
func (o WorkflowStopRequest) MarshalJSON() ([]byte, error)
func (*WorkflowStopRequest) SetReason ¶
func (o *WorkflowStopRequest) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*WorkflowStopRequest) SetStopType ¶
func (o *WorkflowStopRequest) SetStopType(v WorkflowStopType)
SetStopType gets a reference to the given WorkflowStopType and assigns it to the StopType field.
func (*WorkflowStopRequest) SetWorkflowId ¶
func (o *WorkflowStopRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*WorkflowStopRequest) SetWorkflowRunId ¶
func (o *WorkflowStopRequest) SetWorkflowRunId(v string)
SetWorkflowRunId gets a reference to the given string and assigns it to the WorkflowRunId field.
func (WorkflowStopRequest) ToMap ¶ added in v1.4.0
func (o WorkflowStopRequest) ToMap() (map[string]interface{}, error)
type WorkflowStopType ¶
type WorkflowStopType string
WorkflowStopType the model 'WorkflowStopType'
const ( CANCEL WorkflowStopType = "CANCEL" TERMINATE WorkflowStopType = "TERMINATE" FAIL WorkflowStopType = "FAIL" )
List of WorkflowStopType
func NewWorkflowStopTypeFromValue ¶
func NewWorkflowStopTypeFromValue(v string) (*WorkflowStopType, error)
NewWorkflowStopTypeFromValue returns a pointer to a valid WorkflowStopType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowStopType) IsValid ¶
func (v WorkflowStopType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowStopType) Ptr ¶
func (v WorkflowStopType) Ptr() *WorkflowStopType
Ptr returns reference to WorkflowStopType value
func (*WorkflowStopType) UnmarshalJSON ¶
func (v *WorkflowStopType) UnmarshalJSON(src []byte) error
type WorkflowWaitForStateCompletionRequest ¶ added in v1.8.0
type WorkflowWaitForStateCompletionRequest struct { WorkflowId string `json:"workflowId"` StateExecutionId *string `json:"stateExecutionId,omitempty"` StateId *string `json:"stateId,omitempty"` WaitForKey *string `json:"waitForKey,omitempty"` WaitTimeSeconds *int32 `json:"waitTimeSeconds,omitempty"` }
WorkflowWaitForStateCompletionRequest struct for WorkflowWaitForStateCompletionRequest
func NewWorkflowWaitForStateCompletionRequest ¶ added in v1.8.0
func NewWorkflowWaitForStateCompletionRequest(workflowId string) *WorkflowWaitForStateCompletionRequest
NewWorkflowWaitForStateCompletionRequest instantiates a new WorkflowWaitForStateCompletionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowWaitForStateCompletionRequestWithDefaults ¶ added in v1.8.0
func NewWorkflowWaitForStateCompletionRequestWithDefaults() *WorkflowWaitForStateCompletionRequest
NewWorkflowWaitForStateCompletionRequestWithDefaults instantiates a new WorkflowWaitForStateCompletionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowWaitForStateCompletionRequest) GetStateExecutionId ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) GetStateExecutionId() string
GetStateExecutionId returns the StateExecutionId field value if set, zero value otherwise.
func (*WorkflowWaitForStateCompletionRequest) GetStateExecutionIdOk ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) GetStateExecutionIdOk() (*string, bool)
GetStateExecutionIdOk returns a tuple with the StateExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWaitForStateCompletionRequest) GetStateId ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) GetStateId() string
GetStateId returns the StateId field value if set, zero value otherwise.
func (*WorkflowWaitForStateCompletionRequest) GetStateIdOk ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) GetStateIdOk() (*string, bool)
GetStateIdOk returns a tuple with the StateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWaitForStateCompletionRequest) GetWaitForKey ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) GetWaitForKey() string
GetWaitForKey returns the WaitForKey field value if set, zero value otherwise.
func (*WorkflowWaitForStateCompletionRequest) GetWaitForKeyOk ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) GetWaitForKeyOk() (*string, bool)
GetWaitForKeyOk returns a tuple with the WaitForKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWaitForStateCompletionRequest) GetWaitTimeSeconds ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) GetWaitTimeSeconds() int32
GetWaitTimeSeconds returns the WaitTimeSeconds field value if set, zero value otherwise.
func (*WorkflowWaitForStateCompletionRequest) GetWaitTimeSecondsOk ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) GetWaitTimeSecondsOk() (*int32, bool)
GetWaitTimeSecondsOk returns a tuple with the WaitTimeSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWaitForStateCompletionRequest) GetWorkflowId ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowWaitForStateCompletionRequest) GetWorkflowIdOk ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowWaitForStateCompletionRequest) HasStateExecutionId ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) HasStateExecutionId() bool
HasStateExecutionId returns a boolean if a field has been set.
func (*WorkflowWaitForStateCompletionRequest) HasStateId ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) HasStateId() bool
HasStateId returns a boolean if a field has been set.
func (*WorkflowWaitForStateCompletionRequest) HasWaitForKey ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) HasWaitForKey() bool
HasWaitForKey returns a boolean if a field has been set.
func (*WorkflowWaitForStateCompletionRequest) HasWaitTimeSeconds ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) HasWaitTimeSeconds() bool
HasWaitTimeSeconds returns a boolean if a field has been set.
func (WorkflowWaitForStateCompletionRequest) MarshalJSON ¶ added in v1.8.0
func (o WorkflowWaitForStateCompletionRequest) MarshalJSON() ([]byte, error)
func (*WorkflowWaitForStateCompletionRequest) SetStateExecutionId ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) SetStateExecutionId(v string)
SetStateExecutionId gets a reference to the given string and assigns it to the StateExecutionId field.
func (*WorkflowWaitForStateCompletionRequest) SetStateId ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) SetStateId(v string)
SetStateId gets a reference to the given string and assigns it to the StateId field.
func (*WorkflowWaitForStateCompletionRequest) SetWaitForKey ¶ added in v1.10.0
func (o *WorkflowWaitForStateCompletionRequest) SetWaitForKey(v string)
SetWaitForKey gets a reference to the given string and assigns it to the WaitForKey field.
func (*WorkflowWaitForStateCompletionRequest) SetWaitTimeSeconds ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) SetWaitTimeSeconds(v int32)
SetWaitTimeSeconds gets a reference to the given int32 and assigns it to the WaitTimeSeconds field.
func (*WorkflowWaitForStateCompletionRequest) SetWorkflowId ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionRequest) SetWorkflowId(v string)
SetWorkflowId sets field value
func (WorkflowWaitForStateCompletionRequest) ToMap ¶ added in v1.8.0
func (o WorkflowWaitForStateCompletionRequest) ToMap() (map[string]interface{}, error)
type WorkflowWaitForStateCompletionResponse ¶ added in v1.8.0
type WorkflowWaitForStateCompletionResponse struct {
StateCompletionOutput *StateCompletionOutput `json:"stateCompletionOutput,omitempty"`
}
WorkflowWaitForStateCompletionResponse struct for WorkflowWaitForStateCompletionResponse
func NewWorkflowWaitForStateCompletionResponse ¶ added in v1.8.0
func NewWorkflowWaitForStateCompletionResponse() *WorkflowWaitForStateCompletionResponse
NewWorkflowWaitForStateCompletionResponse instantiates a new WorkflowWaitForStateCompletionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowWaitForStateCompletionResponseWithDefaults ¶ added in v1.8.0
func NewWorkflowWaitForStateCompletionResponseWithDefaults() *WorkflowWaitForStateCompletionResponse
NewWorkflowWaitForStateCompletionResponseWithDefaults instantiates a new WorkflowWaitForStateCompletionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowWaitForStateCompletionResponse) GetStateCompletionOutput ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionResponse) GetStateCompletionOutput() StateCompletionOutput
GetStateCompletionOutput returns the StateCompletionOutput field value if set, zero value otherwise.
func (*WorkflowWaitForStateCompletionResponse) GetStateCompletionOutputOk ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionResponse) GetStateCompletionOutputOk() (*StateCompletionOutput, bool)
GetStateCompletionOutputOk returns a tuple with the StateCompletionOutput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWaitForStateCompletionResponse) HasStateCompletionOutput ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionResponse) HasStateCompletionOutput() bool
HasStateCompletionOutput returns a boolean if a field has been set.
func (WorkflowWaitForStateCompletionResponse) MarshalJSON ¶ added in v1.8.0
func (o WorkflowWaitForStateCompletionResponse) MarshalJSON() ([]byte, error)
func (*WorkflowWaitForStateCompletionResponse) SetStateCompletionOutput ¶ added in v1.8.0
func (o *WorkflowWaitForStateCompletionResponse) SetStateCompletionOutput(v StateCompletionOutput)
SetStateCompletionOutput gets a reference to the given StateCompletionOutput and assigns it to the StateCompletionOutput field.
func (WorkflowWaitForStateCompletionResponse) ToMap ¶ added in v1.8.0
func (o WorkflowWaitForStateCompletionResponse) ToMap() (map[string]interface{}, error)
type WorkflowWorkerRpcRequest ¶ added in v1.5.0
type WorkflowWorkerRpcRequest struct { Context Context `json:"context"` WorkflowType string `json:"workflowType"` RpcName string `json:"rpcName"` Input *EncodedObject `json:"input,omitempty"` SearchAttributes []SearchAttribute `json:"searchAttributes,omitempty"` DataAttributes []KeyValue `json:"dataAttributes,omitempty"` SignalChannelInfos *map[string]ChannelInfo `json:"signalChannelInfos,omitempty"` InternalChannelInfos *map[string]ChannelInfo `json:"internalChannelInfos,omitempty"` }
WorkflowWorkerRpcRequest struct for WorkflowWorkerRpcRequest
func NewWorkflowWorkerRpcRequest ¶ added in v1.5.0
func NewWorkflowWorkerRpcRequest(context Context, workflowType string, rpcName string) *WorkflowWorkerRpcRequest
NewWorkflowWorkerRpcRequest instantiates a new WorkflowWorkerRpcRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowWorkerRpcRequestWithDefaults ¶ added in v1.5.0
func NewWorkflowWorkerRpcRequestWithDefaults() *WorkflowWorkerRpcRequest
NewWorkflowWorkerRpcRequestWithDefaults instantiates a new WorkflowWorkerRpcRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowWorkerRpcRequest) GetContext ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetContext() Context
GetContext returns the Context field value
func (*WorkflowWorkerRpcRequest) GetContextOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetContextOk() (*Context, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) GetDataAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetDataAttributes() []KeyValue
GetDataAttributes returns the DataAttributes field value if set, zero value otherwise.
func (*WorkflowWorkerRpcRequest) GetDataAttributesOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetDataAttributesOk() ([]KeyValue, bool)
GetDataAttributesOk returns a tuple with the DataAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) GetInput ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetInput() EncodedObject
GetInput returns the Input field value if set, zero value otherwise.
func (*WorkflowWorkerRpcRequest) GetInputOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetInputOk() (*EncodedObject, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) GetInternalChannelInfos ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) GetInternalChannelInfos() map[string]ChannelInfo
GetInternalChannelInfos returns the InternalChannelInfos field value if set, zero value otherwise.
func (*WorkflowWorkerRpcRequest) GetInternalChannelInfosOk ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) GetInternalChannelInfosOk() (*map[string]ChannelInfo, bool)
GetInternalChannelInfosOk returns a tuple with the InternalChannelInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) GetRpcName ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetRpcName() string
GetRpcName returns the RpcName field value
func (*WorkflowWorkerRpcRequest) GetRpcNameOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetRpcNameOk() (*string, bool)
GetRpcNameOk returns a tuple with the RpcName field value and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) GetSearchAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetSearchAttributes() []SearchAttribute
GetSearchAttributes returns the SearchAttributes field value if set, zero value otherwise.
func (*WorkflowWorkerRpcRequest) GetSearchAttributesOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetSearchAttributesOk() ([]SearchAttribute, bool)
GetSearchAttributesOk returns a tuple with the SearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) GetSignalChannelInfos ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) GetSignalChannelInfos() map[string]ChannelInfo
GetSignalChannelInfos returns the SignalChannelInfos field value if set, zero value otherwise.
func (*WorkflowWorkerRpcRequest) GetSignalChannelInfosOk ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) GetSignalChannelInfosOk() (*map[string]ChannelInfo, bool)
GetSignalChannelInfosOk returns a tuple with the SignalChannelInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) GetWorkflowType ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field value
func (*WorkflowWorkerRpcRequest) GetWorkflowTypeOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) GetWorkflowTypeOk() (*string, bool)
GetWorkflowTypeOk returns a tuple with the WorkflowType field value and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcRequest) HasDataAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) HasDataAttributes() bool
HasDataAttributes returns a boolean if a field has been set.
func (*WorkflowWorkerRpcRequest) HasInput ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*WorkflowWorkerRpcRequest) HasInternalChannelInfos ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) HasInternalChannelInfos() bool
HasInternalChannelInfos returns a boolean if a field has been set.
func (*WorkflowWorkerRpcRequest) HasSearchAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) HasSearchAttributes() bool
HasSearchAttributes returns a boolean if a field has been set.
func (*WorkflowWorkerRpcRequest) HasSignalChannelInfos ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) HasSignalChannelInfos() bool
HasSignalChannelInfos returns a boolean if a field has been set.
func (WorkflowWorkerRpcRequest) MarshalJSON ¶ added in v1.5.0
func (o WorkflowWorkerRpcRequest) MarshalJSON() ([]byte, error)
func (*WorkflowWorkerRpcRequest) SetContext ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) SetContext(v Context)
SetContext sets field value
func (*WorkflowWorkerRpcRequest) SetDataAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) SetDataAttributes(v []KeyValue)
SetDataAttributes gets a reference to the given []KeyValue and assigns it to the DataAttributes field.
func (*WorkflowWorkerRpcRequest) SetInput ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) SetInput(v EncodedObject)
SetInput gets a reference to the given EncodedObject and assigns it to the Input field.
func (*WorkflowWorkerRpcRequest) SetInternalChannelInfos ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) SetInternalChannelInfos(v map[string]ChannelInfo)
SetInternalChannelInfos gets a reference to the given map[string]ChannelInfo and assigns it to the InternalChannelInfos field.
func (*WorkflowWorkerRpcRequest) SetRpcName ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) SetRpcName(v string)
SetRpcName sets field value
func (*WorkflowWorkerRpcRequest) SetSearchAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) SetSearchAttributes(v []SearchAttribute)
SetSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the SearchAttributes field.
func (*WorkflowWorkerRpcRequest) SetSignalChannelInfos ¶ added in v1.15.0
func (o *WorkflowWorkerRpcRequest) SetSignalChannelInfos(v map[string]ChannelInfo)
SetSignalChannelInfos gets a reference to the given map[string]ChannelInfo and assigns it to the SignalChannelInfos field.
func (*WorkflowWorkerRpcRequest) SetWorkflowType ¶ added in v1.5.0
func (o *WorkflowWorkerRpcRequest) SetWorkflowType(v string)
SetWorkflowType sets field value
func (WorkflowWorkerRpcRequest) ToMap ¶ added in v1.5.0
func (o WorkflowWorkerRpcRequest) ToMap() (map[string]interface{}, error)
type WorkflowWorkerRpcResponse ¶ added in v1.5.0
type WorkflowWorkerRpcResponse struct { Output *EncodedObject `json:"output,omitempty"` StateDecision *StateDecision `json:"stateDecision,omitempty"` UpsertSearchAttributes []SearchAttribute `json:"upsertSearchAttributes,omitempty"` UpsertDataAttributes []KeyValue `json:"upsertDataAttributes,omitempty"` RecordEvents []KeyValue `json:"recordEvents,omitempty"` UpsertStateLocals []KeyValue `json:"upsertStateLocals,omitempty"` PublishToInterStateChannel []InterStateChannelPublishing `json:"publishToInterStateChannel,omitempty"` }
WorkflowWorkerRpcResponse struct for WorkflowWorkerRpcResponse
func NewWorkflowWorkerRpcResponse ¶ added in v1.5.0
func NewWorkflowWorkerRpcResponse() *WorkflowWorkerRpcResponse
NewWorkflowWorkerRpcResponse instantiates a new WorkflowWorkerRpcResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowWorkerRpcResponseWithDefaults ¶ added in v1.5.0
func NewWorkflowWorkerRpcResponseWithDefaults() *WorkflowWorkerRpcResponse
NewWorkflowWorkerRpcResponseWithDefaults instantiates a new WorkflowWorkerRpcResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowWorkerRpcResponse) GetOutput ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetOutput() EncodedObject
GetOutput returns the Output field value if set, zero value otherwise.
func (*WorkflowWorkerRpcResponse) GetOutputOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetOutputOk() (*EncodedObject, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcResponse) GetPublishToInterStateChannel ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetPublishToInterStateChannel() []InterStateChannelPublishing
GetPublishToInterStateChannel returns the PublishToInterStateChannel field value if set, zero value otherwise.
func (*WorkflowWorkerRpcResponse) GetPublishToInterStateChannelOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetPublishToInterStateChannelOk() ([]InterStateChannelPublishing, bool)
GetPublishToInterStateChannelOk returns a tuple with the PublishToInterStateChannel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcResponse) GetRecordEvents ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetRecordEvents() []KeyValue
GetRecordEvents returns the RecordEvents field value if set, zero value otherwise.
func (*WorkflowWorkerRpcResponse) GetRecordEventsOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetRecordEventsOk() ([]KeyValue, bool)
GetRecordEventsOk returns a tuple with the RecordEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcResponse) GetStateDecision ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetStateDecision() StateDecision
GetStateDecision returns the StateDecision field value if set, zero value otherwise.
func (*WorkflowWorkerRpcResponse) GetStateDecisionOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetStateDecisionOk() (*StateDecision, bool)
GetStateDecisionOk returns a tuple with the StateDecision field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcResponse) GetUpsertDataAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetUpsertDataAttributes() []KeyValue
GetUpsertDataAttributes returns the UpsertDataAttributes field value if set, zero value otherwise.
func (*WorkflowWorkerRpcResponse) GetUpsertDataAttributesOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetUpsertDataAttributesOk() ([]KeyValue, bool)
GetUpsertDataAttributesOk returns a tuple with the UpsertDataAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcResponse) GetUpsertSearchAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetUpsertSearchAttributes() []SearchAttribute
GetUpsertSearchAttributes returns the UpsertSearchAttributes field value if set, zero value otherwise.
func (*WorkflowWorkerRpcResponse) GetUpsertSearchAttributesOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetUpsertSearchAttributesOk() ([]SearchAttribute, bool)
GetUpsertSearchAttributesOk returns a tuple with the UpsertSearchAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcResponse) GetUpsertStateLocals ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetUpsertStateLocals() []KeyValue
GetUpsertStateLocals returns the UpsertStateLocals field value if set, zero value otherwise.
func (*WorkflowWorkerRpcResponse) GetUpsertStateLocalsOk ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) GetUpsertStateLocalsOk() ([]KeyValue, bool)
GetUpsertStateLocalsOk returns a tuple with the UpsertStateLocals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowWorkerRpcResponse) HasOutput ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (*WorkflowWorkerRpcResponse) HasPublishToInterStateChannel ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) HasPublishToInterStateChannel() bool
HasPublishToInterStateChannel returns a boolean if a field has been set.
func (*WorkflowWorkerRpcResponse) HasRecordEvents ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) HasRecordEvents() bool
HasRecordEvents returns a boolean if a field has been set.
func (*WorkflowWorkerRpcResponse) HasStateDecision ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) HasStateDecision() bool
HasStateDecision returns a boolean if a field has been set.
func (*WorkflowWorkerRpcResponse) HasUpsertDataAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) HasUpsertDataAttributes() bool
HasUpsertDataAttributes returns a boolean if a field has been set.
func (*WorkflowWorkerRpcResponse) HasUpsertSearchAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) HasUpsertSearchAttributes() bool
HasUpsertSearchAttributes returns a boolean if a field has been set.
func (*WorkflowWorkerRpcResponse) HasUpsertStateLocals ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) HasUpsertStateLocals() bool
HasUpsertStateLocals returns a boolean if a field has been set.
func (WorkflowWorkerRpcResponse) MarshalJSON ¶ added in v1.5.0
func (o WorkflowWorkerRpcResponse) MarshalJSON() ([]byte, error)
func (*WorkflowWorkerRpcResponse) SetOutput ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) SetOutput(v EncodedObject)
SetOutput gets a reference to the given EncodedObject and assigns it to the Output field.
func (*WorkflowWorkerRpcResponse) SetPublishToInterStateChannel ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) SetPublishToInterStateChannel(v []InterStateChannelPublishing)
SetPublishToInterStateChannel gets a reference to the given []InterStateChannelPublishing and assigns it to the PublishToInterStateChannel field.
func (*WorkflowWorkerRpcResponse) SetRecordEvents ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) SetRecordEvents(v []KeyValue)
SetRecordEvents gets a reference to the given []KeyValue and assigns it to the RecordEvents field.
func (*WorkflowWorkerRpcResponse) SetStateDecision ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) SetStateDecision(v StateDecision)
SetStateDecision gets a reference to the given StateDecision and assigns it to the StateDecision field.
func (*WorkflowWorkerRpcResponse) SetUpsertDataAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) SetUpsertDataAttributes(v []KeyValue)
SetUpsertDataAttributes gets a reference to the given []KeyValue and assigns it to the UpsertDataAttributes field.
func (*WorkflowWorkerRpcResponse) SetUpsertSearchAttributes ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) SetUpsertSearchAttributes(v []SearchAttribute)
SetUpsertSearchAttributes gets a reference to the given []SearchAttribute and assigns it to the UpsertSearchAttributes field.
func (*WorkflowWorkerRpcResponse) SetUpsertStateLocals ¶ added in v1.5.0
func (o *WorkflowWorkerRpcResponse) SetUpsertStateLocals(v []KeyValue)
SetUpsertStateLocals gets a reference to the given []KeyValue and assigns it to the UpsertStateLocals field.
func (WorkflowWorkerRpcResponse) ToMap ¶ added in v1.5.0
func (o WorkflowWorkerRpcResponse) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_default.go
- client.go
- configuration.go
- 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_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
- utils.go