Interface: IStartChildWorkflowExecutionInitiatedEventAttributes
history.v1.IStartChildWorkflowExecutionInitiatedEventAttributes
Properties of a StartChildWorkflowExecutionInitiatedEventAttributes.
Hierarchy
-
↳
IStartChildWorkflowExecutionInitiatedEventAttributes
Properties
control
• Optional control: null | string
Deprecated.
Inherited from
cronSchedule
• Optional cronSchedule: null | string
If this child runs on a cron schedule, it will appear here
Inherited from
header
• Optional header: null | $Properties
StartChildWorkflowExecutionInitiatedEventAttributes 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
StartChildWorkflowExecutionInitiatedEventAttributes input
Inherited from
memo
• Optional memo: null | $Properties
StartChildWorkflowExecutionInitiatedEventAttributes memo
Inherited from
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
namespaceId
• Optional namespaceId: null | string
StartChildWorkflowExecutionInitiatedEventAttributes namespaceId
Inherited from
parentClosePolicy
• Optional parentClosePolicy: null | ParentClosePolicy
Default: PARENT_CLOSE_POLICY_TERMINATE.
Inherited from
priority
• Optional priority: null | $Properties
Priority metadata
Inherited from
retryPolicy
• Optional retryPolicy: null | $Properties
StartChildWorkflowExecutionInitiatedEventAttributes retryPolicy
Inherited from
searchAttributes
• Optional searchAttributes: null | $Properties
StartChildWorkflowExecutionInitiatedEventAttributes searchAttributes
Inherited from
taskQueue
• Optional taskQueue: null | $Properties
StartChildWorkflowExecutionInitiatedEventAttributes taskQueue
Inherited from
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
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