Append Variable Activity Args
constructor(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, value: Output<Any>? = null, variableName: Output<String>? = null)