Skip to main content

Interface: $Properties

v1.StartChildWorkflowExecutionCommandAttributes.$Properties

Properties of a StartChildWorkflowExecutionCommandAttributes.

Hierarchy

Properties

control

Optional control: null | string

StartChildWorkflowExecutionCommandAttributes control


cronSchedule

Optional cronSchedule: null | string

Establish a cron schedule for the child workflow.


Optional header: null | $Properties

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 | $Properties

StartChildWorkflowExecutionCommandAttributes input


memo

Optional memo: null | $Properties

StartChildWorkflowExecutionCommandAttributes memo


namespace

Optional namespace: null | string

Deprecated. Cross-namespace operations are disabled by default as of server 1.30.1.


parentClosePolicy

Optional parentClosePolicy: null | ParentClosePolicy

Default: PARENT_CLOSE_POLICY_TERMINATE.


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.


retryPolicy

Optional retryPolicy: null | $Properties

StartChildWorkflowExecutionCommandAttributes retryPolicy


searchAttributes

Optional searchAttributes: null | $Properties

StartChildWorkflowExecutionCommandAttributes searchAttributes


taskQueue

Optional taskQueue: null | $Properties

StartChildWorkflowExecutionCommandAttributes taskQueue


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.


workflowExecutionTimeout

Optional workflowExecutionTimeout: null | $Properties

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 | $Properties

Timeout of a single workflow run.


workflowTaskTimeout

Optional workflowTaskTimeout: null | $Properties

Timeout of a single workflow task.


workflowType

Optional workflowType: null | $Properties

StartChildWorkflowExecutionCommandAttributes workflowType