Conversation
…rvice methods - Add ProcessBoundQuery shared interface (Flowable-style) to reduce duplication - Add conditional filtering overloads (boolean, value) inspired by MyBatis Plus - Add taskStatusIn multi-value condition with MyBatis XML support - Add Oracle/DM database schema scripts (schema, indexes, migration) - Deprecate 20 old QueryService methods that have fluent API equivalents - Add fluent-query-guide.md, multi-database.md, design docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ProcessCommandService: add suspend() and resume() to support process instance lifecycle without terminating active executions/tasks. TaskCommandService: add claim() to support task claiming by userId. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Implement full sharding infrastructure for SmartEngine: - SnowflakeIdGenerator (41-bit ts + 5-bit node + 17-bit seq) - ShardingModeEnabledOption config toggle for index table maintenance - UserTaskIndex / UserNotificationIndex tables for cross-partition queries - Storage layer auto-maintains index tables when sharding mode enabled - process_instance_id added to TaskTransferRecord and AssigneeOperationRecord - HASH partition DDL scripts for MySQL and PostgreSQL (16 partitions) - Data migration and backfill scripts - Archive schema adapted for sharding (partitioned archive tables) - 562 tests passing (35 new: 15 Snowflake + 9 E2E + 26 DAO/integration) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Implement BPMN 2.0 eventBasedGateway element that forks execution to multiple IntermediateCatchEvent branches, where the first signaled branch cancels all siblings and continues the process flow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tion transferWithReason, rollbackTask, addTaskAssigneeCandidateWithReason, and removeTaskAssigneeCandidateWithReason were creating record objects without calling idGenerator.generate(), causing PostgreSQL NOT NULL constraint violations on the id column. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ProcessEngineConfiguration
…sk event propagation
…r countersign and normal paths
…K_CANCELED in markDone Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… claim/complete/transfer/delegate/revoke Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
vavi
added a commit
that referenced
this pull request
Mar 26, 2026
Add a lot of feature,see changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a lot of feature,see changelog