corda / net.corda.core.flows / FlowInitiator / invocationContext

invocationContext

val invocationContext: InvocationContext

Returns an InvocationContext, which is equivalent to this object but expressed using the successor to this class hierarchy (which is now deprecated). The returned object has less information than it could have, so prefer to use fetch an invocation context directly if you can (e.g. in net.corda.core.messaging.StateMachineInfo)