Skip to content

Generalize workflows for document-free automation - #1083

Merged
paullizer merged 3 commits into
Developmentfrom
feature/1082-general-workflows
Jul 28, 2026
Merged

Generalize workflows for document-free automation#1083
paullizer merged 3 commits into
Developmentfrom
feature/1082-general-workflows

Conversation

@paullizer

@paullizer paullizer commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace the single-pane workflow form with a five-step General, Trigger, Tasks, Reliability, and Review builder for personal and group workflows.
  • Add ordered instruction tasks that share the selected model or agent and receive bounded prior-task output context.
  • Add per-task retries and halt-or-continue error handling, task run items, and task lifecycle events in workflow activity.
  • Keep File Sync and document Search, Analyze, or Compare as optional inputs; document input applies to task one and later tasks consume its result.
  • Preserve workflows without a tasks array on the legacy single-dispatch path.

Validation

  • 12/12 focused functional checks passed across stepped UI, task runtime, generic workflow compatibility, and Direct Model capabilities.
  • JavaScript and Python syntax checks, editor diagnostics, and git diff --check passed.
  • Revision-scoped XSS and broken access control guardrails passed.
  • Azure Playwright module is updated and discoverable, but skipped locally because authenticated SIMPLECHAT_UI_BASE_URL/storage state was unavailable; the fresh local server redirects to Microsoft sign-in.

Fixes #1082

@paullizer
paullizer merged commit 5416912 into Development Jul 28, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant