CreateRelation

Description

This activity creates a relation between two profiles in DocsMarshal.


Misc

CheckIfExist InArgument<Boolean>

Default is False. Set this argumet to True to check if the relation already exists before to insert a new one.

DynamicWorldFrom InArgument<EWorld?>

The world of the first element of the relation. Use this argument when it is necessary to use a value stored in a variable.

DynamicWorldTo InArgument<EWorld?>

The world of the seconf element of the relation. Use this argument when it is necessary to use a value stored in a variable.

ExternalId InArgument<String>

The ExternalId of the relation.

ObjectIdFrom InArgument<Guid> REQUIRED

The ObjectId of the first element of the relation.

ObjectIdTo InArgument<Guid> REQUIRED

The ObjectId of the seconf element of the relation.

Orchestrator InArgument<IManager> REQUIRED

The orchestrator object represents the connection to a DocsMarshal installation.

If you want to work on the running installation it is possible to use the activity . To work on another installation you can use the DocaMarshal Connection fields or, otherwise, it is possible to get it calling the activity DatabaseOrchestrator. If this argument is left blank the activity throws an exception.

StaticWorldFrom EWorld

The world of the first element of the relation. Use this argument when it is necessary to use a static value.

StaticWorldTo EWorld

The world of the seconf element of the relation. Use this argument when it is necessary to use a static value.