Flowable introductory series Article 72 - JPA advanced usage

1. Query JPA process variables You can query ProcessInstances and Executions with specific JPA entities as variable values. Note that only variableValueEquals(name, entity) supports ProcessInstanceQuery and ExecutionQuery for JPA entities. The methods variableValueNotEquals, variableValueGreaterThan, variableValueGreaterThan orequal, variableV ...

Posted by RestlessThoughts on Wed, 01 Dec 2021 02:28:45 +0100

Introduction to Flowable series article 21 - Basic Flowable concepts II

1. Start a process instance We have now created a process definition for our business process. From such a process definition, we can create process instances. In this case, a process instance corresponds to creating and validating a single financial report for a specific month. All process instances in any month share the same process definit ...

Posted by 051119 on Mon, 11 Oct 2021 06:23:17 +0200