Nuxeo studio and custom UI possibility

499 views Asked by At

We're building a custom UI framework (Angular based) on top of the Nuxeo platform (Using REST API). Having said that, one of the requirements is to be able to use the dynamic workflow mechanism of the Nuxeo studio (I'm also not sure if content routing has a role on this).

Is it possible? What's the main idea/approach behind?

Also, if there are any resource or topic from the documentation please I need help with the link.

1

There are 1 answers

3
user3175556 On

You can define your Workflow in Nuxeo Studio and deploy it on your Nuxeo server.

Then, if you build your WebApp using Angular on top of Nuxeo, it probably means you are using Automation http API.

You can then use the Automation Operations that are used to control the Workflow Service. The dedicated operations are in the "Workflow Context" and "Routing" categories.

http://explorer.nuxeo.org/nuxeo/site/distribution/current/listOperations

We are currently working on adding a dedicated workflow REST endpoint like we did for documents, users, groups, directories : this will make the Angular binding even more natural.

Tiry