Class GetPublishedWorkflowRequest
Represents the a request for the GetPublishedWorkflow method.
Inheritance
System.Object
GetPublishedWorkflowRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetPublishedWorkflowRequest : ServiceRequest
Constructors
GetPublishedWorkflowRequest()
Constructor
Declaration
public GetPublishedWorkflowRequest()
Properties
EntityType
EntityType - optional, used when WorkflowVersionId is not specified
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventType
EventType - optional, used when WorkflowVersionId is not specified
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkflowName
Workflow Name - optional, used when WorkflowVersionId is not specified
Declaration
public string WorkflowName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkflowVersionId
Workflow Version Id
Declaration
public int WorkflowVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |