Class GetPublishedWorkflowsRequest
Represents the a request for the GetPublishedWorkflows method.
Inheritance
System.Object
GetPublishedWorkflowsRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetPublishedWorkflowsRequest : ServiceRequest
Constructors
GetPublishedWorkflowsRequest()
Constructor
Declaration
public GetPublishedWorkflowsRequest()
Properties
EntityType
Entity Type. Optional, defaults to Void Entity
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventType
Event Type
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkflowName
Workflow Name. Optional, leave blank to return all workflows for the selected Entity and Event.
Declaration
public string WorkflowName { get; set; }
Property Value
Type | Description |
---|---|
System.String |