Workflow Inputs
| Name | Description |
|---|---|
| analysis-type | The type of analysis to be performed (this is always collection documents vocabulary terms extraction) |
| collection-item | The item representing the collection from whose documents the vocabulary terms are to be extracted |
| read-level | The read access level that the vocabulary is to have |
Workflow Outputs
| Name | Description |
|---|---|
| analysed-documents-collection-item | The item representing the collection, once the vocabulary extraction is complete |
Work Items
| Name | Description | Action | Duration | Run Locally |
|---|---|---|---|---|
| collection parsing | Parsing of the HTML files of the documents in the collection | [Parse HTML]|parse collection | 10 | true |
| term extraction from collection documents | Extraction of the key terms from the parsed documents | [Analyse]|term extraction from collection documents | 10 | true |
Work Item Workflow Input Connections
| Work Item Input | Workflow Input |
|---|---|
| [collection parsing]|collection-item | collection-item |
| [term extraction from collection documents]|analysis-type | analysis-type |
| [term extraction from collection documents]|read-level | read-level |
Work Item Interconnections
| Work Item Input | Preceding Work Item Output |
|---|---|
| [term extraction from collection documents]|parsed-collection-item | [collection parsing]|parsed-collection-item |
Work Item Workflow Output Connections
| Workflow Output | Work Item Output |
|---|---|
| analysed-documents-collection-item | [term extraction from collection documents]|analysed-documents-collection-item |
Work Item Inputs Check
| Work Item | Work Item Input | Connection td | Workflow Input | Workflow |
|---|---|---|---|---|
| collection parsing | collection-item | -1011_-9223372036854457759 | collection-item | -1011_-9223372036854457989 |
| term extraction from collection documents | analysis-type | -1011_-9223372036854457878 | analysis-type | -1011_-9223372036854457989 |
| term extraction from collection documents | read-level | -1011_-9223372036854457876 | read-level | -1011_-9223372036854457989 |
Workflow Outputs Check
| Workflow Output | Connected Work Item Output |
|---|---|
| analysed-documents-collection-item | [term extraction from collection documents]|analysed-documents-collection-item |