Trigger a workflow on Publish asset only
Hi, i want to trigger a workflow, which creates a new version of an asset when the user publishes the asset. to achieve this i created a model which has the following steps 1) flow start, 2) Activate Page/Asset, 3) create version 4) Flow end. and then i created a launcher to launch. it is working fine, but when the user modifies any metadata (we have custom or dam or dc) the launcher is triggered. we already have DAM Meta Data write back workflow that is triggered when the metadata is modified and this also creates a new version. so now when the user is modifying any metadata, both the workflows are triggered and 2 versions are created.
any ideas as to how to restrict my workflow launcher to publish only??