TaskPostActionParam

public @interface TaskPostActionParam

Marks method parameter to be treated as post action parameter.

Each parameter in the given method has to have this annotation otherwise it will be a problem with the proper execution of the channel action.

See also: TaskAction, TaskChannel