Questions tagged [camunda-plugin]
31 questions
0
votes
1 answer
Camunda Modeler: Access constant column's value in output column in Camunda Modeler UI
I am new in Camunda and I am learning.
I want to add a constant column either in the input or output section in Camunda Modeler. and I want to access this constant for some calculations and send the output.
In the below Camunda modeler, I have a…

Shubham Verma
- 8,783
- 6
- 58
- 79
0
votes
0 answers
Trying to increase unlock time of camunda if due to wrong username password it has been locked
To increase unlock time of camunda ,please suggest some property given by camunda.i tried with loginDelayMaxTime property but it did not worked .please suggest.In xml file adding a property loginDelayMaxTime and giving value as 60000.but not…

Pooja Bharadwaj
- 11
- 2
0
votes
1 answer
Camunda REST Api usage for starting async BPMN Processe
We are using camunda subsystem in Wildfly environment.
So we have a deployment for this camunda/wildfly - which runs in a pod and connects to MYSQL for DB.
There will be another application which reads events and based on that calls REST Api of…

Lucia
- 791
- 1
- 8
- 17
0
votes
1 answer
kafka-connect plugin install on self managed eks confluent
Im trying to install kafka-connect-zeebee plugin on my self managed confluent container running on eks.
I’m able to kubectl exec into the connect-0 container and confluent-hub is installed.
How do i install connector plugins on a confluent cluster…
0
votes
1 answer
Camunda - Spring Transaction and Spring Event Bus Integration
I have an embedded Camunda Spring Boot instance up and running. When I run it with default configuration (with no integration with Spring transaction management), then events get triggered successfully, but when I enable Spring transactions, events…

Dhiren Dash
- 111
- 1
- 10
0
votes
1 answer
Camunda BPM - Spring compatibility
I'm trying to migrate application with Camunda BPM 7.14.0 and Spring Boot 2.7.2 dependencies to latest Spring version(3.0.1/3.0.2) and at least Camunda 7.16.
Unfortunately I'm receiving some errors during migration and would like to ask what is the…

ChlnooL
- 25
- 7
0
votes
1 answer
Pass variables to different processes using call activity in Camunda
How to pass data from one Process to another in code .I am using Spring Boot in Java code.

Hello
- 57
- 5
0
votes
0 answers
Camunda Object Deserialisation
I am setting LoanObj1 (simple pojo with Just STrings) and LoanObj2(complex pojo with List and Maps)
using belong code and set it in the excution.setVariable
ObjectValue objectValue = Variables.objectValue(object)
…

Rahul A
- 15
- 3
0
votes
1 answer
Camunda experssion access to extensionElements
I am new in camunda and I want to write a expression and want access to extensionElements like processInstaceId and formKey.
how can I do this?
please guide me.

Amir133
- 2,372
- 2
- 18
- 34
0
votes
0 answers
Integration design patterns for integration Workday HCM - SAP Concur
I have a business requirement to transform the business processes which are currently manual and require human interventions to automated using automation platform.
We have chosen Camunda as our BPaaS (Business Process as a Service) platform, for…

mhasan
- 3,703
- 1
- 18
- 37
0
votes
1 answer
Halt the workflow and return the response to Controller
Create Order triggers the Rest End point and starts the workflow (Its a TASK ). CreateOrderController
Problem is CreateOrderController is always returning Success.I want to return ResponseEntity.ok("Not Success "); as shown in 2nd image and stop…

Hello
- 57
- 5
0
votes
1 answer
Camunda run 7.15 and jmx monitor
I have Camunda Run 7.15. It is possible monitor JMX via java mission controller or something else? I couldn't find any manual or documentation
Thank you

John
- 25
- 6
0
votes
1 answer
Camunda process could not be started
I Used this Script in my camunda form: