WorkflowStep Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a workflow step.
public ref class WorkflowStep
public class WorkflowStep
type WorkflowStep = class
Public Class WorkflowStep
- Inheritance
-
WorkflowStep
Constructors
WorkflowStep() |
Initializes a new instance of the WorkflowStep class. |
Properties
HostedApplicationId |
Gets or sets the ID of the hosted application that maps to the workflow step. |
IsStepComplete |
Gets or sets a Boolean value that specifies whether a step is complete. |
WorkflowStepAction |
Gets or sets the action for the workflow step. |
WorkflowStepDescription |
Gets or sets the description of this workflow step |
WorkflowStepId |
Gets or sets the workflow step ID. |
WorkflowStepName |
Gets or sets the workflow step name. |
Methods
ReturnACopy() |
Creates a copy of workflow step |
SetStepData(String) |
Deserializes the workflow step data |