Skip to main content

Interface: IStartChildWorkflowExecutionCommandAttributes

command.v1.IStartChildWorkflowExecutionCommandAttributes

Properties of a StartChildWorkflowExecutionCommandAttributes.

Hierarchy

  • $Properties

    IStartChildWorkflowExecutionCommandAttributes

Properties

control

Optional control: null | string

StartChildWorkflowExecutionCommandAttributes control

Inherited from

$Properties.control


cronSchedule

Optional cronSchedule: null | string

Establish a cron schedule for the child workflow.

Inherited from

$Properties.cronSchedule


Optional header: null | $Properties

StartChildWorkflowExecutionCommandAttributes header

Inherited from

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

Inherited from

$Properties.inheritBuildId


input

Optional input: null | $Properties

StartChildWorkflowExecutionCommandAttributes input

Inherited from

$Properties.input


memo

Optional memo: null | $Properties

StartChildWorkflowExecutionCommandAttributes memo

Inherited from

$Properties.memo


namespace

Optional namespace: null | string

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

Inherited from

$Properties.namespace


parentClosePolicy

Optional parentClosePolicy: null | ParentClosePolicy

Default: PARENT_CLOSE_POLICY_TERMINATE.

Inherited from

$Properties.parentClosePolicy


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

$Properties.priority


retryPolicy

Optional retryPolicy: null | $Properties

StartChildWorkflowExecutionCommandAttributes retryPolicy

Inherited from

$Properties.retryPolicy


searchAttributes

Optional searchAttributes: null | $Properties

StartChildWorkflowExecutionCommandAttributes searchAttributes

Inherited from

$Properties.searchAttributes


taskQueue

Optional taskQueue: null | $Properties

StartChildWorkflowExecutionCommandAttributes taskQueue

Inherited from

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

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

$Properties.workflowId


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

Inherited from

$Properties.workflowType