[Yanel-dev] getWorkflowIntrospection

Josias Thöny josias.thoeny at wyona.com
Mon May 21 17:13:26 CEST 2007


Michael Wechner wrote:
> Hi
> 
> Within the XML resource the workflow introspection is being appended as 
> follows
> 
> sb.append(WorkflowHelper.getWorkflowIntrospection(this));
> 
> but wouldn't it be better to call the one from the resource
> 
> sb.append(getWorkflowIntrospection(this));
> 
> I am aware the result will be the same, but it seems to me more correct 
> and otherwise misleading if other people want to implement it themselves 
> instead using the WorkflowHelper.

You're right, that's a mistake.
Feel free to fix it or to open a bug in bugzilla :)
But it's not a big problem because if someone wants to write their own 
workflow impl, they will have to modify the resource anyway.

Josias

> 
> WDYT?
> 
> Cheers
> 
> Michi
> 




More information about the Yanel-development mailing list