Skip to content

Use code instead of the packages #906

Answered by sfmskywalker
riatdyl asked this question in Q&A
Discussion options

You must be logged in to vote

That is certainly possible. You could fork the project and make any changes you want.

However, it might be more interesting still to use the packages, since they would include new features and bug fixes. You can still get those by updating your fork of course, but might be less convenient.

When using the packages, you can still add your own activities without changing Elsa itself.

Regarding the ability to not use any of the existing activities, you can make that work too. All you would have to do from your own startup class is call this:

services.AddElsa(elda => elsa.NoCoreActivities())

PS. This is all Elsa 2. For Elsa 1, you would have to fork the project.

Replies: 1 comment 16 replies

Comment options

You must be logged in to vote
16 replies
@giannik
Comment options

@riatdyl
Comment options

@riatdyl
Comment options

@riatdyl
Comment options

@sfmskywalker
Comment options

Answer selected by riatdyl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants