Added delete_files argument to the workflow restart api endpoint
This commit is contained in:
parent
069de83bd5
commit
4615649938
|
@ -874,6 +874,12 @@ paths:
|
|||
description: Set this to true to clear data when starting workflow.
|
||||
schema:
|
||||
type: boolean
|
||||
- name: delete_files
|
||||
in: query
|
||||
required: false
|
||||
description: Set this to true to delete associated files when starting workflow.
|
||||
schema:
|
||||
type: boolean
|
||||
tags:
|
||||
- Workflows and Tasks
|
||||
responses:
|
||||
|
|
Loading…
Reference in New Issue