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 valueDescription
namenull

Jump directly to given task according to the condition.

Arguments

ArgumentTypeDefault valueDescription
conditionnull
namenull
defaultNone

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

Arguments

ArgumentTypeDefault valueDescription
tasknull
keywordnull
argsnull

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

Arguments

ArgumentTypeDefault valueDescription
tasknull
keywordnull
argsnull

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

Arguments

ArgumentTypeDefault valueDescription
namenullName of next task
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 valueDescription
conditionnullCondition expression to evaluate
namenullName of next task, if successful
defaultNoneName of next task, if unsuccessful
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 valueDescription
tasknull
keywordnull
argsnull

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

Arguments

ArgumentTypeDefault valueDescription
tasknull
keywordnull
argsnull