Coder Social home page Coder Social logo

Comments (6)

maheshps1 avatar maheshps1 commented on July 23, 2024

image

from camunda-bpm-spring-boot-starter.

maheshps1 avatar maheshps1 commented on July 23, 2024

Now I have modified to add doAnswer() as below:

		doAnswer((i) -> {
			i.callRealMethod();
			return null;
		}).when(serviceInstantiationFeasibilityReqToSLODelegate).execute(any(DelegateExecution.class));
		
		
		
        ProcessInstance instance = runtimeService
                .startProcessInstanceByKey("ProcessServiceInstantiationFeasibility", "businessKey", variables);

Now MockServiceInstantiationFeasibilityReqToSLODelegate .execute(...) is getting called. But whatever set variable "statusCode" is not visible to Gateway.

16:46:54.011 [main] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Unknown property used in expression: #{statusCode}. Cause: Cannot resolve identifier 'statusCode'
org.camunda.bpm.engine.ProcessEngineException: Unknown property used in expression: #{statusCode}. Cause: Cannot resolve identifier 'statusCode'
at org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:60)

Please help me to fix this.

from camunda-bpm-spring-boot-starter.

maheshps1 avatar maheshps1 commented on July 23, 2024

execute() method is not calling prepareServiceInstantiationFeasibility() in mocking case. Anyone knows why this issue? Without mocking, it calls.

from camunda-bpm-spring-boot-starter.

yanavasileva avatar yanavasileva commented on July 23, 2024

Hi @maheshps-huawei ,

Please do not create issues here.
Could you please post this in the forum - https://forum.camunda.org/

from camunda-bpm-spring-boot-starter.

jangalinski avatar jangalinski commented on July 23, 2024

since the only isssue left here is the "auto" history level ... shouldn't we just move/close it and disable issues on repo for good?

from camunda-bpm-spring-boot-starter.

yanavasileva avatar yanavasileva commented on July 23, 2024

Hi @jangalinski,

I agree. I will take care.

from camunda-bpm-spring-boot-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.