Wait Activity Args
data class WaitActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val waitTimeInSeconds: Output<Any>) : ConvertibleToJava<WaitActivityArgs>
This activity suspends pipeline execution for the specified interval.
Constructors
Link copied to clipboard
constructor(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, name: Output<String>, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, waitTimeInSeconds: Output<Any>)