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

ArgumentTypeDefault value
namenull

Jump directly to given task according to the condition.

Arguments

ArgumentTypeDefault value
conditionnull
namenull
defaultNone

Executes given keyword and jumps to given task if it fails.

Arguments

ArgumentTypeDefault value
tasknull
keywordnull
argsnull

Executes given keyword and jumps to given task if it succeeds.

Arguments

ArgumentTypeDefault value
tasknull
keywordnull
argsnull

Set the next task to be executed. Should be a task in the same suite.

Arguments

ArgumentTypeDefault value
namenull
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

ArgumentTypeDefault value
conditionnull
namenull
defaultNone
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

ArgumentTypeDefault value
tasknull
keywordnull
argsnull

Executes given keyword and sets the next task if it succeeds.

Arguments

ArgumentTypeDefault value
tasknull
keywordnull
argsnull