mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
Feat/workflow phase2 (#4687)
This commit is contained in:
@@ -11,5 +11,6 @@ workflow_fields = {
|
||||
'created_by': fields.Nested(simple_account_fields, attribute='created_by_account'),
|
||||
'created_at': TimestampField,
|
||||
'updated_by': fields.Nested(simple_account_fields, attribute='updated_by_account', allow_null=True),
|
||||
'updated_at': TimestampField
|
||||
'updated_at': TimestampField,
|
||||
'tool_published': fields.Boolean,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user