elsa-workflows/elsa-core

ApiWorkflowProvider

オープン

#1,109 opened on 2021/06/09

 (10 件のコメント) (0 件のリアクション) (1 人の担当者)C# (979 件のフォーク)batch import
enhancementgood first issueprio lowtriaged

Repository metrics

Stars
 (5,486 個のスター)
PR merge metrics
 (平均マージ 1d 17h) (30d で 29 merged PRs)

説明

We currently have 3 workflow providers:

ProgrammaticWorkflowProvider: provides workflow blueprints based on the workflows coded with the fluent Workflow Builder API. DatabaseWorkflowProvider: provides blueprints based on those stored in the database (JSON models stored by the designer). StorageWorkflowProvider: provides blueprints based on JSON files stored on some hard drive or blob storage such as Azure Blob Storage.

We should have a fourth provider that uses the Elsa API endpoints to get workflows from.

Then client apps that run Elsa locally won't have to invoke the Elsa API, but instead take advantage of the workflows provider model.

コントリビューターガイド