Compartir a través de


WorkflowArtifacts interface

The workflow filter.

Properties

appSettings

Application settings of the workflow.

files

Files of the app.

filesToDelete

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[]