Please help , what's wrong with "Dialog Path" property of my "Dialog Participant Step"?
Please help , what's wrong with "Dialog Path" property of my "Dialog Participant Step"?
first I can't modify it to dialog level like the doc(http://dev.day.com/docs/en/cq/current/workflows/wf-ref.html) mentioned that "The following value is used for the Dialog Path property: /etc/workflow/dialogs/EmailWatch/dialog" , but only I can set it to "/etc/workflow/dialogs/myComponent" like this. Below is myComponent json format:
{"jcr:createdBy":"vi.lang","allowedParents":["*/parsys"],"jcr:created":"Mon Oct 14 2013 02:36:27 GMT-0700","jcr:primaryType":"cq:Component","dialog":{"title":"Video Approval Dialog","xtype":"dialog","jcr:primaryType":"cq:Dialog","items":{"jcr:primaryType":"cq:WidgetCollection","common":{"title":"Common","jcr:primaryType":"cq:Panel","items":{"jcr:primaryType":"cq:WidgetCollection","isApproval":{"fieldLabel":"Video Approval","xtype":"selection","name":"./metaData/isApproval","allowEmpty":"false","type":"select","value":"yes","jcr:primaryType":"cq:Widget","fieldDescription":"Whether to approve","options":{"jcr:primaryType":"cq:WidgetCollection","yes":{"value":"yes","jcr:primaryType":"nt:unstructured","text":"Yes"},"no":{"value":"no","jcr:primaryType":"nt:unstructured","text":"No"}}}}}}}}
Another question is the doc ( http://dev.day.com/docs/en/cq/current/workflows/wf-ref.html) mentioned an example of EmailWatch component , where can I find the example ?