twenty/packages/twenty-server/src
Thomas Trompette ca027d6772
Add output to workflow run (#7276)
Example of output stored for following workflow:

<img width="244" alt="Capture d’écran 2024-09-27 à 11 18 06"
src="https://github.com/user-attachments/assets/722bfa96-2dd1-41f7-ab87-d39584ac9efc">

Output:

```
{"steps": [
  {"type": "CODE", "result": {"email": "test@twenty.com"}}, 
  {"type": "SEND_EMAIL", "result": {"success": true}}
]}
```
2024-09-30 18:45:44 +02:00
..
command 6658 workflows add a first twenty piece email sender (#6965) 2024-09-12 11:00:25 +02:00
database Fix viewFilter operand for dateTime fields (#7306) 2024-09-27 19:10:18 +02:00
engine Add output to workflow run (#7276) 2024-09-30 18:45:44 +02:00
modules Add output to workflow run (#7276) 2024-09-30 18:45:44 +02:00
queue-worker Improve snackbar and fix sentry (#7181) 2024-09-21 06:33:15 +02:00
utils feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
app.module.ts Improve snackbar and fix sentry (#7181) 2024-09-21 06:33:15 +02:00
instrument.ts Improve snackbar and fix sentry (#7181) 2024-09-21 06:33:15 +02:00
main.ts Improve snackbar and fix sentry (#7181) 2024-09-21 06:33:15 +02:00