Class SharedWorkflow
A versioned workflow published to a shared workflow store. Enables enterprise teams to share, discover, and install workflows.
public sealed class SharedWorkflow
- Inheritance
-
SharedWorkflow
- Inherited Members
Properties
Author
public string Author { get; init; }
Property Value
DefinitionJson
public string DefinitionJson { get; init; }
Property Value
Description
public string Description { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
PublishedAt
public DateTimeOffset PublishedAt { get; init; }
Property Value
RequiredTools
public IList<string> RequiredTools { get; init; }
Property Value
Tags
public IList<string> Tags { get; init; }
Property Value
Version
public string Version { get; init; }
Property Value
Visibility
public WorkflowVisibility Visibility { get; init; }