Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persisting of modified properties #28

Open
lindleycb opened this issue Feb 26, 2016 · 2 comments
Open

Persisting of modified properties #28

lindleycb opened this issue Feb 26, 2016 · 2 comments

Comments

@lindleycb
Copy link

Possibly related to #16 and #17, we've been using your BPMN engine successfully now for a number of months with no glitches, but we recently had a requirement to modify rather than add one of the properties on a process instance. When we do this using setProperty, it shows as modified when using getProperties, but is left unchanged in the database. If there is a simple fix for this, we'd very much appreciate a patch.

@TomKaltz
Copy link

TomKaltz commented Aug 3, 2016

did you ever figure this out?

@lindleycb
Copy link
Author

Hi Tom, I'm afraid not. We ended up working around it for our use case by writing the property change directly to the database ourselves as well as calling setProperty but an official fix would be better. It looked like setting the property and then triggering an event saved OK, but just setting the property without any form of state transition didn't persist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants