Custom Activity, not working correctly
I created a simple activity by duplicating the js activity, modified the form, the workflow schema extension etc etc.
However, the acitvity does not even log logInfo("test");
On the other hand, I am trying to construct a JSON key value pair object and enrich it with the workflow's instance vars to no avail.

the js library call is able to get the content of the activity, but not eniched.
function mytestactivity_call()
{
logInfo(activity.script);
}
What is missing?