Skip to main content

Interface: IStartChildWorkflowExecutionInitiatedEventAttributes

history.v1.IStartChildWorkflowExecutionInitiatedEventAttributes

Properties of a StartChildWorkflowExecutionInitiatedEventAttributes.

Implemented by

Properties

control

Optional control: null | string

Deprecated


cronSchedule

Optional cronSchedule: null | string

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


Optional header: null | IHeader

StartChildWorkflowExecutionInitiatedEventAttributes header


input

Optional input: null | IPayloads

StartChildWorkflowExecutionInitiatedEventAttributes input


memo

Optional memo: null | IMemo

StartChildWorkflowExecutionInitiatedEventAttributes 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.


namespaceId

Optional namespaceId: null | string

StartChildWorkflowExecutionInitiatedEventAttributes namespaceId


parentClosePolicy

Optional parentClosePolicy: null | ParentClosePolicy

Default: PARENT_CLOSE_POLICY_TERMINATE.


retryPolicy

Optional retryPolicy: null | IRetryPolicy

StartChildWorkflowExecutionInitiatedEventAttributes retryPolicy


searchAttributes

Optional searchAttributes: null | ISearchAttributes

StartChildWorkflowExecutionInitiatedEventAttributes searchAttributes


taskQueue

Optional taskQueue: null | ITaskQueue

StartChildWorkflowExecutionInitiatedEventAttributes taskQueue


useCompatibleVersion

Optional useCompatibleVersion: null | boolean

If this is set, the workflow executing this command wishes to start the child workflow using a version compatible with the version that this workflow most recently ran on, if such behavior is possible.


workflowExecutionTimeout

Optional workflowExecutionTimeout: null | IDuration

Total workflow execution timeout including retries and continue as new.


workflowId

Optional workflowId: null | string

StartChildWorkflowExecutionInitiatedEventAttributes workflowId


workflowIdReusePolicy

Optional workflowIdReusePolicy: null | WorkflowIdReusePolicy

Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.


workflowRunTimeout

Optional workflowRunTimeout: null | IDuration

Timeout of a single workflow run.


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with


workflowTaskTimeout

Optional workflowTaskTimeout: null | IDuration

Timeout of a single workflow task.


workflowType

Optional workflowType: null | IWorkflowType

StartChildWorkflowExecutionInitiatedEventAttributes workflowType