Hello,
is it possible to set a non-local variable in several service tasks via exection.setVariable() in parallel? I get a primary key violation in the ACT_RU_VARIABLE table when I try to do this.
"### Error updating database. Cause: org.h2.jdbc.JdbcSQLException: Eindeutiger Index oder Primärschlüssel verletzt: "ACT_UNIQ_VARIABLE_INDEX_C ON PUBLIC.ACT_RU_VARIABLE(VAR_SCOPE_, NAME_)"
Unique index or primary key violation: "ACT_UNIQ_VARIABLE_INDEX_C ON PUBLIC.ACT_RU_VARIABLE(VAR_SCOPE_, NAME_)"; SQL statement:
insert into ACT_RU_VARIABLE..."
Is it even possible to set process global variables in parallel threads?
Thanks in advance!
Carsten