Interface IFlowRunTaskConverter<TSourceTask, TTargetTask>
Interface for converting flow run tasks from one type to another.
Inherited Members
Namespace: Tableau.Migration.Engine.Conversion.FlowRunTasks
Assembly: Tableau.Migration.dll
Syntax
public interface IFlowRunTaskConverter<TSourceTask, TTargetTask> : IContentItemConverter<TSourceTask, TTargetTask>
Type Parameters
| Name | Description |
|---|---|
| TSourceTask | The source flow run task type. |
| TTargetTask | The target flow run task type. |