23 lines
592 B
YAML
23 lines
592 B
YAML
- id: filing
|
|
title: Filing a Complaint
|
|
description: Process for submitting a dispute
|
|
stageId: initiation
|
|
order: 1
|
|
fields:
|
|
- id: filingProcess
|
|
type: text
|
|
label: Filing Process
|
|
placeholder: Describe how disputes are submitted...
|
|
required: true
|
|
|
|
- id: notification
|
|
title: Notification Process
|
|
description: How parties are informed of the dispute
|
|
stageId: initiation
|
|
order: 2
|
|
fields:
|
|
- id: notificationMethod
|
|
type: text
|
|
label: Notification Method
|
|
placeholder: Describe how involved parties are notified...
|
|
required: true |