glideapps / glideapps/expert-issues

'Wait for condition' in Workflows

Open
#23 1 comment 1 reaction 0 assignees View on GitHub
Size Large Workflows
Dominant language
No language data
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently workflows (scheduled, webhooks, manual) don't have an option way to have a step wait for a condition to be true, it's pretty much all asynchronous as far as I'm aware.

But often we need to wait for condition to be true in order to move to the next step but we don't have this option.

Example:

webhook data comes in and is written to columns and then a Call API needs to use data from one of those columns. Currently there is no way to make the Call API wait for that data.

Solution doesn't need to specifically be "wait for condition", just something like that to make certain steps in a workflow synchronous.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.