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

      • getRawDescription

        public io.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse getRawDescription()
        Returns the raw response from the Temporal service.