cancel
Showing results for 
Search instead for 
Did you mean: 

workflow model

fararjeh
Champ in-the-making
Champ in-the-making
Hello everybody,

I have one question , In workflow model can I define parent of custom type to be "wf:adhocTask" ?

for example


<type name="cus:userTask">
   <parent>wf:adhocTask</parent>
   <properties>
       <property name="cus:userTaskName">
           <title>user task name</title>
           <type>d:text</type>              
       </property>
   </properties>
</type>
1 REPLY 1

niketapatel
Star Contributor
Star Contributor
Yes, You can define it. Your custom task should be derived either from bpm:workflowTask OR bpm:startTask

So eventually your custom task parent would be wf:adhocTask and so bpm:workflowTask