Skip to content

Implement support for null values in PayloadSupplier#273

Merged
zambrovski merged 2 commits intobpm-crafters:feat/issue-268from
emaarco:feat/issue-268
Feb 5, 2026
Merged

Implement support for null values in PayloadSupplier#273
zambrovski merged 2 commits intobpm-crafters:feat/issue-268from
emaarco:feat/issue-268

Conversation

@emaarco
Copy link
Member

@emaarco emaarco commented Feb 5, 2026

…rs#268)

- Updated PayloadSupplier interface to Supplier<Map<String, Any?>>
- Updated all 14 command constructors to accept Map<String, Any?>
- Updated TaskHandler interface and implementations
- Updated UserTaskSupport to handle nullable values
- Backward compatible change

Fixes bpm-crafters#268
@zambrovski zambrovski changed the title feat: complete support for null values in PayloadSupplier (#268) Implement support for null values in PayloadSupplier Feb 5, 2026
@zambrovski zambrovski added this to the 1.5 milestone Feb 5, 2026
@zambrovski zambrovski added Prio: MUST Feature is essential for the milestone. Type: enhancement New feature or request Type: breaking Breaking issue labels Feb 5, 2026
@zambrovski zambrovski self-requested a review February 5, 2026 09:45
@zambrovski zambrovski added the Status: in progress This issue is already in progress. label Feb 5, 2026
@zambrovski zambrovski changed the base branch from develop to feat/issue-268 February 5, 2026 16:12
@zambrovski zambrovski merged commit fd4f340 into bpm-crafters:feat/issue-268 Feb 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Prio: MUST Feature is essential for the milestone. Status: in progress This issue is already in progress. Type: breaking Breaking issue Type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

As a user I want to pass payload to commands that contain null values

2 participants