Namespace: NewWorkflowExecutionInfo
workflow.v1.NewWorkflowExecutionInfo
Interfaces
Type Aliases
$Shape
Ƭ $Shape: Object
Shape of a NewWorkflowExecutionInfo.
Type declaration
| Name | Type |
|---|---|
cronSchedule? | string | null |
header? | $Shape | null |
input? | $Shape | null |
memo? | $Shape | null |
priority? | $Shape | null |
retryPolicy? | $Shape | null |
searchAttributes? | $Shape | null |
taskQueue? | $Shape | null |
userMetadata? | $Shape | null |
versioningOverride? | $Shape | null |
workflowExecutionTimeout? | $Shape | null |
workflowId? | string | null |
workflowIdReusePolicy? | WorkflowIdReusePolicy | null |
workflowRunTimeout? | $Shape | null |
workflowTaskTimeout? | $Shape | null |
workflowType? | $Shape | null |