camunda-bpm-examples | usage examples for Camunda Platform | BPM library
kandi X-RAY | camunda-bpm-examples Summary
kandi X-RAY | camunda-bpm-examples Summary
A collection of usage examples for Camunda Platform intended to get you started quickly
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of camunda-bpm-examples
camunda-bpm-examples Key Features
camunda-bpm-examples Examples and Code Snippets
Community Discussions
Trending Discussions on camunda-bpm-examples
QUESTION
I am following this Canmunda-provided Springboot tutorial:
...ANSWER
Answered 2021-Jul-09 at 15:22Simply add -Dorg.camunda.bpm.spring.boot.starter.example.simple.SimpleApplication.exitWhenFinished=false
into the command before -jar
:
QUESTION
I am using Camunda workflow automatition and I would like to implement JSON serialization.
There is an example project here: https://github.com/camunda/camunda-bpm-examples/tree/master/spin/dataformat-configuration-global
I did everything accordingly, but Jackson cannot serialize the MxSwiftMessage object (which you can find here: https://github.com/prowide/prowide-iso20022/blob/develop/iso20022-core/src/main/java/com/prowidesoftware/swift/model/MxSwiftMessage.java) by default.
So I had to write a custom JsonSerializer and JsonDeserializer.
My problem is that in the Deserializer I always get a null string.
Here is the code:
MxSwiftMessageJsonSerializer
...ANSWER
Answered 2021-Mar-24 at 15:43I finally found a solution which works for me. The magic happens in the serializeWithType
method. It has to write the data as an Array value.
I also changed the underlying data structure to json object instead of the pure string to store the xml representation of the MxSwiftMessage object.
This is the code:
MxSwiftMessageJsonSerializer
QUESTION
I'm new to Camunda and still trying to figure out what things are possible.
Camunda BPM provides at least three ways to create custom forms:
- Web-based form using AngularJS https://github.com/camunda/camunda-bpm-examples/tree/master/sdk-js/browser-forms-angular
Web-based form using JSF https://github.com/camunda/camunda-bpm-examples/tree/master/bpmn-model-api/generate-jsf-form
Embedded task form using several mechanisms https://github.com/camunda/camunda-bpm-examples/tree/master/usertask
I suppose I can customize a form any of those ways, but I wonder if I can create "on-the-fly" customization based on a pre-defined template stored in a database.
For example, I have a process of handling customer requests. They usually want something from three categories: A, B, and C.
FormA, FormB, and FormC are different but having typical fields for those kinds of requests.
Is there any way to add FormD in Camunda without re-deploy and changing source code of the task/process?
I mean just add a template of FormD in the database and see changes on the next process start.
Best regards, Ivan
...ANSWER
Answered 2020-Jun-15 at 08:26One possible way to do that is through custom form builder using external service form.io - https://forum.camunda.org/t/form-builder-drag-and-drop-form-server-validations/1092/14
Based on the answer from Camunda BPM forum: https://forum.camunda.org/t/is-it-possible-to-create-on-the-fly-changing-form/20683
So, theoretically it's achievable I assume.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install camunda-bpm-examples
You can use camunda-bpm-examples like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the camunda-bpm-examples component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page