Commit Graph

27 Commits

Author SHA1 Message Date
Eric Allam f9208f45a7 Breakout slack into it’s own package 2023-01-30 13:25:55 +00:00
Matt Aitken 31e7b77fe7 Improved docs and fixed switch fallthrough in example 2023-01-27 18:04:00 -08:00
Matt Aitken f5b88ce272 Deal with optional in Slack example 2023-01-27 16:46:47 -08:00
Matt Aitken 2d72c112f3 Fix for dropdown schema failure. Added nice example 2023-01-27 16:45:21 -08:00
Matt Aitken ffacc2fb6d Added a static select dropdown and lots more schema work 2023-01-27 14:58:32 -08:00
Matt Aitken 9f935cdd3b Use jsx-slack in the Slack example 2023-01-27 13:44:00 -08:00
Matt Aitken 74df0b702b Fix for example workflow when mesage is undefined 2023-01-27 12:57:50 -08:00
Eric Allam 057a13b52c Slack integration improvements
- Add ability to trigger workflows on block actions
- Add reactions
- Add ability to respond to a block action interaction
2023-01-27 15:55:55 +00:00
Matt Aitken bce1bd1314 Example with a Slack post that looks like it’s from someone else 2023-01-24 23:33:27 -08:00
Matt Aitken 972444da16 Slack example with lots of blocks 2023-01-24 20:14:13 -08:00
Matt Aitken 0980927cea Created a tsconfig for the examples, and got them all setup 2023-01-21 13:32:14 -08:00
Matt Aitken 111b0c76a7 Posting to Slack uses either channelId or channelName 2023-01-20 14:09:32 -08:00
Matt Aitken 81f26d4ec3 Slack example delay reduced to 5 seconds 2023-01-19 16:46:21 -08:00
Matt Aitken b65954214f Moving to node 16 2023-01-12 13:22:06 +00:00
Eric Allam 6328fc3b36 Order steps by a wss supplied timestamp 2023-01-05 18:06:41 +00:00
James Ritchie cdec1263d3 Edited the Slack example to include more states 2023-01-05 11:39:32 +00:00
Eric Allam 29df14e7d7 Tests and reruns now redirect to the run page 2023-01-05 11:31:30 +00:00
Eric Allam 22e02bcef4 Cleanup TriggerServer instances when the connection is lost 2023-01-04 14:25:35 +00:00
Eric Allam 48bacb0e60 Make workflow run steps idempotent 2023-01-04 13:39:28 +00:00
Matt Aitken 5fca5f62b1 Fix for scheduled countdown not displaying correctly 2023-01-02 18:55:33 +00:00
Matt Aitken b44f022ce7 Added a waitUntil as well 2023-01-02 18:49:48 +00:00
Eric Allam d660c581f4 Add support for durable delays (either durations or scheduled times) 2023-01-02 16:17:28 +00:00
Eric Allam 893ed0470f Handle resuming requests when external services are connected 2023-01-02 14:05:55 +00:00
Eric Allam ae63b49251 Initial work on the delay functionality 2023-01-02 13:41:11 +00:00
Eric Allam 8967d5e216 “Resolve” is a better word for that message, and postMessage response schema is always success 2023-01-02 11:50:15 +00:00
Eric Allam 88f8d7e87f Succesfully completing integration requests 2022-12-30 19:10:26 +00:00
Eric Allam 8b7dafcf2d WIP sending/receiving requests 2022-12-29 15:29:49 +00:00