when i am trying to run the process , it throws me error:
The process could not be started.: Cannot instantiate process definition Canada:1:6052f34c-83f0-11ea-988c-d0c5d33c3174: Unknown property used in expression: #{weatherOk}. Cause: Cannot resolve identifier 'weatherOk
Dont know what I am doing wrong here.** Can you please help ??**
I changed the camunda:asyncAfter=“false” option for service task “Weather check” . Its still not working and throwing the same error. process-2.bpmn (5.2 KB)
I tried multiple times with your code. Somehow when i start the process, it doesn’t give error and it says “the process has been started” but when i go to cockpit it doesn’t show anything in process instances and incidents.
Below are the logs:
10:47:09,451 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 2) WFLYDR0001: Content added at location C:\Users\kukreti\Desktop\Camunda\server\wildfly-10.1.0.Final\standalone\data\content\c7\f4dd84623073415b2442c3d7533e004af6dd00\content
10:47:09,462 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of “weathercheck.war” (runtime-name: “weathercheck.war”)
10:47:09,533 INFO [org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor] (MSC service thread 1-7) Detected user-provided @ProcessApplication component with name ‘com.camunda.demo.weathercheck.CamundaBpmProcessApplication’.
10:47:09,640 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool – 114) WFLYUT0021: Registered web context: /weathercheck
10:47:09,640 INFO [org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService] (ServerService Thread Pool – 116) Deployment summary for process archive ‘weathercheck’ of process application ‘weathercheck’:
process.bpmn
10:47:09,711 INFO [org.camunda.bpm.application] (ServerService Thread Pool – 116) ENGINE-07021 ProcessApplication ‘weathercheck’ registered for DB deployments [4f4ff4b4-8571-11ea-9808-d0c5d33c3174]. Will execute process definitions
Deployment does not provide any case definitions.
10:47:09,771 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed “weathercheck.war” (runtime-name : “weathercheck.war”)