I am looking to build a workflow that will check for specific metadata that is added by a metadata profile.
Once the metadata is validated I want the workflow to move those files to a new folder.
I should be able to do that within the workflow tool and not using code in CRX.
Any help is appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
Metadata from metadata profile is added at time of upload of asset in specific folder on which profile was applied.
yOu can perhaps add a launcher on "asset created" event under specific folder and check if specific metadata property exists then launch a workflow. That workflow code however should have move logic - (Source & destination).Custom code will be needed to move assets automatically to new folder else assign a participant step where someone manually moves it.
Metadata from metadata profile is added at time of upload of asset in specific folder on which profile was applied.
yOu can perhaps add a launcher on "asset created" event under specific folder and check if specific metadata property exists then launch a workflow. That workflow code however should have move logic - (Source & destination).Custom code will be needed to move assets automatically to new folder else assign a participant step where someone manually moves it.
Hello @GregBa4 ,
Three thing you need to perform to achieve this
Views
Likes
Replies