What is the use of Active Class Parameters (ac!)

What is the use of Active Class Parameters (ac!)?

  Discussion posts and replies are publicly visible

Parents
  • Hi tirumalar,

    AFAIK Activity class parameters are commonly referred to as node inputs, they are containers used to store and input data in an activity class. ACPs are the parameters defined as part of the activity class shipped with Appian, whereas node inputs also refer to any custom node inputs defined by a user. Entering a value in an ACP determines how the activity will execute. The input values can come from a process variable, expression evaluation, constant, or literal value and can be mapped to a process variable.

    Here I am also adding few points i.e, When should I create a new activity class parameter?
    For attended nodes, where a user is expected to submit a form before continuing a process, create an activity class parameter for data produced from the form (read only data does not need an activity class parameter). For unattended nodes, where the system will execute the activity, create activity class parameters when the node requires additional values before executing (for example, CDT data for the write to data store entity smart service).

    Thanks,
    ravalik

Reply
  • Hi tirumalar,

    AFAIK Activity class parameters are commonly referred to as node inputs, they are containers used to store and input data in an activity class. ACPs are the parameters defined as part of the activity class shipped with Appian, whereas node inputs also refer to any custom node inputs defined by a user. Entering a value in an ACP determines how the activity will execute. The input values can come from a process variable, expression evaluation, constant, or literal value and can be mapped to a process variable.

    Here I am also adding few points i.e, When should I create a new activity class parameter?
    For attended nodes, where a user is expected to submit a form before continuing a process, create an activity class parameter for data produced from the form (read only data does not need an activity class parameter). For unattended nodes, where the system will execute the activity, create activity class parameters when the node requires additional values before executing (for example, CDT data for the write to data store entity smart service).

    Thanks,
    ravalik

Children
No Data