DSL vs WorkflowDefinition #1348
adamradocz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have two questions regarding the logic and structure of the project. Hope you can explain it to me. :)
Why is the project uses the DefinitionSource in the DSL, rather then the serializing and seserializing the WorkflowDefinition. It seems an unnecesarry extra layer.
What are the main reasons that the WorkflowDefinition and the WorkflowInstance are two different classes? If I understand it well, the WorkflowDefinition statically describes the workflow, and WorkflowInstance is running based on the WorkflowDefinition.
Thanks very much!
PS.: I just saw the Discussion tab after I have created and issue for this. #1347
Beta Was this translation helpful? Give feedback.
All reactions