Added delete_files argument to the workflow restart api endpoint

This commit is contained in:
mike cullerton 2021-04-15 11:21:51 -04:00
parent 069de83bd5
commit 4615649938
1 changed files with 6 additions and 0 deletions

View File

@ -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: