Append Variable Activity Response
data class AppendVariableActivityResponse(val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val name: String, val onInactiveMarkAs: String? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null, val value: Any? = null, val variableName: String? = null)
Append value for a Variable of type Array.
Properties
Link copied to clipboard
Activity depends on condition.
Link copied to clipboard
Activity description.
Link copied to clipboard
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Link copied to clipboard
Activity user properties.
Link copied to clipboard
Name of the variable whose value needs to be appended to.