Class: DescribeWorkflowExecutionResponse
workflowservice.v1.DescribeWorkflowExecutionResponse
Represents a DescribeWorkflowExecutionResponse.
Implements
Constructors
constructor
• new DescribeWorkflowExecutionResponse(properties?
): DescribeWorkflowExecutionResponse
Constructs a new DescribeWorkflowExecutionResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | IDescribeWorkflowExecutionResponse | Properties to set |
Returns
DescribeWorkflowExecutionResponse
Properties
callbacks
• callbacks: ICallbackInfo
[]
DescribeWorkflowExecutionResponse callbacks.
Implementation of
IDescribeWorkflowExecutionResponse.callbacks
executionConfig
• Optional
executionConfig: null
| IWorkflowExecutionConfig
DescribeWorkflowExecutionResponse executionConfig.
Implementation of
IDescribeWorkflowExecutionResponse.executionConfig
pendingActivities
• pendingActivities: IPendingActivityInfo
[]
DescribeWorkflowExecutionResponse pendingActivities.
Implementation of
IDescribeWorkflowExecutionResponse.pendingActivities
pendingChildren
• pendingChildren: IPendingChildExecutionInfo
[]
DescribeWorkflowExecutionResponse pendingChildren.
Implementation of
IDescribeWorkflowExecutionResponse.pendingChildren
pendingNexusOperations
• pendingNexusOperations: IPendingNexusOperationInfo
[]
DescribeWorkflowExecutionResponse pendingNexusOperations.
Implementation of
IDescribeWorkflowExecutionResponse.pendingNexusOperations
pendingWorkflowTask
• Optional
pendingWorkflowTask: null
| IPendingWorkflowTaskInfo
DescribeWorkflowExecutionResponse pendingWorkflowTask.
Implementation of
IDescribeWorkflowExecutionResponse.pendingWorkflowTask