Uses of Enum Class
com.scivicslab.turingworkflow.plugins.logdb.SessionStatus
Packages that use SessionStatus
-
Uses of SessionStatus in com.scivicslab.turingworkflow.plugins.logdb
Methods in com.scivicslab.turingworkflow.plugins.logdb that return SessionStatusModifier and TypeMethodDescriptionSessionSummary.getStatus()static SessionStatusReturns the enum constant of this class with the specified name.static SessionStatus[]SessionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.scivicslab.turingworkflow.plugins.logdb with parameters of type SessionStatusModifier and TypeMethodDescriptionvoidDistributedLogStore.endSession(long sessionId, SessionStatus status) Ends a session with the given status.voidH2LogStore.endSession(long sessionId, SessionStatus status) Constructors in com.scivicslab.turingworkflow.plugins.logdb with parameters of type SessionStatusModifierConstructorDescriptionSessionSummary(long sessionId, String workflowName, String overlayName, String inventoryName, LocalDateTime startedAt, LocalDateTime endedAt, int nodeCount, SessionStatus status, int successCount, int failedCount, List<String> failedNodes, int totalLogEntries, int errorCount) Legacy constructor for backward compatibility (without execution context).SessionSummary(long sessionId, String workflowName, String overlayName, String inventoryName, LocalDateTime startedAt, LocalDateTime endedAt, int nodeCount, SessionStatus status, int successCount, int failedCount, List<String> failedNodes, int totalLogEntries, int errorCount, String cwd, String gitCommit, String gitBranch, String commandLine, String pluginVersion, String pluginCommit) Full constructor with execution context for reproducibility.