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 WorkflowStepCreateRequest : WorkflowStepBase
public WorkflowStepCreateRequest()
public virtual int Category { get; set; }
public virtual string Message { get; set; }
public virtual int Owner { get; set; }
public virtual int Priority { get; set; }
public virtual int RequestType { get; set; }
public virtual int TicketStatus { get; set; }
public virtual string Title { get; set; }
Was this page helpful?