get Process History
abstract suspend fun getProcessHistory(context: Context): List<STWProcessVersion?>?
Content copied to clipboard
Gets the history of the process. The history contains: 1-All the 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.