elsa-core
elsa-core copied to clipboard
LogRecord storage at differents levels
This PR init the capability to choose if we want to store input properties and payload (output) of activity in the Activity Execution Log Record regarding the #4799
This PR is necessary for the UI development :
- https://github.com/elsa-workflows/elsa-studio/pull/136
- https://github.com/elsa-workflows/elsa-studio/issues/118
@jdevillard We will merge this once you give us the green light!
Ok I found the issue about yesterday demo ,
it was one case when you revert Workflow Configuration to "Default" so the value of the property was LogPersistenceMode.Default and not LogPersistenceMode.Include or LogPersistenceMode.Exclude so the information was loosed when the algo have to record or not the data.
So now I think It's ok for me !
thx a lot !
Awesome, great job @jdevillard . Many thanks for this!