Class WorkflowLogResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.workflow_log.WorkflowLogResponse
All Implemented Interfaces:
Serializable

public class WorkflowLogResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • type

      private String type
    • workflowUid

      private String workflowUid
    • executionUid

      private String executionUid
    • sequence

      private Integer sequence
    • nodeUid

      private String nodeUid
    • nodeName

      private String nodeName
    • nodeType

      private String nodeType
    • nodeStatus

      private String nodeStatus
    • durationMs

      private Long durationMs
    • inputPayload

      private String inputPayload
    • outputPayload

      private String outputPayload
    • errorMessage

      private String errorMessage
    • errorStacktrace

      private String errorStacktrace
  • Constructor Details

    • WorkflowLogResponse

      public WorkflowLogResponse()