duplicate Process
suspend fun duplicateProcess(context: Context, processUUID: String): ApiResult<STWProcess>
Content copied to clipboard
Creates a new copy of the given process. The copy will contain all values of the original process except signatures.
Return
ApiResult<STWProcess> The new process if the duplication was successfully done, or Error with reason otherwise.
Parameters
context
**Context** The application context.Content copied to clipboard
process UUID
**String** the process uuid.Content copied to clipboard