Hi @shikhasoni1, I think you should commit both paths /var and
/config.Here is the main reason why: under /config you are storing your
workflow models as a base, but under /var you are storing executable
version of your model.When you will run new instance of workflow
executable version, so the one stored under /var, it will be used to
create new workflow instance. If you will not keep your /var updated you
will end up with state that outdated workflow models are used. It is
also good to keep /c...