Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface ICustomDesignerParameterFormatProvider

OptimaJet.Workflow.Plugins.CustomWorkflowProviders.ICustomDesignerParameterFormatProvider

public interface ICustomDesignerParameterFormatProvider : IDesignerParameterFormatProvider

Methods

bool ValidateActionsFormats(out List<string> actions, bool withExceptions = false) #

Parameters

Name
Type
Description
actions
List<String>
withExceptions
Boolean

Returns

Type
Description
Boolean
bool ValidateActionsAsyncFormats(out List<string> actionsAsync, bool withExceptions = false) #

Parameters

Name
Type
Description
actionsAsync
List<String>
withExceptions
Boolean

Returns

Type
Description
Boolean
bool ValidateConditionsFormats(out List<string> conditions, bool withExceptions = false) #

Parameters

Name
Type
Description
conditions
List<String>
withExceptions
Boolean

Returns

Type
Description
Boolean
bool ValidateConditionsAsyncFormats(out List<string> conditionsAsync, bool withExceptions = false) #

Parameters

Name
Type
Description
conditionsAsync
List<String>
withExceptions
Boolean

Returns

Type
Description
Boolean

Derived Types