getProcessHistory

suspend fun getProcessHistory(context: Context, processUUID: String): List<STWProcessVersion>?

Gets the history of the given process. The history contains: 1-All process versions 2-Called processes started by current process 3-All escalation done

Return

list of STWProcessVersion for the given process.

See also

Parameters

context

Context The application context.

processUUID

String: uuid of process to retrieve the history