Tanstack Start
General settingsIntegrations & automation

Flow management (UI preview)

Workflow table with view, edit, set approval template, and reset — mock data and TODO API hooks in the current console.

Navigation: /dashboard/setting/general-settings/flow-management (list), /flow-management/edit/{flowId}

Production status

Flow Management renders mock rows and uses TODO handlers for actions such as Set approval template and Reset flow. It does not persist workflow configuration to tenant services in this build.

Intended purpose (product direction)

The in-app description refers to automated workflows and processes. A production release would connect these actions to backend workflow or BPM integrations.

What you can explore

  • Table with row click to view details in a modal.
  • Actions to edit, associate an approval template, or reset (non-persistent in preview).

Permissions

Treat access like any dashboard route; see Permissions. Fine-grained codes may be added when the module is productionized.

Troubleshooting

  • Actions succeed visually but nothing changes in operations: Expected — server mutations are not implemented in the mock layer.
  • Need production workflow changes: Use administrator-supported processes or future API-backed settings.

On this page