hello,
Is there a way of extracting data(maybe from loG) about start and end of workspace execution, as long as errors (if there are any?), in order to insert them in a table?
thx,
Nicu
hello,
Is there a way of extracting data(maybe from loG) about start and end of workspace execution, as long as errors (if there are any?), in order to insert them in a table?
thx,
Nicu
Best answer by nielsgerrits
Yes you can use the LogMessageStreamer to do this, getting the first and the last features using Samplers.
What I do (using only a Creator, FeatureReaders and FeatureWriters) is adding DateTimeStampers and VariableSetters / VariableRetrievers to the begin and end of the workspace.
The LogMessageStreamer is probably a more elegant solution, but I'm not sure how it influences perfomance in big workspaces.