Package version:

The workflow filter.

interface WorkflowArtifacts {
    appSettings?: Record<string, unknown>;
    files?: Record<string, unknown>;
    filesToDelete?: string[];
}

Properties

appSettings?: Record<string, unknown>

Application settings of the workflow.

files?: Record<string, unknown>

Files of the app.

filesToDelete?: string[]

Files of the app to delete.