GoogleCloudIntegrationsV1alphaTaskConfigTaskExecutionStrategy

enum GoogleCloudIntegrationsV1alphaTaskConfigTaskExecutionStrategy : Enum<GoogleCloudIntegrationsV1alphaTaskConfigTaskExecutionStrategy> , ConvertibleToJava<GoogleCloudIntegrationsV1alphaTaskConfigTaskExecutionStrategy>

Optional. The policy dictating the execution strategy of this task.

Entries

Link copied to clipboard

Default. If the strategy is not set explicitly, it will default to WHEN_ALL_SUCCEED.

Link copied to clipboard

Wait until all of its previous tasks finished execution, then verify at least one of the edge conditions is met, and execute if possible. This should be considered as WHEN_ALL_TASKS_SUCCEED.

Link copied to clipboard

Start execution as long as any of its previous tasks finished execution and the corresponding edge condition is met (since we will execute if only that succeeding edge condition is met).

Link copied to clipboard

Wait until all of its previous tasks finished execution, then verify the all edge conditions are met and execute if possible.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudIntegrationsV1alphaTaskConfigTaskExecutionStrategy
Link copied to clipboard
Link copied to clipboard