Releases: ProcessMaker/nayra
Releases · ProcessMaker/nayra
v1.6.0
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
- Removes the non more required sequenceFlow property from transient used in PM4 CallActivity.
v1.4.0
- Fix MultiInstance issues after storing tokens
- Add event EVENT_ACTIVITY_SKIPPED when a MI Activity runs with an empty input
v1.3.1
Trigger event EVENT_CONDITIONED_TRANSITION on conditional default flow
v1.3.0
Add Multi-Instance Loop Characteristics support
v1.2.0
Support to trigger EventMessages without Collaboration explicit definition
v1.1.2
BpmnDocument can load a process without requiring an engine instance.
v1.1.1
This release fix a task with multiple outgoing flows
v1.1.0
This release adds Conditional Events implementation.