30 questions across 6 areas — workflow design, cost efficiency, document pipelines, and more. Find where your Temporal setup will break before it does.
Do you have a documented map of your full workflow hierarchy — every parent, child, and spawn point?
Is there a programmatic cap (max depth or max children) on how many sub-workflows your system can spawn?
Have you verified that no single workflow execution exceeds 10,000 events in its history?
Is `continue-as-new` implemented in any looping or long-running workflow?
Are workflow payloads passed by reference (not raw file bytes or base64 blobs) between parent and child workflows?