Class ChildWorkflowTerminatedException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ChildWorkflowTerminatedException
    extends ChildWorkflowException
    Indicates that child workflow was forcefully terminated by an external command to Cadence service.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChildWorkflowTerminatedException

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