Skip to content

Screenshots

Brian Pond edited this page Aug 30, 2021 · 2 revisions

Screenshots

BTU Task

Tasks are links to Python functions. At a minimum, you must include the full path to the function.

For example, BTU ships with a simple 'ping' function that you can experiment with. The path to that function is:

btu.manual_tests.ping_with_wait

But you can call any function. This enables you to automate tasks like emailing users or customers, creating Sales Invoices, cleaning log tables, or fetching the latest currency exchange rates from the Internet!

Screenshot of a BTU Task

Clone this wiki locally