SuccessNode
public struct SuccessNode : NodeRepresents a success node in the workflow.
- property input: The input for the success.
- property session: The session for the success.
- 
                  
                  DeclarationSwift nonisolated(unsafe) public let input: [String : Any]
- 
                  
                  DeclarationSwift public let session: Session
- 
                  
                  Initializes a new instance of SuccessNode.DeclarationSwift public init(input: [String : Any] = [:], session: Session)ParametersinputThe input for the success. sessionThe session for the success. 
 View on GitHub
            View on GitHub
          