Create - News

This service creates a database in which to save the news. The name of the database is input data. If a database already exists with the same name, a number is attached to the name of the new database, for example, <Name>(1).

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

Source item ID

GUID of the model for which the news should be created.

<Decimal>

In

Source item version

Version of the model for which the news should be created. If this field is not explicitly maintained, the last available version is used.

<Decimal>

In

Comment

A text which describes the News.

<Text>

In

News database name

The name of the database where the news is saved. If this database does not exist, it is created. In the Main group, a group with the name News inbox is created. The News inbox group has a sub-group with the name of the database from which the process was started. In this sub-group, an Information carrier diagram is created, which contains an Information carrier object. This is the News item. If this field is not explicitly maintained, the name of the database is ARIS Governance Inbox.

<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. If no specification is made, the default value FALSE is used.

<Boolean>

Out

News object ID

GUID of the Information carrier object that was created in the News database.

<Decimal>

Create - News