cancel
Showing results for 
Search instead for 
Did you mean: 

share workflow form config throwing warning

peadair
Champ in-the-making
Champ in-the-making
Hi,
    Can someone help - I'm getting the following and can't figure out what's going wrong…


WARN  [config.forms.TaskTypeEvaluator] [http-8180-4] Failed to find task type for 'activiti$2836' in JSON response from task instances service


workflow-form-config:

   <config evaluator="task-type" condition="[b]tobwf:pBDReviewTask[/b]">
      <form>
            <field-visibility>
               <show id="packageItems" />
            </field-visibility>
         </form>
   </config>   

workflow-model:

      <type name="[b]tobwf:pBDReviewTask[/b]">
         <parent>bpm:workflowTask</parent>

      </type>

workflow definition:

      <userTask id="pBDReviewTask" name="PBD Review Task"
         activiti:candidateGroups="GROUP_PBD_REVIEWERS"
         activiti:formKey="[b]tobwf:pBDReviewTask[/b]">
   



Thanks,
Peter.
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
I think in the task type name "tobwfSmiley TongueBDReviewTask"
"" and "" creating problem. why do you require that?

peadair
Champ in-the-making
Champ in-the-making
what are you saying? that I shoudn't have quotes around the name? Or I should have single quotes?

In Jeff Potts example:

<userTask id="usertask1" name="User Task" activiti:assignee="${initiator.properties.userName}"></userTask>

mitpatoliya
Star Collaborator
Star Collaborator
I was talking about the tags around the type name
but I think it is added just during typing to make it bold.
If  not you need to remove that