temporal-api-protos
Safe HaskellNone
LanguageHaskell2010

Proto.Temporal.Api.Command.V1.Message

Synopsis

Documentation

data CancelTimerCommandAttributes Source #

Fields :

  • timerId :: Lens' CancelTimerCommandAttributes Data.Text.Text

Instances

Instances details
NFData CancelTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show CancelTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq CancelTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord CancelTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message CancelTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField CancelTimerCommandAttributes "timerId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "cancelTimerCommandAttributes" CancelTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "cancelTimerCommandAttributes" -> (CancelTimerCommandAttributes -> f CancelTimerCommandAttributes) -> Command -> f Command #

HasField Command "maybe'cancelTimerCommandAttributes" (Maybe CancelTimerCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'cancelTimerCommandAttributes" -> (Maybe CancelTimerCommandAttributes -> f (Maybe CancelTimerCommandAttributes)) -> Command -> f Command #

data CancelWorkflowExecutionCommandAttributes Source #

Fields :

  • details :: Lens' CancelWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'details :: Lens' CancelWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)

Instances

Instances details
NFData CancelWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show CancelWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq CancelWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord CancelWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message CancelWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField CancelWorkflowExecutionCommandAttributes "details" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "cancelWorkflowExecutionCommandAttributes" CancelWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "cancelWorkflowExecutionCommandAttributes" -> (CancelWorkflowExecutionCommandAttributes -> f CancelWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField CancelWorkflowExecutionCommandAttributes "maybe'details" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'cancelWorkflowExecutionCommandAttributes" (Maybe CancelWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'cancelWorkflowExecutionCommandAttributes" -> (Maybe CancelWorkflowExecutionCommandAttributes -> f (Maybe CancelWorkflowExecutionCommandAttributes)) -> Command -> f Command #

data Command Source #

Fields :

Instances

Instances details
NFData Command Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

rnf :: Command -> () #

Show Command Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq Command Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Ord Command Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message Command Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "cancelTimerCommandAttributes" CancelTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "cancelTimerCommandAttributes" -> (CancelTimerCommandAttributes -> f CancelTimerCommandAttributes) -> Command -> f Command #

HasField Command "cancelWorkflowExecutionCommandAttributes" CancelWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "cancelWorkflowExecutionCommandAttributes" -> (CancelWorkflowExecutionCommandAttributes -> f CancelWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField Command "commandType" CommandType Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "commandType" -> (CommandType -> f CommandType) -> Command -> f Command #

HasField Command "completeWorkflowExecutionCommandAttributes" CompleteWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "completeWorkflowExecutionCommandAttributes" -> (CompleteWorkflowExecutionCommandAttributes -> f CompleteWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField Command "continueAsNewWorkflowExecutionCommandAttributes" ContinueAsNewWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "continueAsNewWorkflowExecutionCommandAttributes" -> (ContinueAsNewWorkflowExecutionCommandAttributes -> f ContinueAsNewWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField Command "failWorkflowExecutionCommandAttributes" FailWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "failWorkflowExecutionCommandAttributes" -> (FailWorkflowExecutionCommandAttributes -> f FailWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField Command "modifyWorkflowPropertiesCommandAttributes" ModifyWorkflowPropertiesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "modifyWorkflowPropertiesCommandAttributes" -> (ModifyWorkflowPropertiesCommandAttributes -> f ModifyWorkflowPropertiesCommandAttributes) -> Command -> f Command #

HasField Command "protocolMessageCommandAttributes" ProtocolMessageCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "protocolMessageCommandAttributes" -> (ProtocolMessageCommandAttributes -> f ProtocolMessageCommandAttributes) -> Command -> f Command #

HasField Command "recordMarkerCommandAttributes" RecordMarkerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "recordMarkerCommandAttributes" -> (RecordMarkerCommandAttributes -> f RecordMarkerCommandAttributes) -> Command -> f Command #

HasField Command "requestCancelActivityTaskCommandAttributes" RequestCancelActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "requestCancelActivityTaskCommandAttributes" -> (RequestCancelActivityTaskCommandAttributes -> f RequestCancelActivityTaskCommandAttributes) -> Command -> f Command #

HasField Command "requestCancelExternalWorkflowExecutionCommandAttributes" RequestCancelExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "requestCancelExternalWorkflowExecutionCommandAttributes" -> (RequestCancelExternalWorkflowExecutionCommandAttributes -> f RequestCancelExternalWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField Command "requestCancelNexusOperationCommandAttributes" RequestCancelNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "requestCancelNexusOperationCommandAttributes" -> (RequestCancelNexusOperationCommandAttributes -> f RequestCancelNexusOperationCommandAttributes) -> Command -> f Command #

HasField Command "scheduleActivityTaskCommandAttributes" ScheduleActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "scheduleActivityTaskCommandAttributes" -> (ScheduleActivityTaskCommandAttributes -> f ScheduleActivityTaskCommandAttributes) -> Command -> f Command #

HasField Command "scheduleNexusOperationCommandAttributes" ScheduleNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "scheduleNexusOperationCommandAttributes" -> (ScheduleNexusOperationCommandAttributes -> f ScheduleNexusOperationCommandAttributes) -> Command -> f Command #

HasField Command "signalExternalWorkflowExecutionCommandAttributes" SignalExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "signalExternalWorkflowExecutionCommandAttributes" -> (SignalExternalWorkflowExecutionCommandAttributes -> f SignalExternalWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField Command "startChildWorkflowExecutionCommandAttributes" StartChildWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "startChildWorkflowExecutionCommandAttributes" -> (StartChildWorkflowExecutionCommandAttributes -> f StartChildWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField Command "startTimerCommandAttributes" StartTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "startTimerCommandAttributes" -> (StartTimerCommandAttributes -> f StartTimerCommandAttributes) -> Command -> f Command #

HasField Command "upsertWorkflowSearchAttributesCommandAttributes" UpsertWorkflowSearchAttributesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "upsertWorkflowSearchAttributesCommandAttributes" -> (UpsertWorkflowSearchAttributesCommandAttributes -> f UpsertWorkflowSearchAttributesCommandAttributes) -> Command -> f Command #

HasField Command "maybe'attributes" (Maybe Command'Attributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'attributes" -> (Maybe Command'Attributes -> f (Maybe Command'Attributes)) -> Command -> f Command #

HasField Command "maybe'cancelTimerCommandAttributes" (Maybe CancelTimerCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'cancelTimerCommandAttributes" -> (Maybe CancelTimerCommandAttributes -> f (Maybe CancelTimerCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'cancelWorkflowExecutionCommandAttributes" (Maybe CancelWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'cancelWorkflowExecutionCommandAttributes" -> (Maybe CancelWorkflowExecutionCommandAttributes -> f (Maybe CancelWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'completeWorkflowExecutionCommandAttributes" (Maybe CompleteWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'completeWorkflowExecutionCommandAttributes" -> (Maybe CompleteWorkflowExecutionCommandAttributes -> f (Maybe CompleteWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'continueAsNewWorkflowExecutionCommandAttributes" (Maybe ContinueAsNewWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'continueAsNewWorkflowExecutionCommandAttributes" -> (Maybe ContinueAsNewWorkflowExecutionCommandAttributes -> f (Maybe ContinueAsNewWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'failWorkflowExecutionCommandAttributes" (Maybe FailWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'failWorkflowExecutionCommandAttributes" -> (Maybe FailWorkflowExecutionCommandAttributes -> f (Maybe FailWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'modifyWorkflowPropertiesCommandAttributes" (Maybe ModifyWorkflowPropertiesCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'modifyWorkflowPropertiesCommandAttributes" -> (Maybe ModifyWorkflowPropertiesCommandAttributes -> f (Maybe ModifyWorkflowPropertiesCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'protocolMessageCommandAttributes" (Maybe ProtocolMessageCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'protocolMessageCommandAttributes" -> (Maybe ProtocolMessageCommandAttributes -> f (Maybe ProtocolMessageCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'recordMarkerCommandAttributes" (Maybe RecordMarkerCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'recordMarkerCommandAttributes" -> (Maybe RecordMarkerCommandAttributes -> f (Maybe RecordMarkerCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'requestCancelActivityTaskCommandAttributes" (Maybe RequestCancelActivityTaskCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'requestCancelActivityTaskCommandAttributes" -> (Maybe RequestCancelActivityTaskCommandAttributes -> f (Maybe RequestCancelActivityTaskCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'requestCancelExternalWorkflowExecutionCommandAttributes" (Maybe RequestCancelExternalWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'requestCancelExternalWorkflowExecutionCommandAttributes" -> (Maybe RequestCancelExternalWorkflowExecutionCommandAttributes -> f (Maybe RequestCancelExternalWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'requestCancelNexusOperationCommandAttributes" (Maybe RequestCancelNexusOperationCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'requestCancelNexusOperationCommandAttributes" -> (Maybe RequestCancelNexusOperationCommandAttributes -> f (Maybe RequestCancelNexusOperationCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'scheduleActivityTaskCommandAttributes" (Maybe ScheduleActivityTaskCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'scheduleActivityTaskCommandAttributes" -> (Maybe ScheduleActivityTaskCommandAttributes -> f (Maybe ScheduleActivityTaskCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'scheduleNexusOperationCommandAttributes" (Maybe ScheduleNexusOperationCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'scheduleNexusOperationCommandAttributes" -> (Maybe ScheduleNexusOperationCommandAttributes -> f (Maybe ScheduleNexusOperationCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'signalExternalWorkflowExecutionCommandAttributes" (Maybe SignalExternalWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'signalExternalWorkflowExecutionCommandAttributes" -> (Maybe SignalExternalWorkflowExecutionCommandAttributes -> f (Maybe SignalExternalWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'startChildWorkflowExecutionCommandAttributes" (Maybe StartChildWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startChildWorkflowExecutionCommandAttributes" -> (Maybe StartChildWorkflowExecutionCommandAttributes -> f (Maybe StartChildWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'startTimerCommandAttributes" (Maybe StartTimerCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startTimerCommandAttributes" -> (Maybe StartTimerCommandAttributes -> f (Maybe StartTimerCommandAttributes)) -> Command -> f Command #

HasField Command "maybe'upsertWorkflowSearchAttributesCommandAttributes" (Maybe UpsertWorkflowSearchAttributesCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'upsertWorkflowSearchAttributesCommandAttributes" -> (Maybe UpsertWorkflowSearchAttributesCommandAttributes -> f (Maybe UpsertWorkflowSearchAttributesCommandAttributes)) -> Command -> f Command #

HasField RespondWorkflowTaskCompletedRequest "commands" [Command] Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

HasField RespondWorkflowTaskCompletedRequest "vec'commands" (Vector Command) Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

data Command'Attributes Source #

Constructors

Command'ScheduleActivityTaskCommandAttributes !ScheduleActivityTaskCommandAttributes 
Command'StartTimerCommandAttributes !StartTimerCommandAttributes 
Command'CompleteWorkflowExecutionCommandAttributes !CompleteWorkflowExecutionCommandAttributes 
Command'FailWorkflowExecutionCommandAttributes !FailWorkflowExecutionCommandAttributes 
Command'RequestCancelActivityTaskCommandAttributes !RequestCancelActivityTaskCommandAttributes 
Command'CancelTimerCommandAttributes !CancelTimerCommandAttributes 
Command'CancelWorkflowExecutionCommandAttributes !CancelWorkflowExecutionCommandAttributes 
Command'RequestCancelExternalWorkflowExecutionCommandAttributes !RequestCancelExternalWorkflowExecutionCommandAttributes 
Command'RecordMarkerCommandAttributes !RecordMarkerCommandAttributes 
Command'ContinueAsNewWorkflowExecutionCommandAttributes !ContinueAsNewWorkflowExecutionCommandAttributes 
Command'StartChildWorkflowExecutionCommandAttributes !StartChildWorkflowExecutionCommandAttributes 
Command'SignalExternalWorkflowExecutionCommandAttributes !SignalExternalWorkflowExecutionCommandAttributes 
Command'UpsertWorkflowSearchAttributesCommandAttributes !UpsertWorkflowSearchAttributesCommandAttributes 
Command'ProtocolMessageCommandAttributes !ProtocolMessageCommandAttributes 
Command'ModifyWorkflowPropertiesCommandAttributes !ModifyWorkflowPropertiesCommandAttributes 
Command'ScheduleNexusOperationCommandAttributes !ScheduleNexusOperationCommandAttributes 
Command'RequestCancelNexusOperationCommandAttributes !RequestCancelNexusOperationCommandAttributes 

data CompleteWorkflowExecutionCommandAttributes Source #

Fields :

  • result :: Lens' CompleteWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'result :: Lens' CompleteWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)

Instances

Instances details
NFData CompleteWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show CompleteWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq CompleteWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord CompleteWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message CompleteWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "completeWorkflowExecutionCommandAttributes" CompleteWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "completeWorkflowExecutionCommandAttributes" -> (CompleteWorkflowExecutionCommandAttributes -> f CompleteWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField CompleteWorkflowExecutionCommandAttributes "result" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'completeWorkflowExecutionCommandAttributes" (Maybe CompleteWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'completeWorkflowExecutionCommandAttributes" -> (Maybe CompleteWorkflowExecutionCommandAttributes -> f (Maybe CompleteWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField CompleteWorkflowExecutionCommandAttributes "maybe'result" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data ContinueAsNewWorkflowExecutionCommandAttributes Source #

Fields :

  • workflowType :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • taskQueue :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • input :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • workflowRunTimeout :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowRunTimeout :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowTaskTimeout :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowTaskTimeout :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • backoffStartInterval :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'backoffStartInterval :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • retryPolicy :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicy
  • maybe'retryPolicy :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)
  • initiator :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Enums.V1.Workflow.ContinueAsNewInitiator
  • failure :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • lastCompletionResult :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'lastCompletionResult :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • cronSchedule :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Data.Text.Text
  • header :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • memo :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'memo :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)
  • searchAttributes :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributes
  • maybe'searchAttributes :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)
  • inheritBuildId :: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Prelude.Bool

Instances

Instances details
NFData ContinueAsNewWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show ContinueAsNewWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq ContinueAsNewWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord ContinueAsNewWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message ContinueAsNewWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "continueAsNewWorkflowExecutionCommandAttributes" ContinueAsNewWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "continueAsNewWorkflowExecutionCommandAttributes" -> (ContinueAsNewWorkflowExecutionCommandAttributes -> f ContinueAsNewWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField ContinueAsNewWorkflowExecutionCommandAttributes "backoffStartInterval" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "cronSchedule" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "inheritBuildId" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "initiator" ContinueAsNewInitiator Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "lastCompletionResult" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "memo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "retryPolicy" RetryPolicy Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "searchAttributes" SearchAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "workflowRunTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "workflowTaskTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'continueAsNewWorkflowExecutionCommandAttributes" (Maybe ContinueAsNewWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'continueAsNewWorkflowExecutionCommandAttributes" -> (Maybe ContinueAsNewWorkflowExecutionCommandAttributes -> f (Maybe ContinueAsNewWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'backoffStartInterval" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'lastCompletionResult" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'memo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'retryPolicy" (Maybe RetryPolicy) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'searchAttributes" (Maybe SearchAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'workflowRunTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'workflowTaskTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ContinueAsNewWorkflowExecutionCommandAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data FailWorkflowExecutionCommandAttributes Source #

Fields :

  • failure :: Lens' FailWorkflowExecutionCommandAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' FailWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)

Instances

Instances details
NFData FailWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show FailWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq FailWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord FailWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message FailWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "failWorkflowExecutionCommandAttributes" FailWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "failWorkflowExecutionCommandAttributes" -> (FailWorkflowExecutionCommandAttributes -> f FailWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField FailWorkflowExecutionCommandAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'failWorkflowExecutionCommandAttributes" (Maybe FailWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'failWorkflowExecutionCommandAttributes" -> (Maybe FailWorkflowExecutionCommandAttributes -> f (Maybe FailWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField FailWorkflowExecutionCommandAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data ModifyWorkflowPropertiesCommandAttributes Source #

Fields :

  • upsertedMemo :: Lens' ModifyWorkflowPropertiesCommandAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'upsertedMemo :: Lens' ModifyWorkflowPropertiesCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)

Instances

Instances details
NFData ModifyWorkflowPropertiesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show ModifyWorkflowPropertiesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq ModifyWorkflowPropertiesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord ModifyWorkflowPropertiesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message ModifyWorkflowPropertiesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "modifyWorkflowPropertiesCommandAttributes" ModifyWorkflowPropertiesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "modifyWorkflowPropertiesCommandAttributes" -> (ModifyWorkflowPropertiesCommandAttributes -> f ModifyWorkflowPropertiesCommandAttributes) -> Command -> f Command #

HasField ModifyWorkflowPropertiesCommandAttributes "upsertedMemo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'modifyWorkflowPropertiesCommandAttributes" (Maybe ModifyWorkflowPropertiesCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'modifyWorkflowPropertiesCommandAttributes" -> (Maybe ModifyWorkflowPropertiesCommandAttributes -> f (Maybe ModifyWorkflowPropertiesCommandAttributes)) -> Command -> f Command #

HasField ModifyWorkflowPropertiesCommandAttributes "maybe'upsertedMemo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data ProtocolMessageCommandAttributes Source #

Fields :

  • messageId :: Lens' ProtocolMessageCommandAttributes Data.Text.Text

Instances

Instances details
NFData ProtocolMessageCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show ProtocolMessageCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq ProtocolMessageCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord ProtocolMessageCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message ProtocolMessageCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "protocolMessageCommandAttributes" ProtocolMessageCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "protocolMessageCommandAttributes" -> (ProtocolMessageCommandAttributes -> f ProtocolMessageCommandAttributes) -> Command -> f Command #

HasField ProtocolMessageCommandAttributes "messageId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'protocolMessageCommandAttributes" (Maybe ProtocolMessageCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'protocolMessageCommandAttributes" -> (Maybe ProtocolMessageCommandAttributes -> f (Maybe ProtocolMessageCommandAttributes)) -> Command -> f Command #

data RecordMarkerCommandAttributes Source #

Fields :

  • markerName :: Lens' RecordMarkerCommandAttributes Data.Text.Text
  • details :: Lens' RecordMarkerCommandAttributes (Data.Map.Map Data.Text.Text Proto.Temporal.Api.Common.V1.Message.Payloads)
  • header :: Lens' RecordMarkerCommandAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' RecordMarkerCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • failure :: Lens' RecordMarkerCommandAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' RecordMarkerCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)

Instances

Instances details
NFData RecordMarkerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show RecordMarkerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq RecordMarkerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord RecordMarkerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message RecordMarkerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "recordMarkerCommandAttributes" RecordMarkerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "recordMarkerCommandAttributes" -> (RecordMarkerCommandAttributes -> f RecordMarkerCommandAttributes) -> Command -> f Command #

HasField RecordMarkerCommandAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RecordMarkerCommandAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RecordMarkerCommandAttributes "markerName" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'recordMarkerCommandAttributes" (Maybe RecordMarkerCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'recordMarkerCommandAttributes" -> (Maybe RecordMarkerCommandAttributes -> f (Maybe RecordMarkerCommandAttributes)) -> Command -> f Command #

HasField RecordMarkerCommandAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RecordMarkerCommandAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RecordMarkerCommandAttributes "details" (Map Text Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data RecordMarkerCommandAttributes'DetailsEntry Source #

Fields :

  • key :: Lens' RecordMarkerCommandAttributes'DetailsEntry Data.Text.Text
  • value :: Lens' RecordMarkerCommandAttributes'DetailsEntry Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'value :: Lens' RecordMarkerCommandAttributes'DetailsEntry (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)

Instances

Instances details
NFData RecordMarkerCommandAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show RecordMarkerCommandAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq RecordMarkerCommandAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord RecordMarkerCommandAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message RecordMarkerCommandAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RecordMarkerCommandAttributes'DetailsEntry "key" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RecordMarkerCommandAttributes'DetailsEntry "value" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RecordMarkerCommandAttributes'DetailsEntry "maybe'value" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data RequestCancelActivityTaskCommandAttributes Source #

Fields :

  • scheduledEventId :: Lens' RequestCancelActivityTaskCommandAttributes Data.Int.Int64

Instances

Instances details
NFData RequestCancelActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show RequestCancelActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq RequestCancelActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord RequestCancelActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message RequestCancelActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "requestCancelActivityTaskCommandAttributes" RequestCancelActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "requestCancelActivityTaskCommandAttributes" -> (RequestCancelActivityTaskCommandAttributes -> f RequestCancelActivityTaskCommandAttributes) -> Command -> f Command #

HasField RequestCancelActivityTaskCommandAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'requestCancelActivityTaskCommandAttributes" (Maybe RequestCancelActivityTaskCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'requestCancelActivityTaskCommandAttributes" -> (Maybe RequestCancelActivityTaskCommandAttributes -> f (Maybe RequestCancelActivityTaskCommandAttributes)) -> Command -> f Command #

data RequestCancelExternalWorkflowExecutionCommandAttributes Source #

Fields :

  • namespace :: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.Text
  • workflowId :: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.Text
  • runId :: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.Text
  • control :: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.Text
  • childWorkflowOnly :: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Prelude.Bool
  • reason :: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.Text

Instances

Instances details
NFData RequestCancelExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show RequestCancelExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq RequestCancelExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord RequestCancelExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message RequestCancelExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "requestCancelExternalWorkflowExecutionCommandAttributes" RequestCancelExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "requestCancelExternalWorkflowExecutionCommandAttributes" -> (RequestCancelExternalWorkflowExecutionCommandAttributes -> f RequestCancelExternalWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField RequestCancelExternalWorkflowExecutionCommandAttributes "childWorkflowOnly" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RequestCancelExternalWorkflowExecutionCommandAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RequestCancelExternalWorkflowExecutionCommandAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RequestCancelExternalWorkflowExecutionCommandAttributes "reason" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RequestCancelExternalWorkflowExecutionCommandAttributes "runId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField RequestCancelExternalWorkflowExecutionCommandAttributes "workflowId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'requestCancelExternalWorkflowExecutionCommandAttributes" (Maybe RequestCancelExternalWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'requestCancelExternalWorkflowExecutionCommandAttributes" -> (Maybe RequestCancelExternalWorkflowExecutionCommandAttributes -> f (Maybe RequestCancelExternalWorkflowExecutionCommandAttributes)) -> Command -> f Command #

data RequestCancelNexusOperationCommandAttributes Source #

Fields :

  • scheduledEventId :: Lens' RequestCancelNexusOperationCommandAttributes Data.Int.Int64

Instances

Instances details
NFData RequestCancelNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show RequestCancelNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq RequestCancelNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord RequestCancelNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message RequestCancelNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "requestCancelNexusOperationCommandAttributes" RequestCancelNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "requestCancelNexusOperationCommandAttributes" -> (RequestCancelNexusOperationCommandAttributes -> f RequestCancelNexusOperationCommandAttributes) -> Command -> f Command #

HasField RequestCancelNexusOperationCommandAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'requestCancelNexusOperationCommandAttributes" (Maybe RequestCancelNexusOperationCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'requestCancelNexusOperationCommandAttributes" -> (Maybe RequestCancelNexusOperationCommandAttributes -> f (Maybe RequestCancelNexusOperationCommandAttributes)) -> Command -> f Command #

data ScheduleActivityTaskCommandAttributes Source #

Fields :

  • activityId :: Lens' ScheduleActivityTaskCommandAttributes Data.Text.Text
  • activityType :: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.ActivityType
  • maybe'activityType :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.ActivityType)
  • taskQueue :: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • header :: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • input :: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • scheduleToCloseTimeout :: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'scheduleToCloseTimeout :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • scheduleToStartTimeout :: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'scheduleToStartTimeout :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • startToCloseTimeout :: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'startToCloseTimeout :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • heartbeatTimeout :: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'heartbeatTimeout :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • retryPolicy :: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicy
  • maybe'retryPolicy :: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)
  • requestEagerExecution :: Lens' ScheduleActivityTaskCommandAttributes Prelude.Bool
  • useWorkflowBuildId :: Lens' ScheduleActivityTaskCommandAttributes Prelude.Bool

Instances

Instances details
NFData ScheduleActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show ScheduleActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq ScheduleActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord ScheduleActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message ScheduleActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "scheduleActivityTaskCommandAttributes" ScheduleActivityTaskCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "scheduleActivityTaskCommandAttributes" -> (ScheduleActivityTaskCommandAttributes -> f ScheduleActivityTaskCommandAttributes) -> Command -> f Command #

HasField ScheduleActivityTaskCommandAttributes "activityId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "activityType" ActivityType Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "heartbeatTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "requestEagerExecution" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "retryPolicy" RetryPolicy Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "scheduleToCloseTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "scheduleToStartTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "startToCloseTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "useWorkflowBuildId" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'scheduleActivityTaskCommandAttributes" (Maybe ScheduleActivityTaskCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'scheduleActivityTaskCommandAttributes" -> (Maybe ScheduleActivityTaskCommandAttributes -> f (Maybe ScheduleActivityTaskCommandAttributes)) -> Command -> f Command #

HasField ScheduleActivityTaskCommandAttributes "maybe'activityType" (Maybe ActivityType) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'heartbeatTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'retryPolicy" (Maybe RetryPolicy) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'scheduleToCloseTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'scheduleToStartTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'startToCloseTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleActivityTaskCommandAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data ScheduleNexusOperationCommandAttributes Source #

Fields :

  • endpoint :: Lens' ScheduleNexusOperationCommandAttributes Data.Text.Text
  • service :: Lens' ScheduleNexusOperationCommandAttributes Data.Text.Text
  • operation :: Lens' ScheduleNexusOperationCommandAttributes Data.Text.Text
  • input :: Lens' ScheduleNexusOperationCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payload
  • maybe'input :: Lens' ScheduleNexusOperationCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payload)
  • scheduleToCloseTimeout :: Lens' ScheduleNexusOperationCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'scheduleToCloseTimeout :: Lens' ScheduleNexusOperationCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • nexusHeader :: Lens' ScheduleNexusOperationCommandAttributes (Data.Map.Map Data.Text.Text Data.Text.Text)

Instances

Instances details
NFData ScheduleNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show ScheduleNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq ScheduleNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord ScheduleNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message ScheduleNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "scheduleNexusOperationCommandAttributes" ScheduleNexusOperationCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "scheduleNexusOperationCommandAttributes" -> (ScheduleNexusOperationCommandAttributes -> f ScheduleNexusOperationCommandAttributes) -> Command -> f Command #

HasField ScheduleNexusOperationCommandAttributes "endpoint" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes "input" Payload Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes "operation" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes "scheduleToCloseTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes "service" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'scheduleNexusOperationCommandAttributes" (Maybe ScheduleNexusOperationCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'scheduleNexusOperationCommandAttributes" -> (Maybe ScheduleNexusOperationCommandAttributes -> f (Maybe ScheduleNexusOperationCommandAttributes)) -> Command -> f Command #

HasField ScheduleNexusOperationCommandAttributes "maybe'input" (Maybe Payload) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes "maybe'scheduleToCloseTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes "nexusHeader" (Map Text Text) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Source #

Fields :

  • key :: Lens' ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Data.Text.Text
  • value :: Lens' ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Data.Text.Text

Instances

Instances details
NFData ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes'NexusHeaderEntry "key" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField ScheduleNexusOperationCommandAttributes'NexusHeaderEntry "value" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data SignalExternalWorkflowExecutionCommandAttributes Source #

Fields :

  • namespace :: Lens' SignalExternalWorkflowExecutionCommandAttributes Data.Text.Text
  • execution :: Lens' SignalExternalWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'execution :: Lens' SignalExternalWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • signalName :: Lens' SignalExternalWorkflowExecutionCommandAttributes Data.Text.Text
  • input :: Lens' SignalExternalWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' SignalExternalWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • control :: Lens' SignalExternalWorkflowExecutionCommandAttributes Data.Text.Text
  • childWorkflowOnly :: Lens' SignalExternalWorkflowExecutionCommandAttributes Prelude.Bool
  • header :: Lens' SignalExternalWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' SignalExternalWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)

Instances

Instances details
NFData SignalExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show SignalExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq SignalExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord SignalExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message SignalExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "signalExternalWorkflowExecutionCommandAttributes" SignalExternalWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "signalExternalWorkflowExecutionCommandAttributes" -> (SignalExternalWorkflowExecutionCommandAttributes -> f SignalExternalWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField SignalExternalWorkflowExecutionCommandAttributes "childWorkflowOnly" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "execution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "signalName" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'signalExternalWorkflowExecutionCommandAttributes" (Maybe SignalExternalWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'signalExternalWorkflowExecutionCommandAttributes" -> (Maybe SignalExternalWorkflowExecutionCommandAttributes -> f (Maybe SignalExternalWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField SignalExternalWorkflowExecutionCommandAttributes "maybe'execution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField SignalExternalWorkflowExecutionCommandAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data StartChildWorkflowExecutionCommandAttributes Source #

Fields :

  • namespace :: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.Text
  • workflowId :: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.Text
  • workflowType :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • taskQueue :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • input :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • workflowExecutionTimeout :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowExecutionTimeout :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowRunTimeout :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowRunTimeout :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowTaskTimeout :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowTaskTimeout :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • parentClosePolicy :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Enums.V1.Workflow.ParentClosePolicy
  • control :: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.Text
  • workflowIdReusePolicy :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Enums.V1.Workflow.WorkflowIdReusePolicy
  • retryPolicy :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicy
  • maybe'retryPolicy :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)
  • cronSchedule :: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.Text
  • header :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • memo :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'memo :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)
  • searchAttributes :: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributes
  • maybe'searchAttributes :: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)
  • inheritBuildId :: Lens' StartChildWorkflowExecutionCommandAttributes Prelude.Bool

Instances

Instances details
NFData StartChildWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show StartChildWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq StartChildWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord StartChildWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message StartChildWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "startChildWorkflowExecutionCommandAttributes" StartChildWorkflowExecutionCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "startChildWorkflowExecutionCommandAttributes" -> (StartChildWorkflowExecutionCommandAttributes -> f StartChildWorkflowExecutionCommandAttributes) -> Command -> f Command #

HasField StartChildWorkflowExecutionCommandAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "cronSchedule" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "inheritBuildId" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "memo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "parentClosePolicy" ParentClosePolicy Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "retryPolicy" RetryPolicy Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "searchAttributes" SearchAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "workflowExecutionTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "workflowId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "workflowIdReusePolicy" WorkflowIdReusePolicy Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "workflowRunTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "workflowTaskTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'startChildWorkflowExecutionCommandAttributes" (Maybe StartChildWorkflowExecutionCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startChildWorkflowExecutionCommandAttributes" -> (Maybe StartChildWorkflowExecutionCommandAttributes -> f (Maybe StartChildWorkflowExecutionCommandAttributes)) -> Command -> f Command #

HasField StartChildWorkflowExecutionCommandAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'memo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'retryPolicy" (Maybe RetryPolicy) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'searchAttributes" (Maybe SearchAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'workflowExecutionTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'workflowRunTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'workflowTaskTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField StartChildWorkflowExecutionCommandAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

data StartTimerCommandAttributes Source #

Fields :

  • timerId :: Lens' StartTimerCommandAttributes Data.Text.Text
  • startToFireTimeout :: Lens' StartTimerCommandAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'startToFireTimeout :: Lens' StartTimerCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)

Instances

Instances details
NFData StartTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show StartTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq StartTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord StartTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message StartTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "startTimerCommandAttributes" StartTimerCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "startTimerCommandAttributes" -> (StartTimerCommandAttributes -> f StartTimerCommandAttributes) -> Command -> f Command #

HasField StartTimerCommandAttributes "startToFireTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "startToFireTimeout" -> (Duration -> f Duration) -> StartTimerCommandAttributes -> f StartTimerCommandAttributes #

HasField StartTimerCommandAttributes "timerId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'startTimerCommandAttributes" (Maybe StartTimerCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startTimerCommandAttributes" -> (Maybe StartTimerCommandAttributes -> f (Maybe StartTimerCommandAttributes)) -> Command -> f Command #

HasField StartTimerCommandAttributes "maybe'startToFireTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startToFireTimeout" -> (Maybe Duration -> f (Maybe Duration)) -> StartTimerCommandAttributes -> f StartTimerCommandAttributes #

data UpsertWorkflowSearchAttributesCommandAttributes Source #

Fields :

  • searchAttributes :: Lens' UpsertWorkflowSearchAttributesCommandAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributes
  • maybe'searchAttributes :: Lens' UpsertWorkflowSearchAttributesCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)

Instances

Instances details
NFData UpsertWorkflowSearchAttributesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Show UpsertWorkflowSearchAttributesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Eq UpsertWorkflowSearchAttributesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Ord UpsertWorkflowSearchAttributesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Message UpsertWorkflowSearchAttributesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "upsertWorkflowSearchAttributesCommandAttributes" UpsertWorkflowSearchAttributesCommandAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "upsertWorkflowSearchAttributesCommandAttributes" -> (UpsertWorkflowSearchAttributesCommandAttributes -> f UpsertWorkflowSearchAttributesCommandAttributes) -> Command -> f Command #

HasField UpsertWorkflowSearchAttributesCommandAttributes "searchAttributes" SearchAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

HasField Command "maybe'upsertWorkflowSearchAttributesCommandAttributes" (Maybe UpsertWorkflowSearchAttributesCommandAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'upsertWorkflowSearchAttributesCommandAttributes" -> (Maybe UpsertWorkflowSearchAttributesCommandAttributes -> f (Maybe UpsertWorkflowSearchAttributesCommandAttributes)) -> Command -> f Command #

HasField UpsertWorkflowSearchAttributesCommandAttributes "maybe'searchAttributes" (Maybe SearchAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.Command.V1.Message