Class ChildWorkflowTimedOutException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ChildWorkflowTimedOutException
    extends ChildWorkflowException
    Indicates that a child workflow exceeded its execution timeout and was forcefully terminated by the Cadence service.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChildWorkflowTimedOutException

        public ChildWorkflowTimedOutException​(long eventId,
                                              WorkflowExecution workflowExecution,
                                              WorkflowType workflowType)