GetTest

Description

This activity allows to retrieve a Gantt Task Test related data


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.

Input

IdGanttTask InArgument<Guid>

Retrieve test data by the id of the gantt task test. You must use either this property or the 'IdGanttTaskTest' one

IdGanttTaskTest InArgument<Guid>

Retrieve test data by his id. You must use either this property or the 'IdGanttTask' one