MyBusinessProcessOverDue

class MyBusinessProcessOverDue(val processUUID: String, val isOverDue: Boolean) : MyBusinessProcessOptions

This data class is used when the process is overdue or the due date end 24 hour before

Constructors

Link copied to clipboard
fun MyBusinessProcessOverDue(processUUID: String, isOverDue: Boolean)

Properties

Link copied to clipboard
val isOverDue: Boolean

Inherited properties

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