Package com.bytedesk.core.workflow_log
Class WorkflowLogEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.workflow_log.WorkflowLogEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
description
-
type
-
workflowUid
-
executionUid
-
sequence
-
nodeUid
-
nodeName
-
nodeType
-
nodeStatus
-
durationMs
-
inputPayload
-
outputPayload
-
errorMessage
-
errorStacktrace
-
-
Constructor Details
-
WorkflowLogEntity
public WorkflowLogEntity()
-