Interface ICustomActivityProvider
OptimaJet.Workflow.Core.Runtime.ICustomActivityProvider
Provides custom workflow activities to the runtime.
Namespace: OptimaJet.Workflow.Core.Runtime
public interface ICustomActivityProviderType Hierarchy
- ICustomActivityProvider Current type
- Derived interfaces
- Implementing types
- CustomMixProvider<EnumActions, EnumActionsAsync, EnumConditions, EnumConditionsAsync>
- ProviderProviders<TEnumProviders>
Methods
List<ActivityBase> GetCustomActivities() #Gets the custom activities exposed by the provider.
Returns
Type
Description
List<ActivityBase>A list of custom ActivityBase instances available from this provider.