Until Activity Args
constructor(activities: Output<List<Any>>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, expression: Output<ExpressionArgs>, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, state: Output<Either<String, ActivityState>>? = null, timeout: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)