Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.Temporal.Api.Command.V1.Message
Synopsis
- data CancelTimerCommandAttributes
- data CancelWorkflowExecutionCommandAttributes
- data Command
- data Command'Attributes
- = 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
- _Command'ScheduleActivityTaskCommandAttributes :: Prism' Command'Attributes ScheduleActivityTaskCommandAttributes
- _Command'StartTimerCommandAttributes :: Prism' Command'Attributes StartTimerCommandAttributes
- _Command'CompleteWorkflowExecutionCommandAttributes :: Prism' Command'Attributes CompleteWorkflowExecutionCommandAttributes
- _Command'FailWorkflowExecutionCommandAttributes :: Prism' Command'Attributes FailWorkflowExecutionCommandAttributes
- _Command'RequestCancelActivityTaskCommandAttributes :: Prism' Command'Attributes RequestCancelActivityTaskCommandAttributes
- _Command'CancelTimerCommandAttributes :: Prism' Command'Attributes CancelTimerCommandAttributes
- _Command'CancelWorkflowExecutionCommandAttributes :: Prism' Command'Attributes CancelWorkflowExecutionCommandAttributes
- _Command'RequestCancelExternalWorkflowExecutionCommandAttributes :: Prism' Command'Attributes RequestCancelExternalWorkflowExecutionCommandAttributes
- _Command'RecordMarkerCommandAttributes :: Prism' Command'Attributes RecordMarkerCommandAttributes
- _Command'ContinueAsNewWorkflowExecutionCommandAttributes :: Prism' Command'Attributes ContinueAsNewWorkflowExecutionCommandAttributes
- _Command'StartChildWorkflowExecutionCommandAttributes :: Prism' Command'Attributes StartChildWorkflowExecutionCommandAttributes
- _Command'SignalExternalWorkflowExecutionCommandAttributes :: Prism' Command'Attributes SignalExternalWorkflowExecutionCommandAttributes
- _Command'UpsertWorkflowSearchAttributesCommandAttributes :: Prism' Command'Attributes UpsertWorkflowSearchAttributesCommandAttributes
- _Command'ProtocolMessageCommandAttributes :: Prism' Command'Attributes ProtocolMessageCommandAttributes
- _Command'ModifyWorkflowPropertiesCommandAttributes :: Prism' Command'Attributes ModifyWorkflowPropertiesCommandAttributes
- _Command'ScheduleNexusOperationCommandAttributes :: Prism' Command'Attributes ScheduleNexusOperationCommandAttributes
- _Command'RequestCancelNexusOperationCommandAttributes :: Prism' Command'Attributes RequestCancelNexusOperationCommandAttributes
- data CompleteWorkflowExecutionCommandAttributes
- data ContinueAsNewWorkflowExecutionCommandAttributes
- data FailWorkflowExecutionCommandAttributes
- data ModifyWorkflowPropertiesCommandAttributes
- data ProtocolMessageCommandAttributes
- data RecordMarkerCommandAttributes
- data RecordMarkerCommandAttributes'DetailsEntry
- data RequestCancelActivityTaskCommandAttributes
- data RequestCancelExternalWorkflowExecutionCommandAttributes
- data RequestCancelNexusOperationCommandAttributes
- data ScheduleActivityTaskCommandAttributes
- data ScheduleNexusOperationCommandAttributes
- data ScheduleNexusOperationCommandAttributes'NexusHeaderEntry
- data SignalExternalWorkflowExecutionCommandAttributes
- data StartChildWorkflowExecutionCommandAttributes
- data StartTimerCommandAttributes
- data UpsertWorkflowSearchAttributesCommandAttributes
Documentation
data CancelTimerCommandAttributes Source #
Fields :
timerId
:: Lens' CancelTimerCommandAttributes Data.Text.Text
Instances
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
Fields :
commandType
:: Lens' Command Proto.Temporal.Api.Enums.V1.CommandType.CommandType
maybe'attributes
:: Lens' Command (Prelude.Maybe Command'Attributes)
maybe'scheduleActivityTaskCommandAttributes
:: Lens' Command (Prelude.Maybe ScheduleActivityTaskCommandAttributes)
scheduleActivityTaskCommandAttributes
:: Lens' Command ScheduleActivityTaskCommandAttributes
maybe'startTimerCommandAttributes
:: Lens' Command (Prelude.Maybe StartTimerCommandAttributes)
startTimerCommandAttributes
:: Lens' Command StartTimerCommandAttributes
maybe'completeWorkflowExecutionCommandAttributes
:: Lens' Command (Prelude.Maybe CompleteWorkflowExecutionCommandAttributes)
completeWorkflowExecutionCommandAttributes
:: Lens' Command CompleteWorkflowExecutionCommandAttributes
maybe'failWorkflowExecutionCommandAttributes
:: Lens' Command (Prelude.Maybe FailWorkflowExecutionCommandAttributes)
failWorkflowExecutionCommandAttributes
:: Lens' Command FailWorkflowExecutionCommandAttributes
maybe'requestCancelActivityTaskCommandAttributes
:: Lens' Command (Prelude.Maybe RequestCancelActivityTaskCommandAttributes)
requestCancelActivityTaskCommandAttributes
:: Lens' Command RequestCancelActivityTaskCommandAttributes
maybe'cancelTimerCommandAttributes
:: Lens' Command (Prelude.Maybe CancelTimerCommandAttributes)
cancelTimerCommandAttributes
:: Lens' Command CancelTimerCommandAttributes
maybe'cancelWorkflowExecutionCommandAttributes
:: Lens' Command (Prelude.Maybe CancelWorkflowExecutionCommandAttributes)
cancelWorkflowExecutionCommandAttributes
:: Lens' Command CancelWorkflowExecutionCommandAttributes
maybe'requestCancelExternalWorkflowExecutionCommandAttributes
:: Lens' Command (Prelude.Maybe RequestCancelExternalWorkflowExecutionCommandAttributes)
requestCancelExternalWorkflowExecutionCommandAttributes
:: Lens' Command RequestCancelExternalWorkflowExecutionCommandAttributes
maybe'recordMarkerCommandAttributes
:: Lens' Command (Prelude.Maybe RecordMarkerCommandAttributes)
recordMarkerCommandAttributes
:: Lens' Command RecordMarkerCommandAttributes
maybe'continueAsNewWorkflowExecutionCommandAttributes
:: Lens' Command (Prelude.Maybe ContinueAsNewWorkflowExecutionCommandAttributes)
continueAsNewWorkflowExecutionCommandAttributes
:: Lens' Command ContinueAsNewWorkflowExecutionCommandAttributes
maybe'startChildWorkflowExecutionCommandAttributes
:: Lens' Command (Prelude.Maybe StartChildWorkflowExecutionCommandAttributes)
startChildWorkflowExecutionCommandAttributes
:: Lens' Command StartChildWorkflowExecutionCommandAttributes
maybe'signalExternalWorkflowExecutionCommandAttributes
:: Lens' Command (Prelude.Maybe SignalExternalWorkflowExecutionCommandAttributes)
signalExternalWorkflowExecutionCommandAttributes
:: Lens' Command SignalExternalWorkflowExecutionCommandAttributes
maybe'upsertWorkflowSearchAttributesCommandAttributes
:: Lens' Command (Prelude.Maybe UpsertWorkflowSearchAttributesCommandAttributes)
upsertWorkflowSearchAttributesCommandAttributes
:: Lens' Command UpsertWorkflowSearchAttributesCommandAttributes
maybe'protocolMessageCommandAttributes
:: Lens' Command (Prelude.Maybe ProtocolMessageCommandAttributes)
protocolMessageCommandAttributes
:: Lens' Command ProtocolMessageCommandAttributes
maybe'modifyWorkflowPropertiesCommandAttributes
:: Lens' Command (Prelude.Maybe ModifyWorkflowPropertiesCommandAttributes)
modifyWorkflowPropertiesCommandAttributes
:: Lens' Command ModifyWorkflowPropertiesCommandAttributes
maybe'scheduleNexusOperationCommandAttributes
:: Lens' Command (Prelude.Maybe ScheduleNexusOperationCommandAttributes)
scheduleNexusOperationCommandAttributes
:: Lens' Command ScheduleNexusOperationCommandAttributes
maybe'requestCancelNexusOperationCommandAttributes
:: Lens' Command (Prelude.Maybe RequestCancelNexusOperationCommandAttributes)
requestCancelNexusOperationCommandAttributes
:: Lens' Command RequestCancelNexusOperationCommandAttributes
Instances
data Command'Attributes Source #
Constructors
Instances
_Command'ScheduleActivityTaskCommandAttributes :: Prism' Command'Attributes ScheduleActivityTaskCommandAttributes Source #
_Command'StartTimerCommandAttributes :: Prism' Command'Attributes StartTimerCommandAttributes Source #
_Command'CompleteWorkflowExecutionCommandAttributes :: Prism' Command'Attributes CompleteWorkflowExecutionCommandAttributes Source #
_Command'FailWorkflowExecutionCommandAttributes :: Prism' Command'Attributes FailWorkflowExecutionCommandAttributes Source #
_Command'RequestCancelActivityTaskCommandAttributes :: Prism' Command'Attributes RequestCancelActivityTaskCommandAttributes Source #
_Command'CancelTimerCommandAttributes :: Prism' Command'Attributes CancelTimerCommandAttributes Source #
_Command'CancelWorkflowExecutionCommandAttributes :: Prism' Command'Attributes CancelWorkflowExecutionCommandAttributes Source #
_Command'RequestCancelExternalWorkflowExecutionCommandAttributes :: Prism' Command'Attributes RequestCancelExternalWorkflowExecutionCommandAttributes Source #
_Command'RecordMarkerCommandAttributes :: Prism' Command'Attributes RecordMarkerCommandAttributes Source #
_Command'ContinueAsNewWorkflowExecutionCommandAttributes :: Prism' Command'Attributes ContinueAsNewWorkflowExecutionCommandAttributes Source #
_Command'StartChildWorkflowExecutionCommandAttributes :: Prism' Command'Attributes StartChildWorkflowExecutionCommandAttributes Source #
_Command'SignalExternalWorkflowExecutionCommandAttributes :: Prism' Command'Attributes SignalExternalWorkflowExecutionCommandAttributes Source #
_Command'UpsertWorkflowSearchAttributesCommandAttributes :: Prism' Command'Attributes UpsertWorkflowSearchAttributesCommandAttributes Source #
_Command'ProtocolMessageCommandAttributes :: Prism' Command'Attributes ProtocolMessageCommandAttributes Source #
_Command'ModifyWorkflowPropertiesCommandAttributes :: Prism' Command'Attributes ModifyWorkflowPropertiesCommandAttributes Source #
_Command'ScheduleNexusOperationCommandAttributes :: Prism' Command'Attributes ScheduleNexusOperationCommandAttributes Source #
_Command'RequestCancelNexusOperationCommandAttributes :: Prism' Command'Attributes RequestCancelNexusOperationCommandAttributes Source #
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
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
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
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
data ProtocolMessageCommandAttributes Source #
Fields :
messageId
:: Lens' ProtocolMessageCommandAttributes Data.Text.Text
Instances
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
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
data RequestCancelActivityTaskCommandAttributes Source #
Fields :
scheduledEventId
:: Lens' RequestCancelActivityTaskCommandAttributes Data.Int.Int64
Instances
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
data RequestCancelNexusOperationCommandAttributes Source #
Fields :
scheduledEventId
:: Lens' RequestCancelNexusOperationCommandAttributes Data.Int.Int64
Instances
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
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
data ScheduleNexusOperationCommandAttributes'NexusHeaderEntry Source #
Fields :
Instances
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
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
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
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)