Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support loading workflow definitions from database #531
Support loading workflow definitions from database #531
Changes from 25 commits
42139d4
6eecb10
b43b78f
7413205
e844d43
0c65a7e
e4431ed
232c39d
11b82b8
b7ef839
1115725
61b50b6
b4a91a8
957fb71
a166626
fbea92e
01fb149
b606fa1
1c6d84c
d886c58
5b4c653
11bb045
7699b49
d931c0a
3c5a589
c28309e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theoretically, someone might depend on the fact that instances cannot be managed for historical workflow definitions. So need to consider which kind of version needs to be released next, or could start with
-1
as default and change the default to60
in next major version?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find that a bit too theoretical to worry about breaking it. Nevertheless, I added few lines on readme about that and instructions on how to disable the new functionality.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It a shame that we don't currently persist the default start state (=initial state). But can't be helped here, perhaps add another issue about that.