Interface IRuleWorkflowService
Represents a service contract for IRuleWorkflowService
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public interface IRuleWorkflowService : IEntityService<RuleWorkflowEntity>, IService
Methods
CreateRuleFromPublishedWorkflow(CreateRuleFromPublishedWorkflowRequest)
Declaration
CreateRuleFromPublishedWorkflowResponse CreateRuleFromPublishedWorkflow(CreateRuleFromPublishedWorkflowRequest request)
Parameters
Returns
GetPublishedWorkflow(GetPublishedWorkflowRequest)
Declaration
GetPublishedWorkflowResponse GetPublishedWorkflow(GetPublishedWorkflowRequest request)
Parameters
Returns
GetPublishedWorkflows(GetPublishedWorkflowsRequest)
Declaration
GetPublishedWorkflowsResponse GetPublishedWorkflows(GetPublishedWorkflowsRequest request)
Parameters
Returns
GetRuleWorkflowsByIdentifier(GetRuleWorkflowsByIdentifierRequest)
Declaration
GetRuleWorkflowsByIdentifierResponse GetRuleWorkflowsByIdentifier(GetRuleWorkflowsByIdentifierRequest request)
Parameters
Returns
Declaration
InvokeConfiguredRuleWorkflowsResponse InvokeConfiguredRuleWorkflows(InvokeConfiguredRuleWorkflowsRequest request)
Parameters
Returns