Class WorkflowExecutionDescription


  • public class WorkflowExecutionDescription
    extends WorkflowExecutionMetadata
    Contains information about a workflow execution.
    • 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.