enable Process Auto Save
open fun enableProcessAutoSave(isProcessAutoSaveEnabled: Boolean, @Nullable callback: STWOperationCallback<MyBusinessError>)
Content copied to clipboard
Enable process auto-save feature, to allow application to save automatically the process opened on edit mode. The period of auto-save is defined from web admin interface.
Parameters
is Process Auto Save Enabled
boolean:true to enable Process auto save option, false otherwise.
callback
STWOperationCallback: to handle request events.