elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

LogRecord storage at differents levels

Open jdevillard opened this issue 1 year ago • 3 comments

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 avatar Feb 08 '24 21:02 jdevillard

@jdevillard We will merge this once you give us the green light!

sfmskywalker avatar Mar 21 '24 20:03 sfmskywalker

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 !

jdevillard avatar Mar 22 '24 08:03 jdevillard

Awesome, great job @jdevillard . Many thanks for this!

sfmskywalker avatar Mar 22 '24 10:03 sfmskywalker