Customizing the OOTB DAM update Asset workflow
Hi Team,
i've copied OOTB "DAM Update Asset" and "DAM Sub asset" workflow Models in to my codebase under custom path and implemented some pdf rasterizer custom steps. Also rename the workflow name, title and description. Once i deployed the changes through the code in my local i see the custom changes through crx/de but whenever i am opening the workflow models through workflow console it is showing me the expected both workflow OOTB and custom but not showing the custom steps as part of custom workflow and it is always show the OOTB steps in my custom workflow and it is taking the precedence and workflow setting from the OOTB. If i update anything in my custom workflow and the same is being reflecting in OOTB workflow. Has anyone experienced this issue. Any help is appreciated. Thank You.
#Conf path#
OOTB : /conf/global/settings/workflow/models/dam/update_asset
OOTB : /conf/global/settings/workflow/models/dam/process_subasset
Custom path : /conf/global/settings/workflow/models/myproject/rasterizer_update_asset
Custom path : /conf/global/settings/workflow/models/myproject/rasterizer_process_subasset
#Var Path#
OOTB : /var/workflow/models/dam/update_asset
OOTB :/var/workflow/models/dam/process_subasset
Custom path : /var/workflow/models/myproject/rasterizer_update_asset
Custom path : /var/workflow/models/myproject/rasterizer_process_subasset