Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 820A7CA5E for ; Sun, 9 Jun 2013 01:18:42 +0000 (UTC) Received: (qmail 98635 invoked by uid 500); 9 Jun 2013 01:18:42 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 98606 invoked by uid 500); 9 Jun 2013 01:18:42 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 98598 invoked by uid 99); 9 Jun 2013 01:18:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jun 2013 01:18:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of danushka.menikkumbura@gmail.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jun 2013 01:18:35 +0000 Received: by mail-vc0-f169.google.com with SMTP id ia10so3674920vcb.28 for ; Sat, 08 Jun 2013 18:18:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=cAr+aPKm4RQOowyuyTkJx1YUpJKGrngRbPOsgxdf9iQ=; b=DaRDFzSaVMghD5+cF1zes5bRgVRQlvaV4/sYdMi/ef0Mmlxhsb6sNvyFMYqJyBttui JIlmKiCKxoLWdny7oYdK/nwx+iwlMVhKi6wr8k21q1i++pFHJ45B6qDEyyq/16qfsj/U nPvO3sAVtbrspjc5qd0BN1b+BURS9JoaPQOCcZdKVbfsBzcGEPY+KvC1Ny63NxWH1IK4 2E3TCLj4hi86nVa3VsHh7aduM7oK9Aj7fahOkf66NjgccJ3t7gq/9tEqikmXbwvXJHmi shMzStXFedq+Yh8vfVhwGUFlkrnt4bdbTXnp82Vm1HHr9FdyG2sVpX/qb3cK06e7dPyC oiuw== X-Received: by 10.52.164.98 with SMTP id yp2mr2068840vdb.111.1370740694751; Sat, 08 Jun 2013 18:18:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.143.113 with HTTP; Sat, 8 Jun 2013 18:17:53 -0700 (PDT) In-Reply-To: References: From: Danushka Menikkumbura Date: Sun, 9 Jun 2013 06:47:53 +0530 Message-ID: Subject: Re: Web based Workflow Execution Interface To: dev@airavata.apache.org Content-Type: multipart/alternative; boundary=001a11c2bd2430ca4c04deae705f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2bd2430ca4c04deae705f Content-Type: text/plain; charset=ISO-8859-1 Sanchit, You can use the -xdebug option to start Airavata in debug mode and attach to it remotely. The default port is 8000. Danushka On Sun, Jun 9, 2013 at 5:53 AM, Sanchit Aggarwal < sanchitagarwal108@gmail.com> wrote: > Hi suresh > > I was looking into the code base and to have better understanding > about the interaction of different modules of the Airavata, ( esp. > how the workflow is being executed after it is composed) want it to > run in a debug mode. > > do we have to set any configuration in order to do that? can you > please give me pointers to do that. > Regards > Sanchit Aggarwal > MS Research (Computer Science) > Center for Visual Information Technology > IIIT Hyderabad, Gachibowli > Contact - 9581417330 > > > > On Sat, Jun 1, 2013 at 7:48 PM, Sanchit Aggarwal > wrote: > > Hi Suresh > > > > My understanding on the workflow execution is that the Condor DAG/BPEL > > is formed after the composition of the workflow which is than > > interpreted by the axis2 based workflow interpreter web service. The > > workflow execution context is used to specify the parameters for > > scheduling , handling of inputs etc. This execution context is given > > from the Xbaya GUI where the context header and other are taken a s a > > input. Finally a Executable is formed which is then used for running > > the job by GFac. > > > > So according to the above understanding, I guess The Execution > > interface has to be developed which will export the composed workflow > > to various workflow languages like BPEL/DAG etc. Please correct me If > > I am wrong. > > > > Since not much has been discussed on the execution interface module of > > the master project ,could we have more inputs on the same. > > > > > > > > Regards > > Sanchit Aggarwal > > > > > > > > On Fri, May 31, 2013 at 6:36 PM, Suresh Marru wrote: > >> Sanchit, > >> > >> Yes lets start the discussion. Please take the lead and post your > understanding and ask specific questions. > >> > >> Suresh > >> > >> On May 31, 2013, at 7:32 AM, Sanchit Aggarwal < > sanchitagarwal108@gmail.com> wrote: > >> > >>> Hi Heshan/All > >>> > >>> I am covering workflow execution interface part of the master project > >>> in my sub-project.Since the current implementation of the workflow > >>> execution context specification is expressed in xml schema encompassed > >>> within the workflow wsdl it has to be re-framed. > >>> Can we all start discussing here so to get a better understanding of > >>> workflow execution context and its representation? > >>> > >>> Regards > >>> Sanchit Aggarwal > >> > --001a11c2bd2430ca4c04deae705f--