Article: AN0001928Updated:
Reading property called i from workflow instance. This setting can be performed only by script "inside of" workflow.
var i = OGActualRun.Property.GetInteger( 'i');
Setting properties.
OGActualRun.Property.SetInteger( 'i', 10);
OGActualRun.Property.SetString( 'name', 'A');