-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide DataEntrySenderType 'tx' as configurable option (similar to SenderType 'tx' in TaskpoolSender) #1084
Labels
Prio: Must
This feature must be implemented in current milestone.
Status: In progress
Assignee is working on this issue.
Type: enhancement
New feature or request
Comments
margue
pushed a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 13, 2025
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 13, 2025
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 13, 2025
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 13, 2025
- adds missing docs to DataEntrySenderConfiguration - declares simpleDataEntryCommandSender Bean as DataEntrySender
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 13, 2025
…ataEntryCommandSender
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 13, 2025
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 19, 2025
… rid of confusing DataEntrySender interface
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 19, 2025
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 19, 2025
…ender.data-entry.type
margue
added a commit
to margue/camunda-bpm-taskpool
that referenced
this issue
Feb 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Prio: Must
This feature must be implemented in current milestone.
Status: In progress
Assignee is working on this issue.
Type: enhancement
New feature or request
Sender for DataEntryCommands using Tx synchronization sending commands directly.
In doing so, the
DataEntryCommand
list is collected during the transaction and are sent out by transactional listener. This allows atomicity in sendingTask
andDataEntry
commands.The text was updated successfully, but these errors were encountered: