HumanTaskUIUiTemplate

data class HumanTaskUIUiTemplate(val content: String? = null, val contentSha256: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, contentSha256: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The content of the Liquid template for the worker user interface.

Link copied to clipboard
val contentSha256: String? = null

The SHA-256 digest of the contents of the template.

Link copied to clipboard
val url: String? = null

The URL for the user interface template.