deleteProcesses

open fun deleteProcesses(    @NonNull context: Context,     @NonNull processList: List<ProcessItem>,     @Nullable callback: STWProcessDeleteCallback<MyBusinessError>)

Deletes the given process list. This operation will be synchronized with other client Apps. If the given list contains processes under control of user, a request will be sent automatically for every one of them to release the lead.

Parameters

context

Context The application context.

processList

List of ProcessItemprocesses to delete

callback

STWProcessDeleteCallback to handle operation events