You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine a scenario like this. We have a workflow where we need the author of a Slack message. Maybe a webhook has already processed and created our internal database representation, maybe it hasn't. So, in our job, we need to
try and find the internal record
if we don't have it, make an API call to fetch the data
if the API read succeeds, create the internal record
find the newly created internal record and set the variable
Imagine a scenario like this. We have a workflow where we need the author of a Slack message. Maybe a webhook has already processed and created our internal database representation, maybe it hasn't. So, in our job, we need to
for example:
Should this be something that the DSL makes more straight-forward?
The text was updated successfully, but these errors were encountered: