WorkflowId

data class WorkflowId(val value: String) : TemplateSource

The ID of the workflow from the source migration workflow template.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this TemplateSource as a WorkflowId and retrieves its kotlin.String value. Throws an exception if the TemplateSource is not a WorkflowId.

Link copied to clipboard

Casts this TemplateSource as a WorkflowId and retrieves its kotlin.String value. Returns null if the TemplateSource is not a WorkflowId.