Commit Graph

109 Commits

Author SHA1 Message Date
Eric Allam d553701b74 Display schedule workflow descriptions 2023-01-20 11:01:53 -08:00
James Ritchie 71b4cf3aa5 Added a timed out status final step to the runs page 2023-01-20 11:00:28 -08:00
Eric Allam d3c593cdbf Added ability to timeout triggers so they don’t run too late after the event time 2023-01-20 08:40:00 -08:00
Matt Aitken a720e57508 Sort the workflow list dropdown menu, and dim the disabled ones 2023-01-19 16:46:08 -08:00
Eric Allam 5075df9068 Feature: Enable/Disable & Archive/Unarchive workflows 2023-01-19 13:36:43 -08:00
Matt Aitken 6c05e6ae52 Workflows are listed alphabetically on the org page 2023-01-19 10:05:05 -08:00
Eric Allam 0994308b63 Complete CUSTOM_EVENT steps after ingesting the event 2023-01-18 18:45:13 -08:00
Eric Allam 5de2a1aec2 Fixed issue with workflow runs not completing when the run function returned undefined or null 2023-01-18 18:09:05 -08:00
Matt Aitken 125aafe79a Made providers a public package: @trigger.dev/providers 2023-01-14 15:42:39 +00:00
Matt Aitken 00ceb2a1ab Runs with null finished time are sorted to the end 2023-01-12 20:56:20 +00:00
James Ritchie 21f0b0af71 Updated the way the trigger icons work to be simpler 2023-01-11 15:34:36 +00:00
Matt Aitken c5eab67115 Removed stepStatus function, not needed anymore 2023-01-10 20:08:44 +00:00
Matt Aitken 783dbab398 Step status now pulls through 2023-01-10 20:07:58 +00:00
Matt Aitken 8b5cdd5a37 Creating a variant is partially working, produces an error which there’s a new state for 2023-01-10 19:18:36 +00:00
Matt Aitken 120601a3e5 Shopify WIP 2023-01-10 11:15:22 +00:00
James Ritchie a42eb618b5 Added a warning state if you don’t have your API connected for a workflow 2023-01-10 10:13:32 +00:00
Matt Aitken 8d0bac836f Don’t just get the accessToken, get the additional fields as well 2023-01-09 16:01:37 +00:00
Matt Aitken af326df070 internal-providers package now uses a JavaScript object instead of YML 2023-01-09 12:48:00 +00:00
Matt Aitken d463a60ff2 Renamed package “internal-integrations” to “internal-providers” 2023-01-09 12:48:00 +00:00
Matt Aitken 13030f5511 Better version of custom event trigger title 2023-01-06 18:43:34 +00:00
Matt Aitken f9431545bc Better version of workflow list 2023-01-06 18:21:36 +00:00
Matt Aitken dfa3435037 Integrations can be enabled just for admins, or turned off for everyone 2023-01-06 12:05:02 +00:00
Eric Allam a8913b38fa Organized imports 2023-01-05 18:08:08 +00:00
Eric Allam 6328fc3b36 Order steps by a wss supplied timestamp 2023-01-05 18:06:41 +00:00
Eric Allam 3d4488946a Finish renaming interrupted to disconnected 2023-01-05 13:29:17 +00:00
Matt Aitken ef53cb78a4 Run statuses filter showing all of them 2023-01-05 12:13:51 +00:00
Matt Aitken 70d3eaaefc The runs list now respects the current environment 2023-01-05 12:02:59 +00:00
Matt Aitken 07a3466cbb We get the workflow run statuses from the Prisma types 2023-01-05 11:55:58 +00:00
Eric Allam 2ef56e4ad0 Sort runs by createdAt instead of startedAt 2023-01-05 11:36:23 +00:00
Eric Allam 03f6c32051 Fixed some issues with disconnected runs and started the renaming process 2023-01-05 11:07:45 +00:00
Eric Allam f00e3c8633 The host now publishes the START_WORKFLOW_RUN message so there isn’t a race condition 2023-01-05 10:39:46 +00:00
Eric Allam edb1d9c95f Added new INTERRUPTION step type to be able to display it in the UI 2023-01-04 17:23:09 +00:00
Eric Allam 17683d2377 Workflow runs can now be interrupted and retried 2023-01-04 15:26:15 +00:00
Eric Allam 48bacb0e60 Make workflow run steps idempotent 2023-01-04 13:39:28 +00:00
Matt Aitken b273be514a Show delay node 2023-01-02 18:42:32 +00:00
Matt Aitken 60e9666a09 Access token now uses either Pizzly or grabs the API key from the db 2023-01-02 18:13:00 +00:00
Matt Aitken e9cbb530f6 Split the API connection endpoints into POST and PUT, ready for API key work 2023-01-02 18:13:00 +00:00
Eric Allam ae63b49251 Initial work on the delay functionality 2023-01-02 13:41:11 +00:00
Matt Aitken 3b34ac19dc Get more workflow info from org 2022-12-30 17:19:25 +00:00
Matt Aitken 616f03a3b8 Added retries if they happened 2022-12-30 16:44:38 +00:00
Matt Aitken 6a4c99bf0e Requests show the input and output 2022-12-30 16:39:19 +00:00
Matt Aitken 89ac379ce0 Fix for RunsTable on the overview page 404ing 2022-12-30 15:57:51 +00:00
Matt Aitken 3a4d245f37 Request run steps are now displaying with an error and connect button 2022-12-30 14:54:29 +00:00
Matt Aitken df7d0197eb Get request info and display basics in the run step 2022-12-30 14:20:14 +00:00
Matt Aitken 6769b2b4df Added integration request to the workflow run 2022-12-30 12:35:15 +00:00
Matt Aitken 7248fc3a3f API connect buttons for external services as well as sources 2022-12-30 11:51:20 +00:00
Matt Aitken 61f7dfc4da Integrations in the web app now use the yml file 2022-12-29 15:36:28 +00:00
Eric Allam 8b7dafcf2d WIP sending/receiving requests 2022-12-29 15:29:49 +00:00
Matt Aitken 0738e1e57d Re-run button working 2022-12-29 13:02:22 +00:00
Matt Aitken 9a13fcaae1 Test uses the most recent run payload 2022-12-29 12:42:39 +00:00