Package io.temporal.client
Class WorkflowExecutionDescription
- java.lang.Object
-
- io.temporal.client.WorkflowExecutionMetadata
-
- io.temporal.client.WorkflowExecutionDescription
-
public class WorkflowExecutionDescription extends WorkflowExecutionMetadata
Contains information about a workflow execution.
-
-
Constructor Summary
Constructors Constructor Description WorkflowExecutionDescription(io.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse response, DataConverter dataConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponsegetRawDescription()Returns the raw response from the Temporal service.-
Methods inherited from class io.temporal.client.WorkflowExecutionMetadata
equals, getCloseTime, getExecution, getExecutionTime, getHistoryLength, getMemo, getMemo, getParentExecution, getParentNamespace, getSearchAttributes, getStartTime, getStatus, getTaskQueue, getTypedSearchAttributes, getWorkflowExecutionInfo, getWorkflowType, hashCode
-
-
-
-
Constructor Detail
-
WorkflowExecutionDescription
public WorkflowExecutionDescription(@Nonnull io.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse response, @Nonnull DataConverter dataConverter)
-
-