Table of Contents

Class SharedWorkflow

Namespace
JD.AI.Workflows.Store
Assembly
JD.AI.Workflows.dll

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

string

DefinitionJson

public string DefinitionJson { get; init; }

Property Value

string

Description

public string Description { get; init; }

Property Value

string

Id

public string Id { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

PublishedAt

public DateTimeOffset PublishedAt { get; init; }

Property Value

DateTimeOffset

RequiredTools

public IList<string> RequiredTools { get; init; }

Property Value

IList<string>

Tags

public IList<string> Tags { get; init; }

Property Value

IList<string>

Version

public string Version { get; init; }

Property Value

string

Visibility

public WorkflowVisibility Visibility { get; init; }

Property Value

WorkflowVisibility