An FME workspace writes to a table. After the writers are ready I want that process to continue with other transformers and an other writer which must be writing last. I don't want to create 2 workspaces.
Use FeatureWriters instead of Writers. These have a summary outputport. Connect a Sampler to the summary outputports, set the sampler to last 1 feature, and use that for following transformers and FeatureReaders.