Skip to main content

Interface: IStartChildWorkflowExecutionInitiatedEventAttributes

history.v1.IStartChildWorkflowExecutionInitiatedEventAttributes

Properties of a StartChildWorkflowExecutionInitiatedEventAttributes.

Hierarchy

  • $Properties

    IStartChildWorkflowExecutionInitiatedEventAttributes

Properties

control

Optional control: null | string

Deprecated.

Inherited from

$Properties.control


cronSchedule

Optional cronSchedule: null | string

If this child runs on a cron schedule, it will appear here

Inherited from

$Properties.cronSchedule


Optional header: null | $Properties

StartChildWorkflowExecutionInitiatedEventAttributes 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

StartChildWorkflowExecutionInitiatedEventAttributes input

Inherited from

$Properties.input


memo

Optional memo: null | $Properties

StartChildWorkflowExecutionInitiatedEventAttributes memo

Inherited from

$Properties.memo


namespace

Optional namespace: null | string

Namespace of the child workflow. SDKs and UI tools should use namespace field but server must use namespace_id only.

Inherited from

$Properties.namespace


namespaceId

Optional namespaceId: null | string

StartChildWorkflowExecutionInitiatedEventAttributes namespaceId

Inherited from

$Properties.namespaceId


parentClosePolicy

Optional parentClosePolicy: null | ParentClosePolicy

Default: PARENT_CLOSE_POLICY_TERMINATE.

Inherited from

$Properties.parentClosePolicy


priority

Optional priority: null | $Properties

Priority metadata

Inherited from

$Properties.priority


retryPolicy

Optional retryPolicy: null | $Properties

StartChildWorkflowExecutionInitiatedEventAttributes retryPolicy

Inherited from

$Properties.retryPolicy


searchAttributes

Optional searchAttributes: null | $Properties

StartChildWorkflowExecutionInitiatedEventAttributes searchAttributes

Inherited from

$Properties.searchAttributes


taskQueue

Optional taskQueue: null | $Properties

StartChildWorkflowExecutionInitiatedEventAttributes taskQueue

Inherited from

$Properties.taskQueue


timeSkippingConfig

Optional timeSkippingConfig: null | $Properties

The propagated time-skipping configuration for the child workflow.

Inherited from

$Properties.timeSkippingConfig


timeSkippingStatePropagation

Optional timeSkippingStatePropagation: null | $Properties

The time-skipping state propagated from the parent workflow. This can be nil if no time skipping has occurred or there is no previous run.

Inherited from

$Properties.timeSkippingStatePropagation


versioningOverride

Optional versioningOverride: null | $Properties

Versioning override requested 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

StartChildWorkflowExecutionInitiatedEventAttributes 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


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Inherited from

$Properties.workflowTaskCompletedEventId


workflowTaskTimeout

Optional workflowTaskTimeout: null | $Properties

Timeout of a single workflow task.

Inherited from

$Properties.workflowTaskTimeout


workflowType

Optional workflowType: null | $Properties

StartChildWorkflowExecutionInitiatedEventAttributes workflowType

Inherited from

$Properties.workflowType