BaseInputModel Class

Input model when executing a ActionFlowDefinitionDto. It consists of the parameters for the entry node and the values of the parameters.

Definition

Constructors

BaseInputModel Internal constructor to prevent instantiation from outside the assembly. To generate an instance of this class, use the static methods from the ModelFactory.

Properties

CompanyId The company for whom to execute the action flow.
ExecutionId The execution ID of the action flow.
Parameters The filled-in parameters for the action flow.

See Also