Case Action
This function is one of Action Operation. You can find the movie in ARGOS video tutorial.
Case Action | |
|---|---|
Author: Brad Kim
Primary Features The Case Action operation is one of the signature operations/plugins on the STU Toolbox. I It helps you design a BOT with a complex decision-making capability much similar to human’s decision-making processes in real life. It can take any input and navigate your BOT to any steps depending on the predefined rules.
|
Input Required
Any input value (variable can be used but wildcard (*) cannot be used.)
Matching value and its action (at least one has to be selected)
Proceed
Abort with Error
Abort with No Error
Jump to Operation
Jump to Step
Input Optional
More matching value and its action (at least one has to be selected)
Proceed
Abort with Error
Abort with No Error
Jump to Operation
Jump to Step
No Case
If no match in the list of matching values, the operation just PROCEEDS without any messages
Output
None
Parameter Setting Examples
When used by itself
A sample bot above takes input from a user asking to enter greetings then Case Action will display only the greetings are hello or goodbye.
When used with Case Decision
A sample bot opens excel and analyze values with Case Decision and then give the results to the Case Action operation.