loadPreviousProcessData

open fun loadPreviousProcessData(    @NonNull context: Context,     @NonNull processUUID: String,     @NonNull widgetUUID: String,     @NonNull widgetValue: Any,     @Nullable blacklistedWidgetsUUIDs: List<String>,     @Nullable callback: STWLoadProcessPreviousDataCallback<MyBusinessError>)

Loads last data entered in process created with same template and same data entered in the given widget.

Parameters

context

Context The application context.

processUUID

String the process uuid.

widgetUUID

String the widget uuid.

widgetValue

String the data entered in the widget.

blacklistedWidgetsUUIDs

List list of UUIDs of blacklisted widgets.

callback

STWLoadProcessPreviousDataCallback to handle the operation events.