Download Latest Version asm-3.5.tgz (30.7 MB)
Email in envelope

Get an email when there's a new version of ASM

Home / 3.4.9
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2014-04-08 1.6 kB
ASM_Developer_Guide_v3.4.9.pdf 2014-04-08 6.2 MB
asm_api-3.4.9.jar 2014-04-08 414.2 kB
Totals: 3 Items   6.6 MB 0
Release Notes for ASM 3.4.9

The following issues are resolved in this release:

1.	Modifying JDL/RSL properties in ASM. Two new methods are introduced for getting/setting a JDL attribute for a given job: 
getJobAttribute(String userId, String workflowName, String jobName, String attribute) /
setJobAttribute(String userId, String workflowName, String jobName, String attribute, String expression)
, where, for instance to set the number of the nodes in the JDL, the argument "attribute" must be the proper JDL attribue ("NodeNumber" in this example), and "expression" should be the number of the nodes required. Other example could be if the resource should be modified programmatically, in this case the value of "attribute" variable has to be "Requirements" and the expression must be "other.glueCEInfoHostName\"myresource\""
This request is reported here: http://sourceforge.net/p/guse/feature-requests/2/#43a3

2.	A bug reported here: http://sourceforge.net/p/guse/discussion/verce/thread/29966098/ about getWorkflowOutputs method is resolved in this release.
3.	Additionally a method called downloadWorkflow is introduced in ASMService class to download the whole ASM workflow (workflows imported through ASM).

4.	Getting/Storing SubmissionTexts typed by the users right before the workflow submission is implemented in ASMWorkflow object. Technically a new variable called “submissionText” is introduced in where the submission method stores the text and its getter function can be used to get it. This issue is reported in this thread: http://sourceforge.net/p/guse/discussion/verce/thread/64014c4f/
Source: readme.txt, updated 2014-04-08