When you start a new Eclipse IDE and create a new MWE2 workflow you can reference workflows from plugins in the target environment or workspace (within new RCP)
component = @foo.MyWorkflow {}
But this doesn't works for all workflows, some aren't resolvable:
Couldn't resolve reference to Module 'OtherWorkflow'.
Even when copying MyWorkflow, renaming to MyWorkflow2 and restarting the RCP: MyWorkflow2 isn't resolvable.
edit: must be some kind of problem of the xtext referencer, after some time without any changes, also other workflows can be resolved, but after deleting the workspace of the RCP they re-disappear edit2: appears like a bug in 2.3.1, with latest nightly (pre 2.4) all workflows can be resolved