ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
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.