TAMULib / mod-camunda

Apache License 2.0
0 stars 0 forks source link

Make FileDelegate WRITE FileOp useful #240

Open wwelling opened 5 months ago

wwelling commented 5 months ago

Currently the FileDelegate WRITE is not used in any workflow and simply writes each input variable to a line in a file. This is not useful. To address a requirement of https://github.com/TAMULib/fw-registry/issues/327 we should have the Java FileDelegate specify a target input variable to write to a file. The target variable as a list should be iterated and write an entry per line until further specifications are provided.