Changes between Version 10 and Version 11 of client_user_guide

Show
Ignore:
Timestamp:
08/06/11 20:39:27 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_user_guide

    v10 v11  
    108108||='''submit_job''' =|| `<desc_file>` `[QCG or JSDL]` || submits a job to be executed. The description of job can be expressed either in native QCG-Broker language (the default one) or in JSDL one. '''In case when the job to be submitted is described in JSDL format the type (JSDL) must be explicitly specified'''. If the description is valid client returns to the user a globally unique job identifier, which unambiguously identifies the job in the system.  QCG defines jobs as a sets of dependent tasks that constitute a logical whole (workflow). Each task is executed by system only if all tasks it depends on are in specified by the user states. ||  
    109109||='''list_jobs''' =|| `[<limit>]` `[<status>]` || lists jobs belonging to the `user`. It is possible either to `limit` number of jobs or to display only ones in given state. All possible states are listed below  the table. || 
    110 ||='''list_user_jobs''' =|| `[<limit>]` `[<status>]` `<user>` || lists jobs belonging to the given `user`. The functionality is destined for administrative purposes. || 
     110||='''list_user_jobs''' =|| `<user>` `[<limit>]` `[<status>]` || lists jobs belonging to the given `user`. The functionality is destined for administrative purposes. || 
    111111||='''test_description''' =|| `<desc_file>` `[QCG or JSDL]` || validates job description ||  
    112112||='''translate_description''' =|| `<desc_file>` JSDL || translates job description to native QCG-Broker one ||