Hello, We are making a servlet plugin that make automatically progress a fl

Hello,
We are making a servlet plugin that make automatically progress a flow setting information on the acp of the human Task of the process.
This is working fine using this part of this code for acp of primitive type (String, integer...):
TaskController session;
                    try {
                              session = TaskController.initialize(context, processID); session.execute(task,new ActivityClassParameter[] {
if (task != null) {
                     session.execute(task,new ActivityClassParameter[] {new ActivityClassParameter(
                                                    new NamedTypedValue("Param1", AppianTypeLong.STRING, "Item1")
                                                    )
....

Now I need to do the same thing but with an acp of type CDT.
I don't fine any explanation or documentation on this subject. All the import of CDT is for Project-plugin and not for java project as it´s explain to do on the help for servlet-plugins.
So please let me know how I have to proceed.

Thank you in advance.

Alex

OriginalPostID-155027

OriginalPostID-155027

  Discussion posts and replies are publicly visible