refactor(workflow): map AlbumAssetAdded trigger to AssetV1

Drop the AssetAlbumV1 workflow type and have the AlbumAssetAdded trigger
reuse the existing asset-aware AssetV1 type, so all current AssetV1
plugin methods work with it out of the box.
This commit is contained in:
Alex Tran
2026-06-04 01:51:36 +00:00
parent 57d77ad5da
commit 72eaba6ee2
10 changed files with 39 additions and 96 deletions
+1 -2
View File
@@ -26840,8 +26840,7 @@
"description": "Workflow type",
"enum": [
"AssetV1",
"AssetPersonV1",
"AssetAlbumV1"
"AssetPersonV1"
],
"type": "string"
},