Create Workflow modal wipes the example definition, leaving an empty textarea #12

Open
opened 2026-09-08 20:57:22 -04:00 by jared · 0 comments
Owner

Overview

public/index.html ships a helpful starter definition inside <textarea id="workflowDefinition">, but showCreateWorkflow() sets that textarea's value to '' every time the modal opens. New users see a blank box with no hint of the expected shape.

Suggested fix

Reset to the example template instead of an empty string (or only clear name/description).

## Overview `public/index.html` ships a helpful starter definition inside `<textarea id="workflowDefinition">`, but `showCreateWorkflow()` sets that textarea's value to `''` every time the modal opens. New users see a blank box with no hint of the expected shape. ## Suggested fix Reset to the example template instead of an empty string (or only clear name/description).
jared added the buguxfrontendpriority/medium labels 2026-09-08 20:57:22 -04:00
Sign in to join this conversation.