Hi all,
I am trying to deploy a simple bpmn having only one user task.
When I deploy I get the error saying:
ORA-00904: "STARTABLE_" invalid identifier
CAMUNDA Version: 7.11
comple error is:
“message”:"ENGINE-03083 Exception while executing batch database operations with message '\n error flushing statements. Cause: org.apache.ibatis.executor.BatchExecutorException:
org.camunda.bpm.engine.imple.persistence.entity.ProcessDefinitionEntity.insertProcessDefinition (batch_index #3) failed 2 prior sub executor(s) completed successfully, but it will be rolled back. Cause: java.sql.BatchUpdateExecution: ORA-00904: "STARTABLE_": invalid identifer\n\n###
yeah, I executed the script now to add STARTABLE_, and it works fine now,
but I am not sure why this is missed as I have cross verified all migration scripts and STARTABLE_ is not part of it.
Can you point me in to correct direction here?