Workflow Step class

The class contains methods and objects that allow you to manage a workflow step. The following figure shows the public structure of the class:

Ee712787.2ed996f1-8079-413e-a6ed-26b8e8987dc9(en-us,MSDN.10).png


The following figure describes the elements of the class:

Element

Description

HostedApplicationID property

Contains the ID of the hosted application that maps to the workflow step.

IsStepComplete property

The property is set to true if the workflow step is complete.

WorkflowStepAction

Contains the action of the workflow step.

WorkflowStepDescription

Contains the description of the workflow step.

WorkflowStepid

Contains the ID of the workflow step.

WorkflowStepName

Contains the name of the workflow step.

ReturnACopy method

The method returns a copy of the workflow step.

SetStepData method

The method is used to set the data of a workflow step.

WorkflowStep method

The constructor of the main class.


Show: