User development,
A new message was posted in the thread "Determine whether current Activity is custom
or not":
http://community.jboss.org/message/519889#519889
Author : M M
Profile :
http://community.jboss.org/people/gubespam
Message:
--------------------------------------------------------------
Hmm, that's definitely not any cleaner than what I had, which is below.
{code}
ActivityBehaviour act = ((ExecutionImpl) execution).getActivity().getActivityBehaviour();
boolean isCustom = ( act instanceof UserCodeActivityBehaviour );
{code}
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/519889#519889