I found out an interesting difference between UI function "export with references" and Script function ":EXPORT"
- UI Function does not provide any information, which objcts were definitely exported
- SCRIPT function :EXPORT prints a detailed List inc. export count into the report - see below
2018-03-05 11:31:03 -
U00021721 EXPORT, counter '0000000001': Object: 'JOBP.B_5' exported.
2018-03-05 11:31:03 - U00021721 EXPORT, counter '0000000002': Object:
'JOBS.WIN.WORKFLOWCONSTRUCT.WINJOB' exported.
2018-03-05 11:31:03 - U00021721 EXPORT, counter '0000000003': Object:
'JOBI.GENERIC.PRINT_ALL_PARENTS' exported.
2018-03-05 11:31:03 - U00021722 EXPORT. Objects successfully exported to file:
'C:\Temp\EXPORT_Workflowconstruct.xml'. Number of objects: '0000000003'.
cheers, Wolfgang