TryCatchStepParameters
open class TryCatchStepParameters(val stepType: QName, val stepName: String, val location: Location, inputManifold: Map<String, RuntimePort>, outputManifold: Map<String, RuntimePort>, optionManifold: Map<QName, RuntimeOption>, val codes: List<QName>) : RuntimeStepParameters(source)
Constructors
Link copied to clipboard
constructor(stepType: QName, stepName: String, location: Location, inputManifold: Map<String, RuntimePort>, outputManifold: Map<String, RuntimePort>, optionManifold: Map<QName, RuntimeOption>, codes: List<QName>)