create New Process
suspend fun createNewProcess(context: Context, templateUUID: String): ApiResult<STWProcess>
Content copied to clipboard
Creates a new process using the given template.
The process creation can fails if the given template is not exist or not downloaded yet.
Return
ApiResult<STWProcess> The new created process, or Error with reason if process creation failed.
Parameters
context
**Context** The application context.Content copied to clipboard
template UUID
**String** the template uuid.Content copied to clipboard