You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't found "how to update custom activities" in the documentation so I thought I'd throw in my dream answer. My use case for Elsa would be a central server to coordinate lots of little custom activities defined in C# code. Like you hoped to find inside the BizTalk book before reading Chapter 1.
In this scenario the server would rarely be updated but the activities would change regularly.
To make that possible the server would load activities from a nuget package feed and have some basic versioning rules like "use latest minor" so I could just push new versions of the activities and the next run would use that updated code. Maybe an advanced version would fallback to previous on failure X logic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I haven't found "how to update custom activities" in the documentation so I thought I'd throw in my dream answer. My use case for Elsa would be a central server to coordinate lots of little custom activities defined in C# code. Like you hoped to find inside the BizTalk book before reading Chapter 1.
In this scenario the server would rarely be updated but the activities would change regularly.
To make that possible the server would load activities from a nuget package feed and have some basic versioning rules like "use latest minor" so I could just push new versions of the activities and the next run would use that updated code. Maybe an advanced version would fallback to previous on failure X logic.
Anyhoo, just dreaming.
Beta Was this translation helpful? Give feedback.
All reactions