get Process History
suspend fun getProcessHistory(context: Context, processUUID: String): List<STWProcessVersion>?
Content copied to clipboard
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.
process UUID
String: uuid of process to retrieve the history