WorkflowTemplateDefinitionName Property

workflow name - because we want to have full information about a workflow instance in the workflow engine we WorkflowTemplates/Name database column in this field. Thanks to that we can delete workflow templates without affecting running workflow instances.

Definition

Namespace: FileHold.Common.WorkflowEngine
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public string Name { get; set; }

Property Value

String

See Also