Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Conversation

@maarten-ritense
Copy link
Contributor

@maarten-ritense maarten-ritense commented Jan 29, 2025

Extended the case definition configuration so it offers the ability to configure if the case uses an external form for starting a case.

maarten-ritense and others added 2 commits January 22, 2025 17:19
* 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>
@maarten-ritense maarten-ritense marked this pull request as ready for review January 29, 2025 15:05
@maarten-ritense maarten-ritense requested a review from a team as a code owner January 29, 2025 15:05
@Column(name = "auto_assign_tasks", nullable = false)
val autoAssignTasks: Boolean = false,
@Column(name = "has_external_create_case_form", nullable = false)
val hasExternalCreateCaseForm: Boolean = false,
Copy link
Contributor

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>
@maarten-ritense maarten-ritense changed the title Option to configure an external create case form per case Option to configure an external start case form per case Feb 20, 2025
@ivo-ritense ivo-ritense merged commit ba0bdbb into next-minor Apr 4, 2025
4 checks passed
@ivo-ritense ivo-ritense deleted the feature/external-create-case-form branch April 4, 2025 08:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants