duplicateProcess

open fun duplicateProcess(@NonNull context: Context, @NonNull processUUID: String): ProcessItem

Creates a new copy of the given process. The copy will contain all values of the original process except signatures.

Return

ProcessItem

Parameters

context

Context The application context.

processUUID

String the process uuid.