Note: You are looking at a static snapshot of documentation related to Robot Framework automations. The most recent documentation is at https://robocorp.com/docs
RPA.Tasks
Jump directly to given task, skipping the rest of the task execution. If run inside a teardown, also skips the rest of the teardown sequence.
Arguments
| Argument | Type | Default value |
|---|---|---|
| name | null |
Jump directly to given task according to the condition.
Arguments
| Argument | Type | Default value |
|---|---|---|
| condition | null | |
| name | null | |
| default | None |
Executes given keyword and jumps to given task if it fails.
Arguments
| Argument | Type | Default value |
|---|---|---|
| task | null | |
| keyword | null | |
| args | null |
Executes given keyword and jumps to given task if it succeeds.
Arguments
| Argument | Type | Default value |
|---|---|---|
| task | null | |
| keyword | null | |
| args | null |
Set the next task to be executed. Should be a task in the same suite.
Arguments
| Argument | Type | Default value |
|---|---|---|
| name | null |
| param name: | Name of next task |
|---|
Set the next task according to the condition. If no default is given, does not modify execution order.
Arguments
| Argument | Type | Default value |
|---|---|---|
| condition | null | |
| name | null | |
| default | None |
| param condition: | Condition expression to evaluate |
|---|---|
| param name: | Name of next task, if successful |
| param default: | Name of next task, if unsuccessful |
Executes given keyword and sets the next task if it fails.
Arguments
| Argument | Type | Default value |
|---|---|---|
| task | null | |
| keyword | null | |
| args | null |
Executes given keyword and sets the next task if it succeeds.
Arguments
| Argument | Type | Default value |
|---|---|---|
| task | null | |
| keyword | null | |
| args | null |