The description for the Extract Context Properties node states “more properties may be added in the future”. I would like the ability to extract more attributes related to job details to allow for better tracking. Currently, the only job-related context variable that can be extracted is context.job.id. I propose adding at least the following variables:
thank you for this, that is a great idea!
Let me sync this internally, but you can already get this with a node right now. You could create a KNIME Component which get this information by entering only the job id
However you cannot get the parameter finished executionAt from inside the job, because this can only be filled when all nodes in your workflow are executed.
If you need an execution time of your workflow at the end, you could also use the Timer Info node and sum the column Execution Time since start.