GoogleCloudIntegrationsV1alphaNextTaskArgs

data class GoogleCloudIntegrationsV1alphaNextTaskArgs(val condition: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val taskConfigId: Output<String>? = null, val taskId: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaNextTaskArgs>

The task that is next in line to be executed, if the condition specified evaluated to true.

Constructors

fun GoogleCloudIntegrationsV1alphaNextTaskArgs(condition: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, taskConfigId: Output<String>? = null, taskId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIntegrationsV1alphaNextTaskArgs

Properties

Link copied to clipboard
val condition: Output<String>? = null

Standard filter expression for this task to become an eligible next task.

Link copied to clipboard
val description: Output<String>? = null

User-provided description intended to give additional business context about the task.

Link copied to clipboard
val displayName: Output<String>? = null

User-provided label that is attached to this edge in the UI.

Link copied to clipboard
val taskConfigId: Output<String>? = null

ID of the next task.

Link copied to clipboard
val taskId: Output<String>? = null

Task number of the next task.