According to the documentation:
Document metadata added by steps
For every content object outputted by a Data Hub step, regardless of the step type, Data Hub will add the following document metadata keys and values to the document wrapped by the content object:
datahubCreatedOn
= the date and time at which the document is writtendatahubCreatedBy
= the MarkLogic user used to run the stepdatahubCreatedInFlow
= the name of the flow containing the step being rundatahubCreatedByStep
= the name of the step being rundatahubCreatedByJob
= the ID of the job being run; this will contain the job ID of every flow run on the step, with multiple values being space-delimited
Is there any possibility to add some extra metadata keys and values to the document?