fix preview and recommend plugins

This commit is contained in:
jyong 2025-09-03 12:15:03 +08:00
parent e1b6da21f4
commit 617dc247f5
1 changed files with 3 additions and 3 deletions

View File

@ -116,9 +116,9 @@ workflow_run_node_execution_fields = {
"created_by_account": fields.Nested(simple_account_fields, attribute="created_by_account", allow_null=True),
"created_by_end_user": fields.Nested(simple_end_user_fields, attribute="created_by_end_user", allow_null=True),
"finished_at": TimestampField,
# "inputs_truncated": fields.Boolean,
# "outputs_truncated": fields.Boolean,
# "process_data_truncated": fields.Boolean,
"inputs_truncated": fields.Boolean,
"outputs_truncated": fields.Boolean,
"process_data_truncated": fields.Boolean,
}
workflow_run_node_execution_list_fields = {