duplicate

abstract suspend fun duplicate(context: Context): ApiResult<STWProcess>

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

Return

the new STWProcess (the copy)

Parameters

context

Context The application context.