Cross task execution
A common pattern in compose apps is to trigger tasks from other tasks, this can be done either by creating an http trigger and calling it with fetch(), or by using the callTask() function. Typically you’ll want to use callTask().Basic Example
Examples
Call task in a loop
Next Steps
Task Triggers
Trigger tasks from cron, the CLI and via HTTP
Using Packages
You can use any sandbox compatible typescript packages with any package manager.