toggle menu
DaVinci client for Android
1.1.0
androidJvm
switch theme
search in API
orchestrate
/
com.pingidentity.orchestrate
/
SuccessNode
Success
Node
data
class
SuccessNode
(
val
input
:
JsonObject
=
buildJsonObject {}
,
val
session
:
Session
)
:
Node
Represents a success node in the workflow.
Members
Constructors
Success
Node
Link copied to clipboard
constructor
(
input
:
JsonObject
=
buildJsonObject {}
,
session
:
Session
)
Properties
input
Link copied to clipboard
val
input
:
JsonObject
session
Link copied to clipboard
val
session
:
Session
The session associated with the success.