05-03-2017 01:31 PM
Hello. I'm new to the platform. I don't have access to Nuxeo Studio. Is there a recipe available with the main steps one would follow to implement a customized lifecycle "by hand", i.e. in Java and XML? For example, to place a state in between "deleted" and the various other precursor steps? Thank you.
05-04-2017 05:10 AM
Hello Eric,
You have a look at https://doc.nuxeo.com/nxdoc/workflow-models-packaging/ to understand how workflows are created in Nuxeo.
Regards
05-04-2017 09:05 AM
Thank you. I was looking at
05-04-2017 09:23 AM
Lifecycles, though related, are indeed independent of workflows.
Have a look at the lifecycle extension point of org.nuxeo.ecm.core.lifecycle.LifeCycleService : http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform-9.1/viewExtensionPoint/org.nuxeo....
there are several examples including default lifecycle, this is quite simple : one part is about states, the other part about transition between states
BTW, also have a look at https://doc.nuxeo.com/nxdoc/how-to-enable-the-trash-feature/ that implies to create a "deleted" state and a "delete" transition.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.