| 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.Payloadsmaybe'details:: Lens' CancelWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
Instances
Fields :
commandType:: Lens' Command Proto.Temporal.Api.Enums.V1.CommandType.CommandTypemaybe'attributes:: Lens' Command (Prelude.Maybe Command'Attributes)maybe'scheduleActivityTaskCommandAttributes:: Lens' Command (Prelude.Maybe ScheduleActivityTaskCommandAttributes)scheduleActivityTaskCommandAttributes:: Lens' Command ScheduleActivityTaskCommandAttributesmaybe'startTimerCommandAttributes:: Lens' Command (Prelude.Maybe StartTimerCommandAttributes)startTimerCommandAttributes:: Lens' Command StartTimerCommandAttributesmaybe'completeWorkflowExecutionCommandAttributes:: Lens' Command (Prelude.Maybe CompleteWorkflowExecutionCommandAttributes)completeWorkflowExecutionCommandAttributes:: Lens' Command CompleteWorkflowExecutionCommandAttributesmaybe'failWorkflowExecutionCommandAttributes:: Lens' Command (Prelude.Maybe FailWorkflowExecutionCommandAttributes)failWorkflowExecutionCommandAttributes:: Lens' Command FailWorkflowExecutionCommandAttributesmaybe'requestCancelActivityTaskCommandAttributes:: Lens' Command (Prelude.Maybe RequestCancelActivityTaskCommandAttributes)requestCancelActivityTaskCommandAttributes:: Lens' Command RequestCancelActivityTaskCommandAttributesmaybe'cancelTimerCommandAttributes:: Lens' Command (Prelude.Maybe CancelTimerCommandAttributes)cancelTimerCommandAttributes:: Lens' Command CancelTimerCommandAttributesmaybe'cancelWorkflowExecutionCommandAttributes:: Lens' Command (Prelude.Maybe CancelWorkflowExecutionCommandAttributes)cancelWorkflowExecutionCommandAttributes:: Lens' Command CancelWorkflowExecutionCommandAttributesmaybe'requestCancelExternalWorkflowExecutionCommandAttributes:: Lens' Command (Prelude.Maybe RequestCancelExternalWorkflowExecutionCommandAttributes)requestCancelExternalWorkflowExecutionCommandAttributes:: Lens' Command RequestCancelExternalWorkflowExecutionCommandAttributesmaybe'recordMarkerCommandAttributes:: Lens' Command (Prelude.Maybe RecordMarkerCommandAttributes)recordMarkerCommandAttributes:: Lens' Command RecordMarkerCommandAttributesmaybe'continueAsNewWorkflowExecutionCommandAttributes:: Lens' Command (Prelude.Maybe ContinueAsNewWorkflowExecutionCommandAttributes)continueAsNewWorkflowExecutionCommandAttributes:: Lens' Command ContinueAsNewWorkflowExecutionCommandAttributesmaybe'startChildWorkflowExecutionCommandAttributes:: Lens' Command (Prelude.Maybe StartChildWorkflowExecutionCommandAttributes)startChildWorkflowExecutionCommandAttributes:: Lens' Command StartChildWorkflowExecutionCommandAttributesmaybe'signalExternalWorkflowExecutionCommandAttributes:: Lens' Command (Prelude.Maybe SignalExternalWorkflowExecutionCommandAttributes)signalExternalWorkflowExecutionCommandAttributes:: Lens' Command SignalExternalWorkflowExecutionCommandAttributesmaybe'upsertWorkflowSearchAttributesCommandAttributes:: Lens' Command (Prelude.Maybe UpsertWorkflowSearchAttributesCommandAttributes)upsertWorkflowSearchAttributesCommandAttributes:: Lens' Command UpsertWorkflowSearchAttributesCommandAttributesmaybe'protocolMessageCommandAttributes:: Lens' Command (Prelude.Maybe ProtocolMessageCommandAttributes)protocolMessageCommandAttributes:: Lens' Command ProtocolMessageCommandAttributesmaybe'modifyWorkflowPropertiesCommandAttributes:: Lens' Command (Prelude.Maybe ModifyWorkflowPropertiesCommandAttributes)modifyWorkflowPropertiesCommandAttributes:: Lens' Command ModifyWorkflowPropertiesCommandAttributesmaybe'scheduleNexusOperationCommandAttributes:: Lens' Command (Prelude.Maybe ScheduleNexusOperationCommandAttributes)scheduleNexusOperationCommandAttributes:: Lens' Command ScheduleNexusOperationCommandAttributesmaybe'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.Payloadsmaybe'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.WorkflowTypemaybe'workflowType:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)taskQueue:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)input:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)workflowRunTimeout:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowRunTimeout:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskTimeout:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowTaskTimeout:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)backoffStartInterval:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'backoffStartInterval:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)retryPolicy:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicymaybe'retryPolicy:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)initiator:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Enums.V1.Workflow.ContinueAsNewInitiatorfailure:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)lastCompletionResult:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'lastCompletionResult:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)cronSchedule:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Data.Text.Textheader:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)memo:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Memomaybe'memo:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)searchAttributes:: Lens' ContinueAsNewWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributesmaybe'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.Failuremaybe'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.Memomaybe'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.Textdetails:: Lens' RecordMarkerCommandAttributes (Data.Map.Map Data.Text.Text Proto.Temporal.Api.Common.V1.Message.Payloads)header:: Lens' RecordMarkerCommandAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' RecordMarkerCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)failure:: Lens' RecordMarkerCommandAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' RecordMarkerCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
Instances
data RecordMarkerCommandAttributes'DetailsEntry Source #
Fields :
key:: Lens' RecordMarkerCommandAttributes'DetailsEntry Data.Text.Textvalue:: Lens' RecordMarkerCommandAttributes'DetailsEntry Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'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.TextworkflowId:: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.TextrunId:: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.Textcontrol:: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Data.Text.TextchildWorkflowOnly:: Lens' RequestCancelExternalWorkflowExecutionCommandAttributes Prelude.Boolreason:: 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.TextactivityType:: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.ActivityTypemaybe'activityType:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.ActivityType)taskQueue:: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)header:: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)input:: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)scheduleToCloseTimeout:: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'scheduleToCloseTimeout:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)scheduleToStartTimeout:: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'scheduleToStartTimeout:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)startToCloseTimeout:: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'startToCloseTimeout:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)heartbeatTimeout:: Lens' ScheduleActivityTaskCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'heartbeatTimeout:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)retryPolicy:: Lens' ScheduleActivityTaskCommandAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicymaybe'retryPolicy:: Lens' ScheduleActivityTaskCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)requestEagerExecution:: Lens' ScheduleActivityTaskCommandAttributes Prelude.BooluseWorkflowBuildId:: Lens' ScheduleActivityTaskCommandAttributes Prelude.Bool
Instances
data ScheduleNexusOperationCommandAttributes Source #
Fields :
endpoint:: Lens' ScheduleNexusOperationCommandAttributes Data.Text.Textservice:: Lens' ScheduleNexusOperationCommandAttributes Data.Text.Textoperation:: Lens' ScheduleNexusOperationCommandAttributes Data.Text.Textinput:: Lens' ScheduleNexusOperationCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloadmaybe'input:: Lens' ScheduleNexusOperationCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payload)scheduleToCloseTimeout:: Lens' ScheduleNexusOperationCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'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.Textexecution:: Lens' SignalExternalWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'execution:: Lens' SignalExternalWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)signalName:: Lens' SignalExternalWorkflowExecutionCommandAttributes Data.Text.Textinput:: Lens' SignalExternalWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' SignalExternalWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)control:: Lens' SignalExternalWorkflowExecutionCommandAttributes Data.Text.TextchildWorkflowOnly:: Lens' SignalExternalWorkflowExecutionCommandAttributes Prelude.Boolheader:: Lens' SignalExternalWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' SignalExternalWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
Instances
data StartChildWorkflowExecutionCommandAttributes Source #
Fields :
namespace:: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.TextworkflowId:: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.TextworkflowType:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)taskQueue:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)input:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)workflowExecutionTimeout:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowExecutionTimeout:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowRunTimeout:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowRunTimeout:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskTimeout:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowTaskTimeout:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)parentClosePolicy:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Enums.V1.Workflow.ParentClosePolicycontrol:: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.TextworkflowIdReusePolicy:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Enums.V1.Workflow.WorkflowIdReusePolicyretryPolicy:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicymaybe'retryPolicy:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)cronSchedule:: Lens' StartChildWorkflowExecutionCommandAttributes Data.Text.Textheader:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)memo:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.Memomaybe'memo:: Lens' StartChildWorkflowExecutionCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)searchAttributes:: Lens' StartChildWorkflowExecutionCommandAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributesmaybe'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.TextstartToFireTimeout:: Lens' StartTimerCommandAttributes Proto.Google.Protobuf.Duration.Durationmaybe'startToFireTimeout:: Lens' StartTimerCommandAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
Instances
data UpsertWorkflowSearchAttributesCommandAttributes Source #
Fields :
searchAttributes:: Lens' UpsertWorkflowSearchAttributesCommandAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributesmaybe'searchAttributes:: Lens' UpsertWorkflowSearchAttributesCommandAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)