refactor(workflow): Move the plugin component in the Workflow package into the common crossdomain package (#717)
This commit is contained in:
@@ -19,8 +19,8 @@ package entity
|
||||
import (
|
||||
"time"
|
||||
|
||||
model "github.com/coze-dev/coze-studio/backend/api/model/crossdomain/plugin"
|
||||
"github.com/coze-dev/coze-studio/backend/api/model/workflow"
|
||||
"github.com/coze-dev/coze-studio/backend/domain/workflow/entity/vo"
|
||||
)
|
||||
|
||||
type WorkflowExecuteStatus workflow.WorkflowExeStatus
|
||||
@@ -31,7 +31,7 @@ type WorkflowExecution struct {
|
||||
WorkflowID int64
|
||||
Version string
|
||||
SpaceID int64
|
||||
vo.ExecuteConfig
|
||||
model.ExecuteConfig
|
||||
CreatedAt time.Time
|
||||
LogID string
|
||||
NodeCount int32
|
||||
|
||||
Reference in New Issue
Block a user