We are trying to deploy a workflow to the instance via code and the changes are withing "/conf/global/settings/workflow/models" and "/var/workflow/models". For the changes under /var and /conf, I have added filter to filter.xml. Is it advisable to deploy such changes through code? When I tried the changes seem to go in fine to the instance.
Solved! Go to Solution.
In this specific case, I would deploy to /var.
In this specific case, I would deploy to /var.
Hi ,
I am also trying to add var node at code level.
Did it work for you.
I added a /var/workflow/model/mymodel in filter.xml. Is this the right way
Thanks
Views
Replies
Total Likes
You need to add two locations into a filter.xml:
<filter root="/conf/global/settings/workflow/models/mymodel"/>
<filter root="/var/workflow/models/mymodel"/>
Views
Replies
Total Likes
yes it seems to work fine. I added below to ui.content, filter.xml, matches to what berliant has mentioned. The "mode" is need basis.
<filter root="/var/workflow/models/customwf" mode="replace"/>
<filter root="/conf/global/settings/workflow/models/customwf" mode="replace"/>
Views
Replies
Total Likes
Views
Likes
Replies