<task-node name="authorCertify">
<task name="mywf:authorCertify" swimlane="initiator" />
<transition name="aftercertify" to="submitted" >
<condition>#{mywf_checkCertify != "NotCertified"} </condition>
</transition>
</task-node>
showing the error as : Caused by: org.jbpm.jpdl.JpdlException: [[ERROR] line 61: cvc-complex-type.2.4.a: Invalid content was found starting with element 'condition'. The condition checks specified for transitions are not working.
<transition name="" to="authorverification">
<condition>#{mywf_legalcertify == true && mywf_compliancecertify == true}</condition>
</transition>
M i spcifying the condition check in a wrong manner…?
All of the conditions are showing same error: The error shown in logs is :Caused by: org.jbpm.jpdl.JpdlException: [[ERROR] line 61: cvc-complex-type.2.4.a: Invalid content was found starting with element 'condition'. One of '{"urn:jbpm.org:jpdl-3.1":action, "urn:jbpm.org:jpdl-3.1":script, "urn:jbpm.org:jpdl-3.1":create-timer, "urn:jbpm.org:jpdl-3.1":cancel-timer, "urn:jbpm.org:jpdl-3.1":exception-handler}' is expected., [ERROR] line 266: cvc-complex-type.2.4.a: Invalid content was found starting with element 'condition'. One of '{"urn:jbpm.org:jpdl-3.1":action, "urn:jbpm.org:jpdl-3.1":script, "urn:jbpm.org:jpdl-3.1":create-timer, "urn:jbpm.org:jpdl-3.1":cancel-timer, "urn:jbpm.org:jpdl-3.1":exception-handler}' is expected., [WARNING] swimlane 'initiator' does not have an assignment] at org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:173) at org.alfresco.repo.workflow.jbpm.JBPMEngine.compileProcessDefinition(JBPMEngine.java:1649) … 62 more15:53:20,796 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.alfresco.error.AlfrescoRuntimeException: Workflow deployment failed at org.alfresco.repo.workflow.WorkflowDeployer.deploy(WorkflowDeployer.java:243) ……………………………