delete Processes
open fun deleteProcesses( @NonNull context: Context, @NonNull processList: List<ProcessItem>, @Nullable callback: STWProcessDeleteCallback<MyBusinessError>)
Content copied to clipboard
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.
process List
List of ProcessItemprocesses to delete
callback
STWProcessDeleteCallback to handle operation events