Class WorkflowArtifact
Exported workflow artifact in a specific DSL format.
public sealed record WorkflowArtifact : IEquatable<WorkflowArtifact>
- Inheritance
-
WorkflowArtifact
- Implements
- Inherited Members
Constructors
WorkflowArtifact(string, WorkflowExportFormat, string, DateTime)
Exported workflow artifact in a specific DSL format.
public WorkflowArtifact(string WorkflowName, WorkflowExportFormat Format, string Content, DateTime GeneratedAt)
Parameters
WorkflowNamestringFormatWorkflowExportFormatContentstringGeneratedAtDateTime
Properties
Content
public string Content { get; init; }
Property Value
Format
public WorkflowExportFormat Format { get; init; }
Property Value
GeneratedAt
public DateTime GeneratedAt { get; init; }
Property Value
WorkflowName
public string WorkflowName { get; init; }