Error while waiting Action Center task to be completed in RE framework

@Harsh_Savaliya,

You are using non serializable datatype variable which is resulting in this error.

  • All variables used in the scope of a long-running activity must be serializable. Types of variables listed in this page are serializable: Text, True or False, Number, Array, Date and Time. Data Table and GenericValue variables.

Refer these best practices to avoid these kind of errors:

Studio - Orchestration Process.