The examples in these topics show the types of tasks you can perform within an Automatic Activity.
if serverDown == true then
send Mail
using recipient = "sysAdmin@bea.com",
from = "sysAdmin@bea.com",
message = "Venus server is down. Please check!"
end
INSERT INTO employee (fname, lname, salary, title)
VALUES (firstName, lastName, salary, jobTitle);