'Supports Persistence' option is missing in library projects

I’m working on a library that classifies documents using Document Understanding. I’d like to add human validation using action center but I’m running into this error when running:

I’ve checked the project settings but the Supports Persistence option is missing.

I also have the Persistence dependency installed but still the same error.

I noticed that for process projects, Supports Persistence option is present. But for library projects, it is not.

How can I fix this? Thank you.

1 Like

Hey @_pjflo

The process where you invoke this library should have persistence option enabled, which will do the job for you.

Thanks,
#nK

1 Like

@_pjflo,

Open your project.json file in any text editor and locate supportsPersistence setting. Make it true and save. You should be good.

1 Like

@_pjflo Make sure to enable Persistence option for both library and your process as well

Hi @_pjflo

image

Check below link,

Hii @_pjflo
please make sure you enabled support persistance this option from project setting

cheers!