DMConfig_ClassTypeGetObjectStatesList

Description

This activity returns the list of all the ObjectStates a ClassType has.


Class Type

ClassTypeExternalId InArgument<String>

The ExternalID of the class type to get the ObjectStates from. If ClassTypeId and ClassTypeExternalId are filled in at the same time, ClassTypeExternalId will be ignored.

ClassTypeId InArgument<Int32?>

The ID of the class type to get the ObjectStates from. If ClassTypeId and ClassTypeExternalId are filled in at the same time, ClassTypeExternalId will be ignored.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Misc