Enum StepTypeEnum
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum StepTypeEnum
Fields
| Name | Description |
|---|---|
| AssignDataHistoryStep | Assign data history step |
| AssignToHistoryStep | Assign to history step |
| ConditionHistoryStep | Condition history step |
| DecisionHistoryStep | Confirmed decision history step |
| EmailHistoryStep | Email history step |
| EndHistoryStep | End history step |
| ErrorHistoryStep | Error exit history step |
| EventHistoryStep | Event history step for workflow wait activity. |
| GeneralErrorDecisionHistoryStep | Confirmed general error history step |
| MultipleConditionHistorySteps | Condition history step with multiple conditions at once. |
| OutOfOfficeHistotyStep | Out of office history step |
| ReassignHistoryStep | Reassign task history step |
| RequestDecisionHistoryStep | Confirmed decision history step from request. |
| RequestEndHistoryStep | End history step from request. |
| RequestInProgressHistoryStep | In progress history step for request. |
| RequestStartHistoryStep | Start history step from request. |
| RestartWorkflowHistoryStep | Restart workflow. |
| StartHistoryStep | Start history step |
| StopHistoryStep | Stop workflow history step |
| TaskInProgressHistoryStep | Task in progress history step |
| TimeoutHistoryStep | Time out history step |
| WaitHistoryStep | Wait history step for workflow wait activity. |
| WebServiceHistoryStep | Web service history step |