mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 23:18:05 +08:00
add workflow api for installed app & web api & service api
This commit is contained in:
@ -119,6 +119,7 @@ class DraftWorkflowRunApi(Resource):
|
||||
"""
|
||||
parser = reqparse.RequestParser()
|
||||
parser.add_argument('inputs', type=dict, required=True, nullable=False, location='json')
|
||||
parser.add_argument('files', type=list, required=False, location='json')
|
||||
args = parser.parse_args()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user