Class WorkflowNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WorkflowNotFoundException
    extends WorkflowException
    Thrown when a workflow with the given id is not known to the Temporal service or in an incorrect state to perform the operation.

    Examples of possible causes:

    • workflow id doesn't exist
    • workflow was purged from the service after reaching its retention limit
    • attempt to signal a workflow that is completed
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowNotFoundException​(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String workflowType, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WorkflowNotFoundException

        public WorkflowNotFoundException​(io.temporal.api.common.v1.WorkflowExecution execution,
                                         java.lang.String workflowType,
                                         java.lang.Throwable cause)