Interface: IStartChildWorkflowExecutionCommandAttributes
command.v1.IStartChildWorkflowExecutionCommandAttributes
Properties of a StartChildWorkflowExecutionCommandAttributes.
Hierarchy
-
↳
IStartChildWorkflowExecutionCommandAttributes
Properties
control
• Optional control: null | string
StartChildWorkflowExecutionCommandAttributes control
Inherited from
cronSchedule
• Optional cronSchedule: null | string
Establish a cron schedule for the child workflow.
Inherited from
header
• Optional header: null | $Properties
StartChildWorkflowExecutionCommandAttributes header
Inherited from
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.
Inherited from
input
• Optional input: null | $Properties
StartChildWorkflowExecutionCommandAttributes input
Inherited from
memo
• Optional memo: null | $Properties
StartChildWorkflowExecutionCommandAttributes memo
Inherited from
namespace
• Optional namespace: null | string
Deprecated. Cross-namespace operations are disabled by default as of server 1.30.1.
Inherited from
parentClosePolicy
• Optional parentClosePolicy: null | ParentClosePolicy
Default: PARENT_CLOSE_POLICY_TERMINATE.
Inherited from
priority
• Optional priority: null | $Properties
Priority metadata. If this message is not present, or any fields are not present, they inherit the values from the workflow.
Inherited from
retryPolicy
• Optional retryPolicy: null | $Properties
StartChildWorkflowExecutionCommandAttributes retryPolicy
Inherited from
searchAttributes
• Optional searchAttributes: null | $Properties
StartChildWorkflowExecutionCommandAttributes searchAttributes
Inherited from
taskQueue
• Optional taskQueue: null | $Properties
StartChildWorkflowExecutionCommandAttributes taskQueue
Inherited from
versioningOverride
• Optional versioningOverride: null | $Properties
Versioning override for the child workflow. If present, this explicit override takes precedence over versioning behavior inherited from the parent workflow.
Inherited from
$Properties.versioningOverride
workflowExecutionTimeout
• Optional workflowExecutionTimeout: null | $Properties
Total workflow execution timeout including retries and continue as new.
Inherited from
$Properties.workflowExecutionTimeout
workflowId
• Optional workflowId: null | string
StartChildWorkflowExecutionCommandAttributes workflowId
Inherited from
workflowIdReusePolicy
• Optional workflowIdReusePolicy: null | WorkflowIdReusePolicy
Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
Inherited from
$Properties.workflowIdReusePolicy
workflowRunTimeout
• Optional workflowRunTimeout: null | $Properties
Timeout of a single workflow run.
Inherited from
$Properties.workflowRunTimeout
workflowTaskTimeout
• Optional workflowTaskTimeout: null | $Properties
Timeout of a single workflow task.
Inherited from
$Properties.workflowTaskTimeout
workflowType
• Optional workflowType: null | $Properties
StartChildWorkflowExecutionCommandAttributes workflowType