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:
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. |