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
Hi Daniel, Just like to say thank you for creating such an awesome package.
We have built a UI that wraps around the workflow core engine (basically replicating what Conductor does). However, we don't persist any of our definitions to a store instead we just build them using the Fluent API and they are stored in memory at runtime.
We're hoping that we can do the opposite of what this method does and map a definition from the registry to the domain model.
I've started doing a POC but were just wondering if you have already done this in a feature branch somewhere.
Any help will be greatly appreciated
Thanks,
Paul
The text was updated successfully, but these errors were encountered:
Hi Daniel, Just like to say thank you for creating such an awesome package.
We have built a UI that wraps around the workflow core engine (basically replicating what Conductor does). However, we don't persist any of our definitions to a store instead we just build them using the Fluent API and they are stored in memory at runtime.
We're hoping that we can do the opposite of what this method does and map a definition from the registry to the domain model.
I've started doing a POC but were just wondering if you have already done this in a feature branch somewhere.
Any help will be greatly appreciated
Thanks,
Paul
The text was updated successfully, but these errors were encountered: