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.java.lang.StringgetStaticDetails()Get the details summary for this workflow execution.java.lang.StringgetStaticSummary()Get the fixed summary for this workflow execution.-
Methods inherited from class io.temporal.client.WorkflowExecutionMetadata
equals, getCloseTime, getExecution, getExecutionDuration, getExecutionTime, getFirstRunId, getHistoryLength, getMemo, getMemo, getParentExecution, getParentNamespace, getRootExecution, getSearchAttributes, getStartTime, getStatus, getTaskQueue, getTypedSearchAttributes, getWorkflowExecutionInfo, getWorkflowType, hashCode
-
-
-
-
Constructor Detail
-
WorkflowExecutionDescription
public WorkflowExecutionDescription(@Nonnull io.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse response, @Nonnull DataConverter dataConverter)
-
-
Method Detail
-
getStaticSummary
@Nullable public java.lang.String getStaticSummary()
Get the fixed summary for this workflow execution.
-
getStaticDetails
@Nullable public java.lang.String getStaticDetails()
Get the details summary for this workflow execution.
-
getRawDescription
public io.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse getRawDescription()
Returns the raw response from the Temporal service.
-
-