elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

Feature: Elsa 2.0 Subgraph in IWorkflow

Open Rafael94 opened this issue 4 years ago • 1 comments

Create a subgraph in IWorkflow so that a specific sequence of activities can be attached.

var nvRemainer = workflow
	.Add<StartAt>(...)
	.Then<TestActivity>();

nvRemainer should be StartAt if possible, instead of TestActivity.

#507

Rafael94 avatar Jan 13 '21 06:01 Rafael94

Note: This issue was created as a follow-up to a discussion which was had in #507. Most of the information about the feature request is currently in that linked issue.

craigfowler avatar Mar 04 '21 19:03 craigfowler