Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class WorkflowStepCreateFollowUp : WorkflowStepBase
public WorkflowStepCreateFollowUp()
public virtual int ActionTime { get; set; }
[JsonIgnore] public WorkflowTimeWaitIntervalType? ActionTimeUnit { get; set; }
[JsonProperty("ActionTimeUnit")] public string ActionTimeUnit_String { get; set; }
[JsonIgnore] public WorkflowActionType? ActionType { get; set; }
[JsonProperty("ActionType")] public string ActionType_String { get; set; }
public virtual string Agenda { get; set; }
[JsonIgnore] public FreeBusy? Availability { get; set; }
[JsonProperty("Availability")] public string Availability_String { get; set; }
public virtual bool Completed { get; set; }
public virtual int Duration { get; set; }
public virtual int FollowUpType { get; set; }
public virtual int Owner { get; set; }
[JsonIgnore] public WorkflowOwnerType? OwnerType { get; set; }
[JsonProperty("OwnerType")] public string OwnerType_String { get; set; }
public virtual int Project { get; set; }
public virtual string Title { get; set; }
Was this page helpful?