elsa-workflows / elsa-workflows/elsa-core
Feature: Elsa 2.0 Subgraph in IWorkflow
Open
enhancement
prio low
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
Create a subgraph in IWorkflow so that a specific sequence of activities can be attached.
```
var nvRemainer = workflow
.Add(...)
.Then();
```
nvRemainer should be StartAt if possible, instead of TestActivity.
#507
Contributor guide
Assessment
This issue has not been assessed yet.