twenty/packages/twenty-server
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
..
@types feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
patches Improve demo seed (#7125) 2024-09-18 17:35:08 +02:00
scripts feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
src Add output to workflow run (#7276) 2024-09-30 18:45:44 +02:00
test Handle migration of Phone field to Phones field (#7128) 2024-09-24 16:31:30 +02:00
.env.example fix(6423): add username and password for redis connection (#6745) 2024-09-04 16:56:37 +02:00
.env.test feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
.eslintrc.cjs feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
.gitignore feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
.prettierignore Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
.prettierrc Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
.swcrc feat: twenty orm for standard and custom objects (#6178) 2024-07-19 18:23:52 +02:00
jest-integration.config.ts feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
jest.config.ts feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
nest-cli.json Serverless function improvements (#6769) 2024-09-02 15:25:20 +02:00
package.json Tag main as 0.31 canary (#7332) 2024-09-30 11:42:06 +02:00
project.json feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
tsconfig.build.json chore: set up twenty-emails config so build isn't needed in development (#3619) 2024-01-29 06:17:12 -03:00
tsconfig.json feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00
tsconfig.scripts.json feat: add integration tests (#6923) 2024-09-20 11:02:52 +02:00