Questions tagged [camunda-plugin]

31 questions
4
votes
1 answer

Camunda Can't find scripting engine for 'python': scriptEngine is null

The process could not be started. : Cannot instantiate process definition Process_03eqpht:3:7ff29d88-51a6-11ec-820b-4e796e7082df: Can't find scripting engine for 'python': scriptEngine is null I have install camunda and running it but when i run…
Himanshu sharma
  • 7,487
  • 4
  • 42
  • 75
2
votes
1 answer

How do I make plugin.identity.keycloak from Camunda work in Docker (Desktop)?

About a month ago, I implemented camunda-bpm-identity-keycloak as described here to make my spring-camunda project work with keycloak. This week I tried dockerizing both keycloak and spring-camunda. While the former has been implemented without much…
1
vote
0 answers

Multiple buttons in one Camunda tasklist plugin

Im currently trying to write a tasklist plugin for camunda. My goal is a plugin having multiple buttons doing different stuff. My pluginPoint is supposed to be 'tasklist.task.detail'. I saw a youtube video where someone implemented one button by…
1
vote
0 answers

No Implementation for the org.camunda.bpm.engine.rest.spi.ProcessEngineProvider spi found on classpath

I have implemented a sample Camunda Springboot application. It works fine with Internet connection. But when deployed into VDI without internet, The application is not coming up. It shows the error while startup as below "No Implementation for the…
ShadyCody
  • 11
  • 1
1
vote
0 answers

Camunda plugin for open the callActivity's BPMN diagram in a new tab of Camunda Modeler Platform

I would like to adapt the Camunda Modeler Tooltip plugin for open in a new tab the BPMN Diagram of a given CallActivit by doing Double Click on it. By exemple, doing double click on the "My Process" CallActivity, I would like to open the associated…
1
vote
1 answer

Can Camunda be integrated with Apache Pulsar?

I am looking into Camunda for using as an orchestration framework and was wondering if it can be integrated with our Pulsar topics ? I saw the support for Kafka and couldnt find anything on apache pulsar.
1
vote
0 answers

How to disable CsrfPreventionFilter in Camunda 7.17?

I have upgraded the camunda to 7.17 and I noticed that the CsrfPreventionFilter is now been added to the servlet context. How can I disable it? I am using Camunda 7.17.0 and Spring boot 2.6.7 Thanks
Spartacus
  • 337
  • 4
  • 12
1
vote
0 answers

ApplicationContext not getting set in Camunda's LazyInitRegistration class

I am using Camunda 7.17.0 and Spring boot(starter parent) 2.6.7 The LazyInitRegistration class from Camunda's spring boot starter webapp core jar is an ApplicationContextAware class. However the setApplicationContext method is not being invoked. As…
Spartacus
  • 337
  • 4
  • 12
1
vote
1 answer

How can assign Camunda task automaticly?

Is there any way to assign Camunda tasks to users round robin? Or any automatic pattern?
1
vote
1 answer

two thread with same key executes user task sequentially

startActivity → ServiceTask1 → ServiceTask2 → UserTask1 → UserTask2 → endActivity ThreadA with key KEY proceeds via ST1 and ST2 and commits its state to DB as UserTask1. However, this thread gets detached from UI due to some reason and UI triggers…
lovelyim92
  • 141
  • 2
  • 9
1
vote
2 answers

Is there an API that shows the user task histroy on the Camunda side?

I have a Camunda flow, there are 2-3 user tasks in this flow. I want to see their history after completing these tasks. There are a couple of methods, but I just want to get both the label and the entered value with rest-api. I can't get them…
Sezer Aydın
  • 187
  • 1
  • 2
  • 10
1
vote
1 answer

how to set service task results into a camunda form

Currently I'm trying to implement fetching task results into a camunda form because each result have multiple values and user going to choose which value is best. I'm trying to use camForm.variableManager but it's returing undefined. How can I…
1
vote
1 answer

How can i transfer data from 2 process pools result to 3rd process pool using event name without creating multiple instances in camunda?

I have 3 process pools in camunda and I implemented to send variables from 1st instance to 2nd instance by using Expression implementation with using event-name(A) and I'm trying to send 1st process pool variables to 2nd,3rd process pools and also…
newbie
  • 456
  • 1
  • 6
  • 17
1
vote
0 answers

Login not working with camunda-bpm-identity-keycloak plugin

I try to implement the camunda-bpm-identity-keycloak plugin into camunda. I followed the following description: https://github.com/camunda-community-hub/camunda-bpm-identity-keycloak/tree/master/examples/sso-kubernetes When I enter the url I want to…
1
vote
0 answers

Getting "You need to enable JavaScript to run this app." while inspecting camunda cockpit version 7.14.0

We recently upgraded to version 7.14.0 of camunda-webapp-webjar. After this upgrade the css for cockpit stopped loading. I found there were changes done to the way we write / manage plugin in 7.14.0 ( "A Reworked Cockpit Plugin System" …
Akshay Joshi
  • 467
  • 1
  • 9
  • 22
1
2 3