WorkflowArtifacts Class
The workflow filter.
Constructor
WorkflowArtifacts(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
app_settings
|
Application settings of the workflow. |
|
files
|
Files of the app. |
|
files_to_delete
|
Files of the app to delete. |
Attributes
app_settings
Application settings of the workflow.
app_settings: Any | None
files
Files of the app.
files: dict[str, Any] | None
files_to_delete
Files of the app to delete.
files_to_delete: list[str] | None