Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing Output of one task as input to evaluate against in next task #1

Open
marcosgeorgopoulos opened this issue Jan 30, 2019 · 1 comment

Comments

@marcosgeorgopoulos
Copy link

marcosgeorgopoulos commented Jan 30, 2019

Hi,

Firstly, thank you for the great work you have done on this library.

I have been working through your examples and I was wondering if you know of a way that the output of one script task could be passed to the input of subsequent sequence flows so a decision can be made. From what I can see the libraries do not capture the input and output parameters. However I was wondering if you had a way to pass the result of a task into another one?

I'm thinking I could just store the result in some dataset globally but that seems messy.

Many thanks.

@dennylab
Copy link
Contributor

dennylab commented Feb 5, 2019

I'm really sorry, currently I don't have the time to look after that. Please take a look at the unit tests. It should be possible to get the result of a workflow and to pass it to another...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants