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

Bulk Create/Update/Delete/Upsert action should not be triggered when input message is not csv #14

Open
stas-fomenko opened this issue Feb 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@stas-fomenko
Copy link
Contributor

STR:

  1. create flow: simple trigger -> Bulk Create/Update/Delete/Upsert action
  2. start flow.

AR: action triggered and it passes "attachments":{},"body":{},"headers":{},"metadata":{},"passthrough": {....passthrough...} to next step
logs:

[2021-02-01 20:54:28.613]: [INFO  tini (1)] Spawned child process '/run.sh' with pid '6'
[2021-02-01 20:54:28.613]: Starting application in apprunner...
[2021-02-01 20:54:28.617]: Will try to start app at /home/apprunner
[2021-02-01 20:54:28.617]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:28.618]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:28.618]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:28.618]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:28.618]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:28.618]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:28.618]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:28.618]: node: /usr/lib/libstdc++.so.6: no version information available (required by node)
[2021-02-01 20:54:30.245]: invokeModuleFunction – init is not found
[2021-02-01 20:54:30.253]: Checking if incoming messages is lightweight...
[2021-02-01 20:54:30.253]: Checking if incoming messages is lightweight...
[2021-02-01 20:54:30.256]: Attachment not found
[2021-02-01 20:54:30.256]: Starting Bulk insert action
[2021-02-01 20:55:18.177]: Received SIGTERM
[2021-02-01 20:55:18.178]: Disconnecting...
[2021-02-01 20:55:18.199]: Successfully disconnected
[2021-02-01 20:55:18.216]: [INFO  tini (1)] Main child exited normally (with status '0')

ER: step 2 is not triggered in case when csv not passed from previous step

@stas-fomenko stas-fomenko added the enhancement New feature or request label Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant