-
Notifications
You must be signed in to change notification settings - Fork 75
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
add feature to export and import BPMN state, incl. resume capability #12
Comments
Suggestion: |
Hi @cq-z thank you for your suggestion. @cq-z May I ask: what use case do you have in mind, for making this suggestion? PS: |
example : Marshal support [] byte or struct , or like https://github.com/jinzhu/copier implementation BpmnEngineState to model |
support grom like demo
|
Other solutions: |
@nitram509 any idea when Regards. |
FYI: I'm working on this and have pushed first working version (main branch). |
Hello @nitram509 , feature/export_and_import_BPMN_state is ready? |
@cq-z unfortunately, still in progress. I found little spare time during the last weeks/months and plan to continue work the next weeks. |
I can do something for you |
I did some work to implement the marshalling and un-marschalling support. I will continue improving documentation and likely do some more changes towards Getter&Setter API rework as the other open issues for a proper v0.3.0 release indicate. I would be glad to hear your feedback, and if the marshall & un-marshall works for you. |
it would be awesome for use cases where long-running processes and are implemented in short living microservices,
if lib-bpmn-engine would be able to export and import+resume it's internal state.
The text was updated successfully, but these errors were encountered: