Hi experts,
I need to create new end nodes (like authorizationfailed,ordercheckfailed) etc in order-process to be used in projectdata-dynamic-business-process-order.impex.
I have added it as enum values in ProcessState but it's still not working.
The error says [org.xml.sax.SAXParseException; lineNumber: 75; columnNumber: 1; cvc-enumeration-valid: Value 'WAITING' is not facet-valid with respect to enumeration '[SUCCEEDED, FAILED, ERROR]'. It must be a value from the enumeration.]
WAITING is a part of processState but using it as order-process end node is also causing the above error. Please help.