Persistence and startable plugins
Your startable plugin can manipulate Guidewire entity data. If your startable plugin needs to maintain state for itself, perform one of the following actions.
- Create your own custom persistent entity types that track the internal state information of your startable plugin.
- Use the system parameter table for persistence.
