Namespace Acuit.Pinpoint.Workflows
Classes
- ActivityContext
The context available to an activity during its execution.
- ValueSource
The base class for a value source.
- ValueSourceTypeConverter
A type converter for converting strings to ValueSource or ValueSource<T>.
- ValueSource<T>
An workflow value source.
- Workflow
Provides a WorkflowSource that loads workflows from various sources.
- WorkflowDataContext
A class used to exchange data with the world outside of the workflow (e.g., WPF), as inputs to the workflow, bindable data while a workflow is executing, and outputs from the workflow.
- WorkflowException
The exception that is thrown when a workflow error occurs.
- WorkflowHost
Provides a host for a single instance of a workflow. Hosts provide access to the workflow data context and the ability to raise workflow events.
- WorkflowInvoker
Provides static methods for invoking workflows.
- WorkflowSource
Represents a workflow.
- WorkflowSourceConverter
Converts a WorkflowSource to and from other data types.
- WorkflowXamlSchemaContext
A XamlSchemaContext that provides services related to workflow XAML.
- WorkflowXamlServices
Provides services (static methods) for loading workflows from XAML.
- WorkflowsServiceCollectionExtensions
Service collection extensions for initializing the Acuit.Pinpoint.Workflows library.
- WorkflowsServiceProviderExtensions
Workflows-related extension methods for IServiceProvider.
Interfaces
- IVariablesStorage
A workflow variables storage container.
Delegates
- WorkflowEventHandler<TEvent>
A workflow event bus event handler delegate.