GetChannelLinkedAssetsTask
Introduction
The GetChannelLinkedAssetsTask uses the OMN API to get all assets linked to a given channel.
Usage
Input is the ID or TID of the channel which linked assets to retrieve. Furthermore the order of the linked assets can be controlled by the parameters described below.
A special input flag controls if a BPMN Error should be used to indicate an error.
Input Variables
| Name | Description | Type | Default Value |
|---|---|---|---|
|
Channel ID (ID or TID is required) |
Long |
|
|
Channel TID (ID or TID is required) |
String |
|
|
Describes by which attribute the linked assets should be sorted. |
String |
path |
|
Describes the sort direction. |
String |
asc |
|
Describes if a BPMN Error should be thrown in case of an error. |
Boolean |
false |
Output Variables
| Name | Description | Type |
|---|---|---|
|
The linked assets for the channelId, channelTid. |
Map<Long, Map<String, Object>> |