Custom widget dialog in a workflow
Hi,
I have a problem with a workflow. When I use a dialog with standard CQ widgets, i.e. xtypes (e.g. textfield, multifield, etc.), everything works great, but when I place my custom widget/xtype instead, it crashes (doesn't go further - next step) and a JavaScript error comes up: "uncaught exception: cannot create Component: xtype 'pagetreebrowse' not found and no default supplied" (my custom xtype is named "pagetreebrowse"), on line 93351 in widget.js :
return cw.CQ.wcm.mobile.simulator.DeviceSimulator.getInstance(config);
When I use this custom widget in a normal CQ enviroment/dialog, it works great. Is this a CQ limitation (no custom widgets in workflow dialogs), or can it be solved?
Thank you for your time and help in advance!