mirror of
https://github.com/corda/corda.git
synced 2025-02-07 11:30:22 +00:00
* Add information on who started flow on a node with name where possible. Add sealed class holding information on different ways of starting a flow: RPC, peer, shell, scheduled. * Remove invokeFlowAsync from ServiceHub, move it to ServiceHubInternal. We shouldn't be able to start new state machines from inside flows.