external form with activiti rest

cancel
Showing results for 
Search instead for 
Did you mean: 
arag
Active Member II

external form with activiti rest

Hi !!

Again i need help please, i have my process with an user task with its own form, this form have three properties but one of them have a custom property called "lista", i'm working with activiti rest, but when i try to get the data show me an error message 

ERROR org.activiti.engine.impl.interceptor.CommandContext  - Error while closing command context

org.activiti.engine.ActivitiIllegalArgumentException: unknown type 'lista'id3

is there a way to use activiti-rest with an external form property?? or i'm crazy??

Thanks!!!

1 Reply
gdharley
Intermediate

Re: external form with activiti rest

You will need to register a custom form property type.

This blog should help you out:

Mateusz Wenus' Techblog: How to create custom form property types in Activiti 

Greg