Class GetPublishedWorkflowsResponse
Represents the response for the GetPublishedWorkflows method.
Inheritance
System.Object
GetPublishedWorkflowsResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetPublishedWorkflowsResponse : ServiceResponse
Constructors
GetPublishedWorkflowsResponse()
Constructor
Declaration
public GetPublishedWorkflowsResponse()
Properties
Workflows
Workflows
Declaration
public ICollection<WorkflowDefinition> Workflows { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Cmc.Core.Workflow.WorkflowDefinition> |