UntilActivity Class
This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ControlActivityUntilActivity
Constructor
UntilActivity(*, name: str, expression: _models.Expression, activities: List[_models.Activity], additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, depends_on: Optional[List[_models.ActivityDependency]] = None, user_properties: Optional[List[_models.UserProperty]] = None, timeout: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- name
- str
Required. Activity name.
- type
- str
Required. Type of activity.Constant filled by server.
- description
- str
Activity description.
- depends_on
- list[ActivityDependency]
Activity depends on condition.
- user_properties
- list[UserProperty]
Activity user properties.
- expression
- Expression
Required. An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true.
- timeout
- any
Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])).
Feedback
Submit and view feedback for