takeTheLead

open fun takeTheLead(    @NonNull context: Context,     @NonNull processUUID: String,     @Nullable callback: STWOperationCallback<MyBusinessError>)

Requests to take the lead on the given process.

Parameters

context

Context The application context.

processUUID

String the process uuid

callback

STWOperationCallback to handle the request events.