You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/workflow/Extensions.FlowLogic.Sessions.kt
+19-7
Original file line number
Diff line number
Diff line change
@@ -82,10 +82,15 @@ fun FlowLogic<*>.initiateFlows(parties: Iterable<AbstractParty>, vararg states:
82
82
*
83
83
* @param sessions The flow sessions that have been provided to the flow.
84
84
* @param states The states that will be used as input or output states in a transaction.
85
+
* @param partyProjection Provides a mechanism to project, or resolve anonymous to well-known identities.
85
86
* @throws FlowException if a required counter-party session is missing for a state participant.
0 commit comments