Steps to reproduce:
- import data
- go to process selection screen
Actual:
- some or all of definitions xml are not displayed, because they are not returned by /api/process-definition/xml
Expected:
- After import is finished all process definitions xml are returned by /api/process-definition/xml
Workaround:
- Go to any definition page which will trigger /api/process-definition/
{id}
/xml
- Go back to PSS... now /api/process-definition/xml returns all data.
mariusz.sielski is this a get or POST request we are talking about here?
Right now there is no get request without IDs existing and POST request requirest list of process instance IDs. Could you attach a curl command that you are using?