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