Can I trigger another function when one function returns a response.
For example if I have a function Function A can I trigger function B when A completed execution and pass return data as a parameter.
As of now it think that functions trigger are disabled in the cloud.
But, in general you can make a function trigger when any status change of a different function.
Using the functions.*.executions.*.update event.
Then inside the B function you'll need to check that the function has finished successfully and then check the data.
You can find all functions events here: https://appwrite.io/docs/events#functions-events
[Solved]Trigger another function when one function returns response
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...