martmull
|
d99f027e8d
|
400 workflows webhooks trigger (#11041)
https://github.com/user-attachments/assets/dc0ece22-4d87-417f-b9e1-a11c3fd52ce8
|
2025-03-20 10:12:52 +00:00 |
|
Thomas Trompette
|
7b0bf7c4b0
|
Form action field base settings (#11035)
- Add settings for text and number fields
- Settings are for now the same but I still separated with two
components because they will evolve
https://github.com/user-attachments/assets/96b7fffd-c3a1-45b9-aeaa-45d63505de3c
|
2025-03-19 17:44:02 +00:00 |
|
Thomas Trompette
|
0ce91d84c1
|
Allow to add and delete fields (#10990)
- Allow to add a new field
- On field click, display a delete button
- Use id instead of names for fields
https://github.com/user-attachments/assets/4ebffe22-225a-4bae-aa49-99e66170181a
|
2025-03-18 17:24:52 +01:00 |
|
Thomas Trompette
|
f4a362b53a
|
Add base form action without logic (#10811)
<img width="1298" alt="Capture d’écran 2025-03-12 à 15 32 27"
src="https://github.com/user-attachments/assets/8a3140e5-e165-445e-a718-748aa76b525c"
/>
|
2025-03-12 17:05:31 +00:00 |
|
martmull
|
1b0413bf8b
|
Add days schedule trigger (#10800)
<img width="1470" alt="image"
src="https://github.com/user-attachments/assets/660d79ba-60c7-4874-aa82-80a7575366ba"
/>
|
2025-03-12 15:25:07 +00:00 |
|
Baptiste Devessier
|
b49ec864b1
|
Visualize workflow run step output (#10730)
- Displays the output of the selected step in the `Output` tab
- Access to the `Output` tab is prevented when the selected node is
currently executed or was skipped
- Display the status of the workflow run instead of the status of the
workflow version at the top left corner of the workflow run visualizer
- Fixed the icon's color for disabled tabs
- Use text/primary color for the step's name even when the input is
disabled
## Demo: Successful execution
https://github.com/user-attachments/assets/02e492f3-1589-48e9-926e-7edb031d9210
## Demo: Failed execution
https://github.com/user-attachments/assets/73e5ec86-5f38-4306-aa9a-46b2e73950da
Closes https://github.com/twentyhq/core-team-issues/issues/434
|
2025-03-07 17:35:39 +01:00 |
|
Baptiste Devessier
|
cb5f4820d7
|
Visualize workflow run step input (#10677)
- Compute the context the selected step had access to during its
execution and display it with the `<JsonNestedNode />` component
- Ensure several steps with the same name can be displayed in order
- Prevent access to the input tab in a few cases
- Hide the input tab when the trigger node is selected as this node
takes no input
- Hide the input tab when the selected node has not been executed yet or
is currently executed
- Fallback to the Node tab when the Input tab can't be accessed
## Successful workflow execution
https://github.com/user-attachments/assets/4a2bb5f5-450c-46ed-b2d7-a14d3b1e5c1f
## Failed workflow execution
https://github.com/user-attachments/assets/3be2784e-e76c-48ab-aef5-17f63410898e
Closes https://github.com/twentyhq/core-team-issues/issues/433
|
2025-03-06 17:49:10 +01:00 |
|
Baptiste Devessier
|
8bd9bc9d31
|
Make the frontend resilient to old workflow run output formats (#10522)
- Create zod schemas for everything related to a workflow run
- Update the types to be inferred from the zod schemas
- Improper workflow run outputs will render a blank screen; we could
show an error in the future
https://github.com/user-attachments/assets/8e666c3e-82b0-4ab5-8804-2f70130ea257
|
2025-02-27 10:36:19 +01:00 |
|