Class ScheduleFlowRunTask
Class for a schedule flow run task.
Inheritance
object
ScheduleFlowRunTask
Implements
Namespace: Tableau.Migration.Content.Schedules.Server
Assembly: Tableau.Migration.dll
Syntax
public class ScheduleFlowRunTask : IScheduleFlowRunTask
Constructors
ScheduleFlowRunTask(FlowRunType)
Constructor to build from a AddFlowTaskToScheduleResponse.TaskType.FlowRunType.
Declaration
public ScheduleFlowRunTask(AddFlowTaskToScheduleResponse.TaskType.FlowRunType response)
Parameters
| Type | Name | Description |
|---|---|---|
| AddFlowTaskToScheduleResponse.TaskType.FlowRunType | response | The response to build from. |
ScheduleFlowRunTask(FlowRunType)
Constructor to build from a FlowRunTasksResponse.TaskType.FlowRunType.
Declaration
public ScheduleFlowRunTask(FlowRunTasksResponse.TaskType.FlowRunType response)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowRunTasksResponse.TaskType.FlowRunType | response | The response to build from. |
Properties
ConsecutiveFailedCount
Gets the consecutive failed count.
Declaration
public int ConsecutiveFailedCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
FlowId
Gets the flow ID.
Declaration
public Guid? FlowId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
FlowName
Gets the flow name.
Declaration
public string? FlowName { get; }
Property Value
| Type | Description |
|---|---|
| string |
FlowParameterRuns
Gets the flow parameter runs.
Declaration
public IReadOnlyList<IFlowParameterRun> FlowParameterRuns { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<IFlowParameterRun> |
Id
Gets the flow run task ID.
Declaration
public Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Priority
Gets the flow run task priority.
Declaration
public int Priority { get; }
Property Value
| Type | Description |
|---|---|
| int |
ScheduleId
Gets the schedule ID.
Declaration
public Guid? ScheduleId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Type
Gets the flow run task type.
Declaration
public string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |