Hi, did anyone make it work property in his project?
I need to do dry run for my workflows.
The usecase is:
User writes workflow and wants to:
1. Check if it valid
2. do dryrun, see how it flows without executing steps.

Let say I have wflow with three steps:

1. disctp data from $A to $B
2. run spark action with $B as input
3. disctp $B to $C

I want to do dryrun and check how my variables were interpolated it wflow.
The killer feature is: I want to imitate spark action failure and check how
my kill node looks like.

Reply via email to