Custom type and its properties in workflow

cancel
Showing results for 
Search instead for 
Did you mean: 
yash_patel_c2
Established Member

Custom type and its properties in workflow

Hi everyone,

I have one model having number of properties. I want to use these properties in workflow tasks and its forms. I know it can be done by defining aspect and its properties and assigning values of custom properties to those wf model properties. But can it be done in the way I don't need to create all the properties in workflow model? Canit be done by association or something like that?

Thanks

2 Replies
krutik_jayswal
Senior Member II

Re: Custom type and its properties in workflow

Can you add the reason why you would like to do that in such a differrent way.I think concept of association is bit different than what you are thiniking. 

roberto_gamiz
Established Member II

Re: Custom type and its properties in workflow

Hello,

If you want the properties only to read purposes maybe you could try to implement a custom association  viewer for the packageItems in the task form that include this info.

If you want to edit them wahatever you do you would have to handle the sincronitation between the properties of the task and the properties of content node because are two complety diferent things.

Regards