ping
Toggle table of contents
0.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
ping
orchestrate
/
com.pingidentity.orchestrate
/
SuccessNode
Success
Node
data
class
SuccessNode
(
val
input
:
JsonObject
=
buildJsonObject {}
,
val
session
:
Session
)
:
Node
(
source
)
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.