Table of Contents

Class WorkflowsWorkstationServiceCollectionExtensions

Namespace
Acuit.Pinpoint.Workflows.Workstation
Assembly
Acuit.Pinpoint.Workflows.Workstation.dll

Service collection extensions for initializing the Acuit.Pinpoint.Workflows.Workstation library.

public static class WorkflowsWorkstationServiceCollectionExtensions
Inheritance
WorkflowsWorkstationServiceCollectionExtensions
Inherited Members

Methods

AddWorkflowsWorkstation(IServiceCollection)

Adds Acuit.Pinpoint.Workflows.Workstation services to the service collection and initializes the Acuit.Pinpoint.Workflows library.

public static IServiceCollection AddWorkflowsWorkstation(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection

The services instance, to enable chaining.

Remarks

This adds Acuit.Pinpoint.Workflows.Testing services via AddWorkflowsTesting(IServiceCollection) and configures the expression environment options to support types added by this library by adding the following:

  • Assembly reference: Acuit.Pinpoint.Workflows.Workstation
  • Assembly reference: Acuit.Pinpoint.Workstation.Abstractions