FlowOS Automation HubPlain-English product documentation

Before you start

  • Workspace, user, approximate time, and affected record known.
  • Permission to view the relevant health or execution evidence.

#Use one repeatable decision path

  1. Confirm workspace, user, role, plan, feature flag, and time window.
  2. Find the relevant execution, delivery, activity, or health record.
  3. Identify the boundary: browser, tenant resolution, database, queue, scheduler, provider, signature, or permission.
  4. Check the prerequisite and exact recorded error.
  5. Correct the cause in staging or with a harmless case.
  6. Retry only after duplicate risk is resolved.

#Match symptoms to evidence

SymptomFirst evidence
Record is missingWorkspace and permission
Workflow did not continueExecution, queue, scheduler, wait, or approval
Webhook rejectedRaw-body signature, timestamp, workspace, rate limit
Duplicate did not runIdempotency record; this may be correct
Connector failedHealth, scope, token refresh, required provider IDs
AI unavailableProvider, key, limit, feature flag, permission
Release unhealthyStrict health and tenant doctor output

#Prepare a safe support request

Include product version or commit, workspace slug, affected feature, approximate time, exact redacted error, execution or delivery reference, steps to reproduce, strict-health result when relevant, and what changed recently. Exclude all passwords, tokens, API keys, webhook secrets, personal data, raw provider payloads, and private URLs.

#Quick answers

Can I run workflows without a queue worker?

Do not rely on web requests for production workflow processing. Supervise the worker and scheduler.

Does rollback undo provider actions?

No. It changes the workflow definition. Resolve external effects separately.

Can one tenant user log in to another workspace?

Only if that workspace has its own authorized account and role.

Does “Configuration required” mean broken?

No. It means credentials or environment setup must be completed and proven.

#Common mistakes

  • Changing several settings before recording the original error.
  • Sharing an unredacted log bundle.
  • Retrying a payment, webhook, or provider write blindly.

#Verify the result

  • The workspace and permission context are confirmed.
  • The failing boundary and prerequisite are known.
  • Duplicate risk is resolved.
  • The support bundle is redacted and reproducible.
Enlarged documentation screenshot