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

pass arguments to transfromTail method in DataStream interaction workflow

parent 039e2a28
...@@ -54,10 +54,11 @@ ...@@ -54,10 +54,11 @@
Handle appended data chunks.\n Handle appended data chunks.\n
"""\n """\n
data_stream = state_change[\'object\']\n data_stream = state_change[\'object\']\n
argument_list = state_change['kwargs']['workflow_method_args']\n
\n \n
# call you own script to handle newly appended data which \n # call you own script to handle newly appended data which \n
# is not processed yet\n # is not processed yet\n
data_stream.DataStream_transformTail()\n data_stream.DataStream_transformTail(*argument_list)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -71,4 +72,4 @@ data_stream.DataStream_transformTail()\n ...@@ -71,4 +72,4 @@ data_stream.DataStream_transformTail()\n
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
</ZopeData> </ZopeData>
\ No newline at end of file
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