Class SubProcessError

java.lang.Object
org.chenile.jpautils.entity.BaseJpaEntity
org.chenile.orchestrator.process.model.payload.SubProcessError
All Implemented Interfaces:
ChenileEntity

@Entity public class SubProcessError extends BaseJpaEntity
  • Field Details

    • processId

      public String processId
    • timeOfCompletion

      public Date timeOfCompletion
    • exceptionMessage

      public String exceptionMessage
      For capturing the message from a single, critical system/technical exception that caused a worker to crash.
    • stackTrace

      public String stackTrace
      For capturing the stack trace from a critical exception for debugging.
    • errors

      public List<String> errors
  • Constructor Details

    • SubProcessError

      public SubProcessError()
  • Method Details