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
workflowExecutionInfo
• Optional
workflowExecutionInfo: null
| IWorkflowExecutionInfo
DescribeWorkflowExecutionResponse workflowExecutionInfo.
Implementation of
IDescribeWorkflowExecutionResponse.workflowExecutionInfo
workflowExtendedInfo
• Optional
workflowExtendedInfo: null
| IWorkflowExecutionExtendedInfo
DescribeWorkflowExecutionResponse workflowExtendedInfo.
Implementation of
IDescribeWorkflowExecutionResponse.workflowExtendedInfo
Methods
toJSON
▸ toJSON(): Object
Converts this DescribeWorkflowExecutionResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): DescribeWorkflowExecutionResponse
Creates a new DescribeWorkflowExecutionResponse instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IDescribeWorkflowExecutionResponse | Properties to set |