cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to bypass workflow OR automation chain on some documents?

zod_
Champ on-the-rise
Champ on-the-rise

I have an automation chain which will be called on "document created"

I need that when i am creating a document from nuxeo UI .

But i dont need that when i am creating a document on rest call document creation.

Its giving me error . is there any way to avoid automation chain on some cases?

1 REPLY 1

Laurent_Doguin
Star Collaborator
Star Collaborator

Not sure we have something plan for that. You could add a specific metadata for document created with the RestAPI and use it as a filter of your "document created" event handler.