GetArgInParameter<T>

Description

This activity allows to obtain the value of an arg in parameter of the current workflow.


Advanced

IdProcess InArgument<Guid>

The ID of the process whose InArguments should be read. If this argument is left empty then ArgInParameters from the current process are read.


Default value

DefaultValue InArgument<T>

The default value of the parameter.

Indicates whether the parameter was found or not. It is useful when the return value is the default value and therefore it is not possible to understand if the parameter value was already set to the default value or if the activity returned it because the parameter did not exist.

UseDefaultvalueIfParameterDoesNotExist InArgument<Boolean>

Sets if DocsMarshal should return the default value if the specified parameter was not found instead of throwing an exception.


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

ParameterName InArgument<String> REQUIRED

The name of the parameter to get the value of.

Result OutArgument<T>