gwl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gwl-devel] merging “processes” and “restrictions”


From: zimoun
Subject: Re: [gwl-devel] merging “processes” and “restrictions”
Date: Mon, 21 Jan 2019 19:55:32 +0100

Hi Ricardo,

On Mon, 21 Jan 2019 at 16:32, Ricardo Wurmus <address@hidden> wrote:
> Ricardo Wurmus <address@hidden> writes:
>
> > We need a procedure that takes any number of processes as inputs and
> > matches inputs with outputs to generate an adjacency list of processes.
> > This shouldn’t be difficult.
>
> This procedure is called “connect” and it is now available.  With
> connect and well-specified inputs and outputs one can now do this:
>
>     (workflow
>      (name "pipeline")
>      (processes
>       (connect compress-files create-files move-archives)))
>
> All of these processes declare inputs and outputs and the correct
> adjacency list is produced by “connect” by matching them up.

Nice !!

I am playing... :-)

--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]