Commit d72b505f authored by Klaus Wölfel's avatar Klaus Wölfel

Fixup: pass arguments to transfromTail method in DataStream interaction workflow

parent a0dcc66d
......@@ -54,7 +54,7 @@
Handle appended data chunks.\n
"""\n
data_stream = state_change[\'object\']\n
argument_list = state_change['kwargs']['workflow_method_args']\n
argument_list = state_change[\'kwargs\'][\'workflow_method_args\']\n
\n
# call you own script to handle newly appended data which \n
# is not processed yet\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment