Hi,
It is possible to customize the mount workflow.
SnapCreator installation contains workflow xml files which controls the workflows/actions.
In your case, in the mount.xml, before the "VolCloneCreate" task, add the following task.
<step task="preCloneCreateCMD" configs="#APP_VM" abortStep="agentFinalizeWorkflow"
if="#APP_VM.application.definedMount == false">
</step>
In your config file, define the neccesary cmd in
PRE_CLONE_CREATE_CMD param.
Thanks,
Amar