I looked at the contents of the XML and from what I can tell, this just define the workflow model that's used (behind the scenes) + allowing the author/user to input the payload path.
Is my understanding correct?
Thanks
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
that is correct. Workflow model under var is the “runtime” version of the workflow. It has the user’s inputs, selections, etc.
We can see it from this perspective too: while edits are being made to the model in the /conf node, the “runtime” version under /var is intact until the point we sync both.
if you have additional questions feel free to ask. Thank you.
More explanations here : https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://medium.com/%40manumathew28...
Is like you have workflow definition in /conf and instances of that worflow type in /var.
that is correct. Workflow model under var is the “runtime” version of the workflow. It has the user’s inputs, selections, etc.
We can see it from this perspective too: while edits are being made to the model in the /conf node, the “runtime” version under /var is intact until the point we sync both.
if you have additional questions feel free to ask. Thank you.