Skip to main content

Interface: IStartChildWorkflowExecutionCommandAttributes

command.v1.IStartChildWorkflowExecutionCommandAttributes

Properties of a StartChildWorkflowExecutionCommandAttributes.

Implemented by

Properties

control

Optional control: null | string

StartChildWorkflowExecutionCommandAttributes control


cronSchedule

Optional cronSchedule: null | string

Establish a cron schedule for the child workflow.


Optional header: null | IHeader

StartChildWorkflowExecutionCommandAttributes header


input

Optional input: null | IPayloads

StartChildWorkflowExecutionCommandAttributes input


memo

Optional memo: null | IMemo

StartChildWorkflowExecutionCommandAttributes memo


namespace

Optional namespace: null | string

StartChildWorkflowExecutionCommandAttributes namespace


parentClosePolicy

Optional parentClosePolicy: null | ParentClosePolicy

Default: PARENT_CLOSE_POLICY_TERMINATE.


retryPolicy

Optional retryPolicy: null | IRetryPolicy

StartChildWorkflowExecutionCommandAttributes retryPolicy


searchAttributes

Optional searchAttributes: null | ISearchAttributes

StartChildWorkflowExecutionCommandAttributes searchAttributes


taskQueue

Optional taskQueue: null | ITaskQueue

StartChildWorkflowExecutionCommandAttributes 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

StartChildWorkflowExecutionCommandAttributes workflowId


workflowIdReusePolicy

Optional workflowIdReusePolicy: null | WorkflowIdReusePolicy

Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.


workflowRunTimeout

Optional workflowRunTimeout: null | IDuration

Timeout of a single workflow run.


workflowTaskTimeout

Optional workflowTaskTimeout: null | IDuration

Timeout of a single workflow task.


workflowType

Optional workflowType: null | IWorkflowType

StartChildWorkflowExecutionCommandAttributes workflowType