Workflows are server concept.
Workflow Service
- implements:

IWorkflowService<T>
- extends:

AbstractWorkflowService<T>
Workflow Step
- implements:

IWorkflowStep<T>
- extends:

AbstractWorkflowStep<T>
Representation in the client
Workflows can be represented in the client with Wizard
See Also