WorkFlow

@JsonClass(generateAdapter = true)
data class WorkFlow(    val status_code: Int?,     val note: String?,     val additional_properties: Map<String, *>?)

Trait that applies workflow information to a document or resource. In the Arc ecosystem, this data is generated by WebSked.

Constructors

Link copied to clipboard
fun WorkFlow(    status_code: Int?,     note: String?,     additional_properties: Map<String, *>?)

Properties

Link copied to clipboard
val additional_properties: Map<String, *>?

A grab-bag object for non-validatable data.

Link copied to clipboard
val note: String?

This note will be used for any task automatically generated via WebSked task triggers.

Link copied to clipboard
val status_code: Int?

Code indicating the story's current workflow status. This number should match the values configured in WebSked.