You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this can be overcome by creating index as follows: CREATE UNIQUE INDEX MULE_UNIQ_BUSINESS_KEY ON ACT_HI_PROCINST(BUSINESS_KEY_) WHERE BUSINESS_KEY_ IS NOT NULL
One must set uniqueBusinessKey for <bpm:process-factory /> as MS SQL Server doesn't allow multiple NULL values on unique indexes.
These issue can be reproduced by running test for https://github.com/alfameCom/mule-bpm-module/tree/mssql-verification/examples/passive-splitter-example
The text was updated successfully, but these errors were encountered: