I have a workspace whose command line call is like so:
fme.exe DwgImporter.fmw
--SourceDataset_ACAD Z:\FME\Data\DWGs\*.dwg
--DestDataset_MSSQL_ADO IHS_TPW
--SourceDataset_GEODATABASE_SDE sde
Is it possible to somehow add my own custom input arguments that can then be read from within the workflow? Something like:
fme.exe DwgImporter.fmw
--SourceDataset_ACAD Z:\FME\Data\DWGs\*.dwg
--DestDataset_MSSQL_ADO IHS_TPW
--SourceDataset_GEODATABASE_SDE sde
--CustomArg1 arg1
--CustomArg2 arg2
Or does anyone know of another way to pass in variables at runtime?