次の方法で共有


WorkflowStep Class

Definition

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

Applies to