Hi ,
Default location for Workflow model is : /conf/global/settings/workflow/models/MyCustomWF. How can i make the WF model location inside my project folder i.e /conf/global/settings/workflow/models/<My Project>/MyCustomWF.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Rajesh,
Custom workflow models can be kept under /conf/global/settings/workflow/models/<My Project>/MyCustomWF directly by copying from older location to new one, see [0].
Locations - Workflow Models
/conf/global/settings/workflow/models/...
Hi Rajesh,
Custom workflow models can be kept under /conf/global/settings/workflow/models/<My Project>/MyCustomWF directly by copying from older location to new one, see [0].
Locations - Workflow Models
/conf/global/settings/workflow/models/...
Hi Vanegi , Thanks for the reply.This article says about the location of the Default/custom/legacy workflows. What I would like to know that after creating workflow , I can see the below location for my WF in CRX :
/conf/global/settings/workflow/models/
I want to move my worklfow to <MyProject> folder inside Model folder i.e. /conf/global/settings/workflow/models/<MyProject>/. If I do via crx (cut+paste), it gives error on the Model.html page. So how should I proceed to change the folder for my model?
Views
Replies
Total Likes
/conf/global/settings/workflow/models is the default location to keep custom workflows as per repository structure guideline. It is not recommended to have another sub directory beneath models and if doing so, it will break the UI.
Views
Replies
Total Likes
Views
Replies
Total Likes
I got the answer after multiple attempts. You just need to shift your workflow node in the folder(created by you) in CRX and go to touch ui and open the new workflow by directly hitting the Workflow MODEL URL and not navigating through the navigation Model tile. After having Model opened in the Edit mode and click on sync model. Now your workflow is in new folder created by you.
Hi,
I did the same as you mentioned but when I Start the workflow it gives me an error stating that the Workflow model does not exist: /var/workflow/models/<workflow-model>.
What should i do?
Views
Replies
Total Likes
Check cq:generatingPage property value of a metaData of a model inside /var/workflow/model
value of this property should point to the model inside /conf/global/settings/workflow/models
Views
Replies
Total Likes