WorkflowTypeInfo

Contains information about a workflow type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date when this type was registered.

Link copied to clipboard

If the type is in deprecated state, then it is set to the date when the type was deprecated.

Link copied to clipboard

The description of the type registered through RegisterWorkflowType.

Link copied to clipboard

The current status of the workflow type.

Link copied to clipboard

The workflow type this information is about.

Functions

Link copied to clipboard
inline fun copy(block: WorkflowTypeInfo.Builder.() -> Unit = {}): WorkflowTypeInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String