WorkflowArtifacts interface
The workflow filter.
Properties
app |
Application settings of the workflow. |
files | Files of the app. |
files |
Files of the app to delete. |
Property Details
appSettings
Application settings of the workflow.
appSettings?: Record<string, unknown>
Property Value
Record<string, unknown>
files
Files of the app.
files?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
filesToDelete
Files of the app to delete.
filesToDelete?: string[]
Property Value
string[]