This guide outlines changes in process and UI configuration from v3.4.x to 4.0 version.
output.put
method is required to generate structured output data when using input to validate or filter incoming data based on certain conditions (commonly used to retrieve information needed for processing)processInstanceID
and processInstanceUUID
- This release introduces enhancements aimed at isolating process instance related values from business/configured parameters. Key changes include the removal of processInstanceId
, parentProcessInstanceId
, and parentProcessInstanceUuid
from paramValues zone on process instance, relocating them to a distinct location within process instance data - to a new object called “instanceMetadata”.instanceMetadata
object rather than directly calling attributes.
instanceMetadata
to access attributes instead of directly calling them as in version 3.4.x. For example, input.processInstanceId
will be accessed through instanceMetadata.processInstanceId
.instanceMetadata.get
object.Card 4.0 | Card 3.0 |
---|---|
![]() | ![]() |
Theme Overrides - Card
Version | Primary | Secondary | Ghost | Text | Fill | New States: Pressed, Hover, Disabled |
---|---|---|---|---|---|---|
3.4.x | ✓ | ✓ | ✓ | ✓ | ||
4.0.x | ✓ | ✓ | ✓ | ✓ |