Hi all,
is there a possibility to execute an OO Flow via REST API for OO Containarized?
If so, how does it work?
We tried it with an Admin OO User which has the permission to execute flows but via API we get a HTTP Status Code 403 Forbidden. …
Hi guys, The 10.70 OO CE version is available in docker hub here https://hub.docker.com/r/hpsoftware/ooce/ Some changes: 1. reduced image size 2. removed the latest tag. To pull issue: docker pull hpsoftware/ooce:10.70.1 Hope it helps,
I'm using the OO docker container to test automated deployments . I am able to successfully deploy an individual content pack using: Request: PUT /content-packs/{name} Now I'm trying to deploy a group of content packs. I first generate a deployment ID…