FAQs: Triggers
Are attributes case-sensitive in Architect workflows?
Yes, attributes used in Architect workflows are case-sensitive. When you reference an… [More]
Do triggers always execute in a specific order?
Triggers typically execute in the same general order as events occur, but… [More]
How quickly will a trigger invokes the workflow?
Most workflows start immediately after the event or after the set configured… [More]
If I set a TTL, will it ensure that the workflow will not start after the specified time?
No. Even with a TTL in place, a workflow can still start… [More]
What is the size limit for each variable passed in to a flow?
The variable maximum size is 32000 characters and any variable larger than this… [More]
What scenarios should my trigger workflow handle?
The workflow must be able to handle the following scenarios: Being triggered more… [More]
Why does my trigger fail unexpectedly?
When you configure variables in the workflow, set them as input if… [More]
Why does my trigger get invoked more than once for the same event?
The most common reason for a trigger to get invoked multiple times… [More]
