https://github.com/kmacedovarela/bpm-marshalling-sample
Simple process variable custom marshalling in rhpam
https://github.com/kmacedovarela/bpm-marshalling-sample
Last synced: 2 months ago
JSON representation
Simple process variable custom marshalling in rhpam
- Host: GitHub
- URL: https://github.com/kmacedovarela/bpm-marshalling-sample
- Owner: kmacedovarela
- License: apache-2.0
- Created: 2018-10-19T17:31:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T18:50:03.000Z (almost 7 years ago)
- Last Synced: 2025-07-20T01:37:37.582Z (3 months ago)
- Language: Visual Basic
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sample Marshalling project
=====Project created via RHPAM 7.1 to demonstrate simple usage of Custom Marshalling
* Create a project
* Create data object
* Create the marshaller
* Configure the deployment marshalling strategy (kie-deployment-descriptor.xml)All set!
Methods of the marshaller:
accept - decides if this strategy will be responsible for persistence of given object
marshal - performs operation to store process variable
unmarshal - performs operation to retrieve process variableMore info abt this topic on: http://planet.jboss.org/post/jbpm_6_store_your_process_variables_anywhere