Class: StartChildWorkflowExecutionCommandAttributes
command.v1.StartChildWorkflowExecutionCommandAttributes
Represents a StartChildWorkflowExecutionCommandAttributes.
Implements
Constructors
constructor
• new StartChildWorkflowExecutionCommandAttributes(properties?
): StartChildWorkflowExecutionCommandAttributes
Constructs a new StartChildWorkflowExecutionCommandAttributes.
Parameters
Name | Type | Description |
---|---|---|
properties? | IStartChildWorkflowExecutionCommandAttributes | Properties to set |
Returns
StartChildWorkflowExecutionCommandAttributes
Properties
control
• control: string
StartChildWorkflowExecutionCommandAttributes control.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.control
cronSchedule
• cronSchedule: string
Establish a cron schedule for the child workflow.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.cronSchedule
header
• Optional
header: null
| IHeader
StartChildWorkflowExecutionCommandAttributes header.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.header
inheritBuildId
• inheritBuildId: boolean
If this is set, the child workflow inherits the Build ID of the parent. Otherwise, the assignment rules of the child's Task Queue will be used to independently assign a Build ID to it.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.inheritBuildId
input
• Optional
input: null
| IPayloads
StartChildWorkflowExecutionCommandAttributes input.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.input
memo
• Optional
memo: null
| IMemo
StartChildWorkflowExecutionCommandAttributes memo.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.memo
namespace
• namespace: string
StartChildWorkflowExecutionCommandAttributes namespace.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.namespace
parentClosePolicy
• parentClosePolicy: ParentClosePolicy
Default: PARENT_CLOSE_POLICY_TERMINATE.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.parentClosePolicy
priority
• Optional
priority: null
| IPriority
Priority metadata. If this message is not present, or any fields are not present, they inherit the values from the workflow.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.priority
retryPolicy
• Optional
retryPolicy: null
| IRetryPolicy
StartChildWorkflowExecutionCommandAttributes retryPolicy.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.retryPolicy
searchAttributes
• Optional
searchAttributes: null
| ISearchAttributes
StartChildWorkflowExecutionCommandAttributes searchAttributes.
Implementation of
IStartChildWorkflowExecutionCommandAttributes.searchAttributes
taskQueue
• Optional
taskQueue: null
| ITaskQueue
StartChildWorkflowExecutionCommandAttributes taskQueue.