CraueFormFlowBundle
CraueFormFlowBundle copied to clipboard
Better management of InstanceId of Flow.
Currently I have to use single instance of Flow. (so when user leaves and returns - he needs to back on same step he was before). I'm trying to override getInstanceId() to be user id, but so far without success.
My proposal is to separate instance management of flow to another class.