This repository was archived by the owner on Oct 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Option to configure an external start case form per case #1714
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* made it so additional modifications to an existing case are done before creating the process instance (#1703) * added case definition properties to indicate that the case has an 'external case create form' * Bugfix user cache (#1704) * Added logging to user cache (#1707) * Added logging to user cache * added max length specification and validation * included newly added properties in the case definition settings exporter --------- Co-authored-by: marijnritense <94897451+marijnritense@users.noreply.github.com> Co-authored-by: Klaas Schuijtemaker <94360980+Klaas-Ritense@users.noreply.github.com> Co-authored-by: ThomasMinkeRitense <66533148+ThomasMinkeRitense@users.noreply.github.com>
| @Column(name = "auto_assign_tasks", nullable = false) | ||
| val autoAssignTasks: Boolean = false, | ||
| @Column(name = "has_external_create_case_form", nullable = false) | ||
| val hasExternalCreateCaseForm: Boolean = false, |
Contributor
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.
@maarten-ritense any reason why it's not called 'hasExternalStartForm'?
* made it so additional modifications to an existing case are done before creating the process instance (#1703) * added case definition properties to indicate that the case has an 'external case create form' * Bugfix user cache (#1704) * Added logging to user cache (#1707) * Added logging to user cache * added max length specification and validation * included newly added properties in the case definition settings exporter * story/add-documentId-to-start-form add optional documentId to view model (#1699) * story/add-documentId-to-start-form add optional documentId to view model * story/add-documentId-to-start-form add unit tests * Fixed authorization issues when providing a document * Added documentId to fvm start submission response * Configured order of supported process links via `@Order` annotation * Added process-link-url module to the dependency-versions module --------- Co-authored-by: Theo <theo.beers@ritense.com> Co-authored-by: valtimo-platform[bot] <80107705+valtimo-platform[bot]@users.noreply.github.com> * feature/fvm-form-configuration-for-local-testing (#1715) * Fixed link for contributing to Valtimo (#1718) * InternalCaseStatusDeployer now updates an internal case status if it already exists (#1717) * Bring back UserCache (#1719) * Update version (#1725) * It's now possible to get all value-resolver keys (#1726) * story: get compatible plugin action configs (#1720) * bugfix: Permission error when auto unassigning tasks (#1716) Co-authored-by: valtimo-platform[bot] <80107705+valtimo-platform[bot]@users.noreply.github.com> * doc: Don't remove a leading '0' from a plugin-action-property-value (#1728) * renamed create case to start case * renamed create case to start case --------- Co-authored-by: marijnritense <94897451+marijnritense@users.noreply.github.com> Co-authored-by: Klaas Schuijtemaker <94360980+Klaas-Ritense@users.noreply.github.com> Co-authored-by: ThomasMinkeRitense <66533148+ThomasMinkeRitense@users.noreply.github.com> Co-authored-by: floris-thijssen-ritense <floris.thijssen@ritense.com> Co-authored-by: Theo <theo.beers@ritense.com> Co-authored-by: valtimo-platform[bot] <80107705+valtimo-platform[bot]@users.noreply.github.com> Co-authored-by: theo-ritense <95682624+theo-ritense@users.noreply.github.com> Co-authored-by: erik-ritense <83765770+erik-ritense@users.noreply.github.com> Co-authored-by: mbritense <79840403+mbritense@users.noreply.github.com>
# Conflicts: # value-resolver/src/main/kotlin/com/ritense/valueresolver/FixedValueResolverFactory.kt
ivo-ritense
approved these changes
Apr 3, 2025
David-Kooi-Ritense
approved these changes
Apr 4, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Extended the case definition configuration so it offers the ability to configure if the case uses an external form for starting a case.