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
header
• Optional header: null | IHeader
StartChildWorkflowExecutionInitiatedEventAttributes 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 | 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.
priority
• Optional priority: null | IPriority
Priority metadata
retryPolicy
• Optional retryPolicy: null | IRetryPolicy
StartChildWorkflowExecutionInitiatedEventAttributes retryPolicy
searchAttributes
• Optional searchAttributes: null | ISearchAttributes
StartChildWorkflowExecutionInitiatedEventAttributes searchAttributes
taskQueue
• Optional taskQueue: null | ITaskQueue
StartChildWorkflowExecutionInitiatedEventAttributes taskQueue
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