04-05-2018 06:20 PM
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
04-24-2018 09:02 AM
Can you post the output from:
Explore our Alfresco products with the links below. Use labels to filter content by product module.