Somewhat similar to Deployed Process Definition not visible , I think... but on 6.0 release...
I have activiti-app and activiti-rest both deployed and configured to point to the same local MySQL database.
I load my process with this POST:
curl -u kermit:kermit -v http://localhost:8080/activiti-rest/service/repository/deployments -XPOST -F "file=@../upload.zip"
And I can see it's there with this GET:
curl -u kermit:kermit -v http://localhost:8080/activiti-rest/service/repository/deployments
When I log on to http://localhost:8080/activiti-app/#/ as kermit:kermit I cannot see the app or process definition.
If I create a process and application and publish it from designer, I can see that also appear in the GET output.
All of the process definitions show up in the ACT_RE_PROCDEF database table.
Why isn't my the process I loaded via REST visible in the designer/"activiti-app"?
Am I missing some configuration, or parameter on the POST?
Thanks
Can you post the output from:
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.