> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp

# <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp" /> Class WorkflowStepCreateFollowUp

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for WorkflowStepCreateFollowUp.
Step in workflow.

```csharp theme={null}
public class WorkflowStepCreateFollowUp : WorkflowStepBase
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[WorkflowStepBase](SuperOffice.WebApi.Data.WorkflowStepBase.md) ←
[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md)

#### Inherited Members

[WorkflowStepBase.WorkflowStepId](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_WorkflowStepId),
[WorkflowStepBase.WorkflowId](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_WorkflowId),
[WorkflowStepBase.StepType\_String](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_StepType_String),
[WorkflowStepBase.StepType](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_StepType),
[WorkflowStepBase.Rank](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_Rank),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp__ctor" /> WorkflowStepCreateFollowUp()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public WorkflowStepCreateFollowUp()
```

## Properties

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionTime" /> ActionTime

Workflow action time to wait

```csharp theme={null}
public virtual int ActionTime { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionTimeUnit" /> ActionTimeUnit

Worflow action time unit
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public WorkflowTimeWaitIntervalType? ActionTimeUnit { get; set; }
```

#### Property Value

[WorkflowTimeWaitIntervalType](SuperOffice.WebApi.Data.WorkflowTimeWaitIntervalType.md)?

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[ActionTimeUnit\_String](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionTimeUnit_String)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionTimeUnit_String" /> ActionTimeUnit\_String

Worflow action time unit
Raw string enum value.

```csharp theme={null}
[JsonProperty("ActionTimeUnit")]
public string ActionTimeUnit_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[ActionTimeUnit](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionTimeUnit)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionType" /> ActionType

Workflow action type
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public WorkflowActionType? ActionType { get; set; }
```

#### Property Value

[WorkflowActionType](SuperOffice.WebApi.Data.WorkflowActionType.md)?

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[ActionType\_String](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionType_String)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionType_String" /> ActionType\_String

Workflow action type
Raw string enum value.

```csharp theme={null}
[JsonProperty("ActionType")]
public string ActionType_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[ActionType](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_ActionType)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Agenda" /> Agenda

Agenda

```csharp theme={null}
public virtual string Agenda { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Availability" /> Availability

Availability, Free or Busy
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public FreeBusy? Availability { get; set; }
```

#### Property Value

[FreeBusy](SuperOffice.WebApi.Data.FreeBusy.md)?

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[Availability\_String](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Availability_String)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Availability_String" /> Availability\_String

Availability, Free or Busy
Raw string enum value.

```csharp theme={null}
[JsonProperty("Availability")]
public string Availability_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[Availability](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Availability)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Completed" /> Completed

Follow-up status

```csharp theme={null}
public virtual bool Completed { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Duration" /> Duration

Duration in seconds

```csharp theme={null}
public virtual int Duration { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_FollowUpType" /> FollowUpType

Follow-up type

```csharp theme={null}
public virtual int FollowUpType { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Owner" /> Owner

Follow-up owner

```csharp theme={null}
public virtual int Owner { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_OwnerType" /> OwnerType

Follow-up assignee type
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public WorkflowOwnerType? OwnerType { get; set; }
```

#### Property Value

[WorkflowOwnerType](SuperOffice.WebApi.Data.WorkflowOwnerType.md)?

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[OwnerType\_String](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_OwnerType_String)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_OwnerType_String" /> OwnerType\_String

Follow-up assignee type
Raw string enum value.

```csharp theme={null}
[JsonProperty("OwnerType")]
public string OwnerType_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[WorkflowStepCreateFollowUp](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md).[OwnerType](SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md#SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_OwnerType)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Project" /> Project

Related project

```csharp theme={null}
public virtual int Project { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_WorkflowStepCreateFollowUp_Title" /> Title

Follow-up title

```csharp theme={null}
public virtual string Title { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[WorkflowAgent](SuperOffice.WebApi.Agents.WorkflowAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.WorkflowStepBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepBase.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.WorkflowStepType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepType.md)
- [SuperOffice.WebApi.Data.WorkflowStepCreateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepCreateRequest.md)
- [SuperOffice.WebApi.Data.WorkflowStepCreateSale](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepCreateSale.md)
- [SuperOffice.WebApi.Data.Workflow CreateDefaultWorkflowStepFromTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Workflow_CreateDefaultWorkflowStepFromTypeRequest.md)
