Skip to content

Commit d91d1e9

Browse files
committed
docs: update README to align with code
1 parent cd762c3 commit d91d1e9

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,14 @@ Task input is referred to as a "payload" and has the following top-level fields.
7676

7777
Provides configuration for a Task.
7878

79-
| Field Name | Type | Description |
80-
| ------------------- | ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
81-
| description | string | Description of the process configuration |
82-
| upload_options | UploadOptions Object | **CONDITIONAL.** An `UploadOptions` object |
83-
| collection_matchers | [CollectionMatcher Object] | **CONDITIONAL.** An array of `CollectionMatcher` objects used for collection assignment. Mutually exclusive with `upload_options.collections` |
84-
| collection_options | Map<string, Map<string, Any> | Dictionary of collection-specific configuration options |
85-
| tasks | Map<string, Map<string, Any> | Dictionary of task configurations |
86-
| workflow_options | Map<string, Any> | Dictionary of configuration options applied to all tasks in a workflow |
87-
88-
Either `collection_matchers` OR `upload_options.collections` must be provided for
89-
collection assignment. When using `collection_matchers`, each referenced collection must
90-
have upload options available either in `collection_options` or in the global
91-
`upload_options`.
79+
| Field Name | Type | Description |
80+
| ------------------- | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
81+
| description | string | Description of the process configuration |
82+
| upload_options | UploadOptions Object | An `UploadOptions` object |
83+
| collection_matchers | [CollectionMatcher Object] | An array of `CollectionMatcher` objects used for collection assignment. Mutually exclusive with `upload_options.collections` |
84+
| collection_options | Map<string, Map<string, Any> | Dictionary of collection-specific configuration options |
85+
| tasks | Map<string, Map<string, Any> | Dictionary of task configurations |
86+
| workflow_options | Map<string, Any> | Dictionary of configuration options applied to all tasks in a workflow |
9287

9388
### UploadOptions Object
9489

0 commit comments

Comments
 (0)