Sorry, I was mistaken. Workflows open nicely in taverna-nightly-2.1-SNAPSHOT-20090520 but I have problems with running them. e.x this one gives errors in taverna-nightly-2.1-SNAPSHOT-20090520.

But gives nice output in taverna-workbench-2.0

The example input is AB000100
(see http://www.xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=DDBJ&methodName=countBasePair&mode=methodDetail)

Jerzy Orlowski

Jerzy Orlowski wrote:
Hi

I cannot load attached workflow into taverna-nightly-2.1-SNAPSHOT-20090527

I loads and runs on
taverna-nightly-2.1-SNAPSHOT-20090520

Jerzy Orlowski


------------------------------------------------------------------------

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com

------------------------------------------------------------------------

_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

<workflow version="1" xmlns="http://taverna.sf.net/2008/xml/t2flow";>
  <dataflow id="-14450635451359576" role="top">
    <name>Simple_workflow_for_WSDL_service_countBasePair</name>
    <inputPorts>
      <port>
        <name>accession</name>
        <depth>0</depth>
        <granularDepth>0</granularDepth>
      </port>
    </inputPorts>
    <outputPorts>
      <port>
        <name>Result</name>
        <depth>0</depth>
        <granularDepth>0</granularDepth>
      </port>
    </outputPorts>
    <processors>
      <processor>
        <name>countBasePair</name>
        <inputPorts>
          <port>
            <name>accession</name>
            <depth>0</depth>
            <granularDepth>0</granularDepth>
          </port>
        </inputPorts>
        <outputPorts>
          <port>
            <name>Result</name>
            <depth>0</depth>
            <granularDepth>0</granularDepth>
          </port>
        </outputPorts>
        <activities>
          <activity>
            <raven>
              <group>net.sf.taverna.t2.activities</group>
              <artifact>wsdl-activity</artifact>
              <version>0.4</version>
            </raven>
            <class>net.sf.taverna.t2.activities.wsdl.WSDLActivity</class>
            <inputMap>
              <map from="accession" to="accession"/>
            </inputMap>
            <outputMap>
              <map from="Result" to="Result"/>
            </outputMap>
            <configBean encoding="xstream">
              <net.sf.taverna.t2.activities.wsdl.WSDLActivityConfigurationBean 
xmlns="">
                <wsdl>http://xml.nig.ac.jp/wsdl/DDBJ.wsdl</wsdl>
                <operation>countBasePair</operation>
              </net.sf.taverna.t2.activities.wsdl.WSDLActivityConfigurationBean>
            </configBean>
            <annotations/>
          </activity>
        </activities>
        <dispatchStack>
          <dispatchLayer>
            <raven>
              <group>net.sf.taverna.t2</group>
              <artifact>workflowmodel-impl</artifact>
              <version>0.4</version>
            </raven>
            
<class>net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.Parallelize</class>
            <configBean encoding="xstream">
              
<net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.ParallelizeConfig>
                <maxJobs>1</maxJobs>
              
</net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.ParallelizeConfig>
            </configBean>
          </dispatchLayer>
          <dispatchLayer>
            <raven>
              <group>net.sf.taverna.t2</group>
              <artifact>workflowmodel-impl</artifact>
              <version>0.4</version>
            </raven>
            
<class>net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.ErrorBounce</class>
            <configBean encoding="xstream">
              <null/>
            </configBean>
          </dispatchLayer>
          <dispatchLayer>
            <raven>
              <group>net.sf.taverna.t2</group>
              <artifact>workflowmodel-impl</artifact>
              <version>0.4</version>
            </raven>
            
<class>net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.Failover</class>
            <configBean encoding="xstream">
              <null/>
            </configBean>
          </dispatchLayer>
          <dispatchLayer>
            <raven>
              <group>net.sf.taverna.t2</group>
              <artifact>workflowmodel-impl</artifact>
              <version>0.4</version>
            </raven>
            
<class>net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.Retry</class>
            <configBean encoding="xstream">
              
<net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.RetryConfig>
                <backoffFactor>1.0</backoffFactor>
                <initialDelay>1000</initialDelay>
                <maxDelay>5000</maxDelay>
                <maxRetries>0</maxRetries>
              
</net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.RetryConfig>
            </configBean>
          </dispatchLayer>
          <dispatchLayer>
            <raven>
              <group>net.sf.taverna.t2</group>
              <artifact>workflowmodel-impl</artifact>
              <version>0.4</version>
            </raven>
            
<class>net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.Invoke</class>
            <configBean encoding="xstream">
              <null/>
            </configBean>
          </dispatchLayer>
        </dispatchStack>
        <iterationStrategyStack>
          <iteration>
            <strategy>
              <cross>
                <port depth="0" name="accession"/>
              </cross>
            </strategy>
          </iteration>
        </iterationStrategyStack>
        <annotations/>
      </processor>
    </processors>
    <conditions/>
    <datalinks>
      <datalink>
        <sink type="processor">
          <processor>countBasePair</processor>
          <port>accession</port>
        </sink>
        <source type="dataflow">
          <port>accession</port>
        </source>
      </datalink>
      <datalink>
        <sink type="dataflow">
          <port>Result</port>
        </sink>
        <source type="processor">
          <processor>countBasePair</processor>
          <port>Result</port>
        </source>
      </datalink>
    </datalinks>
    <annotations/>
  </dataflow>
</workflow>
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to