load Previous Process Data
open fun loadPreviousProcessData( @NonNull context: Context, @NonNull processUUID: String, @NonNull widgetUUID: String, @NonNull widgetValue: Any, @Nullable blacklistedWidgetsUUIDs: List<String>, @Nullable callback: STWLoadProcessPreviousDataCallback<MyBusinessError>)
Content copied to clipboard
Loads last data entered in process created with same template and same data entered in the given widget.
Parameters
context
Context The application context.
process UUID
String the process uuid.
widget UUID
String the widget uuid.
widget Value
String the data entered in the widget.
blacklisted Widgets UUIDs
List list of UUIDs of blacklisted widgets.
callback
STWLoadProcessPreviousDataCallback to handle the operation events.