I have a parent workspace that successfully launches child workspaces via FMEServerJobSubmitter.
These launch successfully and complete but then the parent workspace does not release the features to the next transformer.It's running on FME Server 2018.1.2 - Build 18590 - win64
I have it to submit jobs in parallel and to wait for jobs to complete which are the settings required but it isn't releasing the features once the child workspace completes.
Log file just hangs with the following line
FMEServerJobSubmitter_2(ServerFactory): http://******** - Running workspace '*******_Child.fmw' in repository '******** Child' in parallel...
Names redacted for security reasons.
As mentioned, child workspaces run successfully.
Nothing in the log files or monitor log files to suggest anything strange is happening and this processed has run successfully before.
Any thoughts?