Companion

object Companion

Properties

Link copied to clipboard
const val CANCELED: Int

A Processes is CANCELED, if it is canceled by user or other contacts

Link copied to clipboard
const val COMPLETED: Int

A Processes is COMPLETED, if it is completed by user or other contacts, the is the final step of process and it can no longer be edited

Link copied to clipboard
const val DRAFT: Int

The processes is DRAFT, if it created by user and is not yet sent

Link copied to clipboard
const val IN_PROGRESS: Int

A process is IN_PROGRESS, if it is received by the user and the user has taken the lead to modify it.

Link copied to clipboard
const val NEW: Int

A process is NEW, if it is recently received by user

Link copied to clipboard
const val SUBMITTED: Int

A Processes is SUBMITTED, if user sent it to other contacts.