Skip to content

Releases: ProcessMaker/nayra

v1.6.0

15 Jul 15:00
Compare
Choose a tag to compare

Validate MultiInstance Input as Array (for Data Input) or a Valid Number (for Cardinality)
If the Input is invalid the Activity will throw an Error
The error can be catch by a boundary event
Tests added to validate invalid Data Inputs and invalid Cardinalities.
When an empty data input is sent to a MultiInstance Task it will throw an INVALID_DATA_INPUT error, so the user could see problem and check it.

v1.5.0

11 Jun 13:37
Compare
Choose a tag to compare
  • Removes the non more required sequenceFlow property from transient used in PM4 CallActivity.

v1.4.1

28 Apr 13:41
Compare
Choose a tag to compare

v1.4.0

27 Apr 19:50
Compare
Choose a tag to compare
  • Fix MultiInstance issues after storing tokens
  • Add event EVENT_ACTIVITY_SKIPPED when a MI Activity runs with an empty input

v1.3.1

14 Apr 16:31
Compare
Choose a tag to compare

Trigger event EVENT_CONDITIONED_TRANSITION on conditional default flow

v1.3.0

15 Mar 14:20
Compare
Choose a tag to compare

Add Multi-Instance Loop Characteristics support

v1.2.0

08 Jan 15:05
Compare
Choose a tag to compare

Support to trigger EventMessages without Collaboration explicit definition

v1.1.2

14 Oct 16:45
Compare
Choose a tag to compare

BpmnDocument can load a process without requiring an engine instance.

v1.1.1

02 Oct 23:33
Compare
Choose a tag to compare

This release fix a task with multiple outgoing flows

v1.1.0

30 Sep 19:06
405940e
Compare
Choose a tag to compare

This release adds Conditional Events implementation.