cancel
Showing results for 
Search instead for 
Did you mean: 

Hidden Transitions and WorkDesk 4.1.1.

7joeblack8
Champ in-the-making
Champ in-the-making
Hi,

I precise i'm using an Alfresco 4.2.e with Activiti Engine, accordingly with the last WorkDesk as Subject.

i can't figure out why the bpm:hiddenTransitions field keeps breaking up my workflows at first step, even if i delete all choiches of the multivalue (and i can see it's not mandatory).


The previous releases just didn't care of that field, they even ignored it on rendering page.


I tryied to understand where that multiple field, which hasn't constraints at all, should be parsed with no luck.
I also tryed imputing common task states as "Ok, Cancel, TimedOut" in all cases…every time same error on alfresco.log.

<javascript>Caused by: org.alfresco.service.cmr.repository.datatype.TypeConversionException: There is no conversion registered for the value:
   value class: org.json.JSONArray
   to class: java.lang.String
   value: ["canceled"]</javascript>


As i can see here:
<javascript>https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/data-model/source/ja...</javascript>

this is the root of exception:

<javascript>// Find the correct conversion - if available and do the converiosn
        Converter<Object, T> converter = getConverter(value, c);
        if (converter == null)
        {
            throw new TypeConversionException(
                    "There is no conversion registered for the value: \n" +
                    "   value class: " + value.getClass().getName() + "\n" +
                    "   to class: " + c.getName() + "\n" +
                    "   value: " + value.toString());
        }</javascript>

How could i register or inspect conversions?
Is this JBPM field which is here in Activiti for bug?
Anybody has any clue? I would like to use the last WorkDesk!


thanks
1 REPLY 1

7joeblack8
Champ in-the-making
Champ in-the-making
bump!
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.