Skip to content

refactor(httpin): remove the embedded manual trigger form - #446

Merged
KillerX merged 1 commit into
fix/heartbeat-polling-activitiesfrom
refactor/remove-dynamic-trigger-form
Aug 14, 2026
Merged

refactor(httpin): remove the embedded manual trigger form#446
KillerX merged 1 commit into
fix/heartbeat-polling-activitiesfrom
refactor/remove-dynamic-trigger-form

Conversation

@KillerX

@KillerX KillerX commented Aug 12, 2026

Copy link
Copy Markdown
Member

7/n of a stack. Base: fix/heartbeat-polling-activities (#445).

GET /trigger served a single hand-written HTML form out of the binary. It was not a UI for the service so much as a bookmark: one workflow, ExportAssetVX, with its watermark path and destinations hardcoded as defaults, submitting to https://temporal-trigger.lan.bcc.media by absolute URL — so it only ever worked from that one deployment, and only for that one export.

The form and its route go, along with the go:embed. /trigger/:job — the endpoint it posted to — is untouched; that is what the FileCatalyst and watcher integrations call.

This does not touch TriggerableWorkflows. The form never read /schemas or /trigger-dynamic, so the second hand-maintained registration list is still live. See the PR discussion — removing it is a separate change with an outward-facing API attached.

🤖 Generated with Claude Code

GET /trigger served a single hand-written HTML form out of the binary. It was
not a UI for the service so much as a bookmark: one workflow, ExportAssetVX,
with its watermark path and destinations hardcoded as defaults, submitting to
https://temporal-trigger.lan.bcc.media by absolute URL. So it only ever worked
from that one deployment, and only for that one export.

The form and its route go, along with the go:embed. /trigger/:job — the endpoint
it posted to — is untouched; that is what the FileCatalyst and watcher
integrations call.

This does not touch TriggerableWorkflows. The form never read /schemas or
/trigger-dynamic, so the second registration list is still live; removing it is
a separate change with an outward-facing API attached.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@KillerX
KillerX merged commit ff310b9 into master Aug 14, 2026
@KillerX
KillerX deleted the refactor/remove-dynamic-trigger-form branch August 14, 2026 07:18
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