cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to change state of document to previous state

surya_nagaraj
Champ on-the-rise
Champ on-the-rise

Hi,

Not able to change document state to previous.

Below is the configuration: [Life Cycle states: Start<--->Process<--->Published] [Workflow impementation -> Automation Chains (Fetch > Context.FetchDocument => Document > Document.FollowLifecycleTransition [Values: Start, Process, Publised accordingly])]

On trying to change state from Process to Start getting below error: ***** chain ****** Name: LifeCycle_process Exception: OperationException Caught error: Failed to invoke operation Document.FollowLifecycleTransition with aliases [Document.SetLifeCycle] Caused by: org.nuxeo.ecm.core.api.LifeCycleException: Not allowed to follow transition from state

****** Hierarchy calls ****** org.nuxeo.ecm.automation.core.operations.FetchContextDocument org.nuxeo.ecm.automation.core.operations.document.SetDocumentLifeCycle

Please suggest how can we change the document state to previous state.

3 REPLIES 3

pibou_Bouvret
Elite Collaborator
Elite Collaborator

Start, Process and Published seem to be lifecycle states

surya_nagaraj
Champ on-the-rise
Champ on-the-rise

Start, Process and Published are defined.

pibou_Bouvret
Elite Collaborator
Elite Collaborator

it seems it is a custom lifecycle. You should dump the lifecycle extension point I mentionned.