Kaynağa Gözat

fix preview and recommend plugins

tags/2.0.0-beta.1
jyong 2 ay önce
ebeveyn
işleme
617dc247f5
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      api/fields/workflow_run_fields.py

+ 3
- 3
api/fields/workflow_run_fields.py Dosyayı Görüntüle

@@ -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 = {

Loading…
İptal
Kaydet