ActivationCondition example: profileContext -> input

Rod Widdowson rdw at steadingsoftware.com
Fri Oct 12 10:29:36 EDT 2018


> on the ActivationCondition page on wiki [1], the Javascript Example reads:
> 
>     subcontext = profileContext.getSubcontext(subcontextClass);
> 
> shouldn't it be:
> 
>     subcontext = input.getSubcontext(subcontextClass);
> 

Actually both work.  The Activations always get "profileContext" set up and all Scripted "things" get input (and custom set up).

Rod



More information about the users mailing list