Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
373857d0
Commit
373857d0
authored
Mar 11, 2024
by
takatost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused params in workflow_run_for_list_fields
parent
6719af9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
workflow_run_fields.py
api/fields/workflow_run_fields.py
+0
-4
No files found.
api/fields/workflow_run_fields.py
View file @
373857d0
...
@@ -20,11 +20,7 @@ workflow_run_for_list_fields = {
...
@@ -20,11 +20,7 @@ workflow_run_for_list_fields = {
"id"
:
fields
.
String
,
"id"
:
fields
.
String
,
"sequence_number"
:
fields
.
Integer
,
"sequence_number"
:
fields
.
Integer
,
"version"
:
fields
.
String
,
"version"
:
fields
.
String
,
"graph"
:
fields
.
Raw
(
attribute
=
'graph_dict'
),
"inputs"
:
fields
.
Raw
(
attribute
=
'inputs_dict'
),
"status"
:
fields
.
String
,
"status"
:
fields
.
String
,
"outputs"
:
fields
.
Raw
(
attribute
=
'outputs_dict'
),
"error"
:
fields
.
String
,
"elapsed_time"
:
fields
.
Float
,
"elapsed_time"
:
fields
.
Float
,
"total_tokens"
:
fields
.
Integer
,
"total_tokens"
:
fields
.
Integer
,
"total_steps"
:
fields
.
Integer
,
"total_steps"
:
fields
.
Integer
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment