Interface IFlowRunTask<TSchedule>
Interface for a flow run task content item.
Inherited Members
Namespace: Tableau.Migration.Content.Schedules
Assembly: Tableau.Migration.dll
Syntax
public interface IFlowRunTask<TSchedule> : IWithSchedule<TSchedule>, IContentReference, IEquatable<IContentReference>, IRestIdentifiable where TSchedule : ISchedule
Type Parameters
| Name | Description |
|---|---|
| TSchedule |
Properties
ConsecutiveFailedCount
Gets the consecutive failed count.
Declaration
int ConsecutiveFailedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Flow
Gets the flow run task's flow.
Declaration
IContentReference Flow { get; set; }
Property Value
| Type | Description |
|---|---|
| IContentReference |
Priority
Gets the flow run task priority.
Declaration
int Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Type
Gets the flow run task type.
Declaration
string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |