Skip to main content

Interface ICustomMixProvider

Inherited Members

ICustomWorkflowActionProvider.ExcludeAction_(string, ExcludeRule)

ICustomWorkflowActionProvider.ExcludeCondition_(string, ExcludeRule)

ICustomWorkflowActionProvider.ExcludeActionAsync_(string, ExcludeRule)

ICustomWorkflowActionProvider.ExcludeConditionAsync_(string, ExcludeRule)

ICustomWorkflowActionProvider.ExcludeAction(string, ExcludeRule)

ICustomWorkflowActionProvider.ExcludeCondition(string, ExcludeRule)

ICustomWorkflowActionProvider.HasInActions(string)

ICustomWorkflowActionProvider.HasInActionsAsync(string)

ICustomWorkflowActionProvider.HasInConditions(string)

ICustomWorkflowActionProvider.HasInConditionsAsync(string)

ICustomWorkflowActionProvider.ValidateActions(out List<string>, bool)

ICustomWorkflowActionProvider.ValidateActionsAsync(out List<string>, bool)

ICustomWorkflowActionProvider.ValidateConditions(out List<string>, bool)

ICustomWorkflowActionProvider.ValidateConditionsAsync(out List<string>, bool)

IWorkflowActionProvider.ExecuteAction(string, ProcessInstance, WorkflowRuntime, string)

IWorkflowActionProvider.ExecuteActionAsync(string, ProcessInstance, WorkflowRuntime, string, CancellationToken)

IWorkflowActionProvider.ExecuteCondition(string, ProcessInstance, WorkflowRuntime, string)

IWorkflowActionProvider.ExecuteConditionAsync(string, ProcessInstance, WorkflowRuntime, string, CancellationToken)

IWorkflowActionProvider.IsActionAsync(string, string)

IWorkflowActionProvider.IsConditionAsync(string, string)

IWorkflowActionProvider.GetActions(string, NamesSearchType)

IWorkflowActionProvider.GetConditions(string, NamesSearchType)

IDisableProvider.Disabled

ICustomDesignerParameterFormatProvider.ValidateActionsFormats(out List<string>, bool)

ICustomDesignerParameterFormatProvider.ValidateActionsAsyncFormats(out List<string>, bool)

ICustomDesignerParameterFormatProvider.ValidateConditionsFormats(out List<string>, bool)

ICustomDesignerParameterFormatProvider.ValidateConditionsAsyncFormats(out List<string>, bool)

IDesignerParameterFormatProvider.GetFormat(CodeActionType, string, string)

ICustomActivityProvider.GetCustomActivities()

ICustomConditionProvider.GetCustomConditions()

Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface ICustomMixProvider : ICustomWorkflowActionProvider, IWorkflowActionProvider, IDisableProvider, ICustomDesignerParameterFormatProvider, IDesignerParameterFormatProvider, ICustomActivityProvider, ICustomConditionProvider

Extension Methods