Hi Guise,
In create rule wizard, I have added a custom action - 'Add Advanced workflow to item". When I select it and click the "Set Values and Add" button, I want that the "Start Advanced workflow" wizard opens.
The jsp that should be opened is choose-workflow.jsp (for Advanced workflow).
I have created an AdvancedWorkflowHandler.java file and in getJSPPath() method, i am returning "wizard:startWorkflow".
This is not working. I have also tried to return "/jsp/workflow/start-workflow-wizard/choose-workflow.jsp".
But it doesn't work.
Error I am getting is:
javax.faces.FacesException: javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.rules.CreateRuleWizard, property: hasStartableWorkflows
caused by:
org.apache.jasper.JasperException: javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.rules.CreateRuleWizard, property: hasStartableWorkflows
caused by:
javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.rules.CreateRuleWizard, property: hasStartableWorkflows
Please help.
Thanks in advance.