Interface IScheduleFlowRunTask
Interface for a schedule flow run task.
Namespace: Tableau.Migration.Content.Schedules.Server
Assembly: Tableau.Migration.dll
Syntax
public interface IScheduleFlowRunTask
Properties
ConsecutiveFailedCount
Gets the consecutive failed count.
Declaration
int ConsecutiveFailedCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
FlowId
Gets the flow ID.
Declaration
Guid? FlowId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
FlowName
Gets the flow name.
Declaration
string? FlowName { get; }
Property Value
| Type | Description |
|---|---|
| string |
FlowParameterRuns
Gets the flow parameter runs.
Declaration
IReadOnlyList<IFlowParameterRun> FlowParameterRuns { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<IFlowParameterRun> |
Id
Gets the flow run task ID.
Declaration
Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Priority
Gets the flow run task priority.
Declaration
int Priority { get; }
Property Value
| Type | Description |
|---|---|
| int |
ScheduleId
Gets the schedule ID.
Declaration
Guid? ScheduleId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Type
Gets the flow run task type.
Declaration
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |