Retrieve - Multiple localized attributes from 1 item

This service returns several localized attributes (e. g., 'Model status', 'Version number', and 'Release') from exactly one item (model, object, or group).

In/Out

Name

Details

Data type

In

Database name

Name of the database in which the function of type Automated task is carried out.

<Text>

In

Database language

Language the service uses for logging in to the database, for example, en for English. You can specify this in more detail, for example, en for English or en_US for English (United States). This is helpful, for example, if English (Australia) has been set in the database, but standard English (USA) has not been set.

If you want to add the country, you need to create a language constant and model it as a language in the data flow.

<Text> or <Language>

In

User login

Login name of the user that is used for carrying out the Automated task function. If no user is defined, arisservice is used.

<Text>

In

Password

Password of the user that is used for carrying out the Automated task function.

<Password>

In

Selected item

This service retrieves multiple localized attributes from exactly one model, one object, or one group, for example, the attributes Description and Author. Either connect a model, object, or group from the preselection of another object of type Human task, Automated task, or Event (process instance started), or enter the GUID.

<Text>

Attributes to be retrieved

Retrieves the selected localized attributes (multiple localized attributes from exactly one item, for example, the following attributes from a model: 'Model status', 'Version number', and 'Release').

In

Type

Either connect several localized attribute types from the preselection of another object of type Human task, Automated task, or Event (process instance started), or enter the API names or GUIDs and use the Create collection operator.

<Text collection>

Locales

Specifies the languages of the attribute that is retrieved. If no language is maintained, the language of the database where the process is started is used.

In

Locale identifiers

Enter the identifier of the languages in the following form, for example, en_US, de_DE.

<Text collection>

In

Fallback locale

Specifies which language for the delivered localized value should be used as fallback.

<Text>

Out

Error

If automation errors occur, context-specific error messages are displayed indicating, for example, that ARIS server is not available.

<Text>

Out

Result

Returns either TRUE or FALSE (Boolean), depending on whether or not the service was successfully performed.

<Boolean>

Attributes

Returns the localized attributes.

Out

Localized values

The required localized attribute values are returned in a list. The attribute values are returned with all the languages available. If a language is not available, the fallback language is used.

<Localized string>

Retrieve - Multiple localized attributes from 1 item