# extendify/trunk/src/Agent/workflows/canvas/demo-form-assisted.js

Extendify, version trunk. 12 lines.

- Page: https://pluginprobe.com/plugins/extendify/trunk/code/src/Agent/workflows/canvas/demo-form-assisted.js
- Raw: https://pluginprobe.com/plugins/extendify/trunk/raw/src/Agent/workflows/canvas/demo-form-assisted.js
- Modified: 2026-08-27T17:39:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/trunk/code/src/Agent/workflows/canvas/demo-form-assisted.js#L10-L20`.

```javascript
import { demoFormWorkflow } from '@agent/workflows/canvas/components/demo-form-workflow';
import { __ } from '@wordpress/i18n';
import { sidebar } from '@wordpress/icons';

export default demoFormWorkflow({
	id: 'demo-form-assisted',
	canvas: 'assisted',
	icon: sidebar,
	// translators: Extendify is the brand name and stays as-is. "assisted" names a demo variant where the agent can help fill the form.
	text: __('Extendify demo form assisted', 'extendify-local'),
});

```
