| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | name | |||
| type(rule), | public, | dimension(:), allocatable | :: | rules |
type :: workflow character(len=:),allocatable :: name type(rule),dimension(:),allocatable :: rules end type workflow