TemplateSource

sealed class TemplateSource

The migration workflow template used as the source for the new template.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class WorkflowId(val value: String) : TemplateSource

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

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.