Skip to end of metadata
Go to start of metadata

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.


Need help?

Technical contact to tech@argos-labs.com


May you search all operations,




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.


Text from Image


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.


Text from Image