MyBusinessProcessAboutToBeCanceled

class MyBusinessProcessAboutToBeCanceled(val processUUID: String) : MyBusinessProcessOptions

This data class is used when a process will be removed from server because user take the lead for a retention period.

Constructors

Link copied to clipboard
fun MyBusinessProcessAboutToBeCanceled(processUUID: String)

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val processUUID: String
Link copied to clipboard
var type: String