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
Could it be possible to add a "Demo" directory in the code to test quickly that library.
That directory could contain :
The simple examples explain in the documentation : ShippingWorkflow, WelcomeWorkflow, SimpleWorkflow, GatewayWorkflow, SplitJoinWorkflow, LoopWorkflow, WaitWorkflow
A full complete example extracted from real life
The text was updated successfully, but these errors were encountered:
@mlier you make a good point. We don't really have an instant Demo feature. I believe we could host a demo app on Heroku, to show the framework in action. @SebastianKapunkt since you are so eager to help out, maybe you'd like to create an app (or better "Deploy to Heroku" button) based on the tutorial app? Best, Joe
Could it be possible to add a "Demo" directory in the code to test quickly that library.
That directory could contain :
The text was updated successfully, but these errors were encountered: