Interface: IStartChildWorkflowExecutionCommandAttributes
command.v1.IStartChildWorkflowExecutionCommandAttributes
Properties of a StartChildWorkflowExecutionCommandAttributes.
Implemented by
Properties
control
• Optional control: null | string
StartChildWorkflowExecutionCommandAttributes control
cronSchedule
• Optional cronSchedule: null | string
Establish a cron schedule for the child workflow.
header
• Optional header: null | IHeader
StartChildWorkflowExecutionCommandAttributes header
inheritBuildId
• Optional inheritBuildId: null | 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. Deprecated. Only considered for versioning v0.2.
input
• Optional input: null | IPayloads
StartChildWorkflowExecutionCommandAttributes input
memo
• Optional memo: null | IMemo
StartChildWorkflowExecutionCommandAttributes memo
namespace
• Optional namespace: null | string
StartChildWorkflowExecutionCommandAttributes namespace
parentClosePolicy
• Optional parentClosePolicy: null | ParentClosePolicy
Default: PARENT_CLOSE_POLICY_TERMINATE.
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.
retryPolicy
• Optional retryPolicy: null | IRetryPolicy
StartChildWorkflowExecutionCommandAttributes retryPolicy
searchAttributes
• Optional searchAttributes: null | ISearchAttributes
StartChildWorkflowExecutionCommandAttributes searchAttributes
taskQueue
• Optional taskQueue: null | ITaskQueue
StartChildWorkflowExecutionCommandAttributes taskQueue
workflowExecutionTimeout
• Optional workflowExecutionTimeout: null | IDuration
Total workflow execution timeout including retries and continue as new.
workflowId
• Optional workflowId: null | string
StartChildWorkflowExecutionCommandAttributes workflowId
workflowIdReusePolicy
• Optional workflowIdReusePolicy: null | WorkflowIdReusePolicy
Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
workflowRunTimeout
• Optional workflowRunTimeout: null | IDuration
Timeout of a single workflow run.
workflowTaskTimeout
• Optional workflowTaskTimeout: null | IDuration
Timeout of a single workflow task.
workflowType
• Optional workflowType: null | IWorkflowType
StartChildWorkflowExecutionCommandAttributes workflowType