We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The process steps cannot access to event data if they are not the first one. Here is a process where step #3 try to access to the trigger's event:
key: notification steps: - type: trigger key: interval instance: src: https://github.com/mesg-foundation/service-emit-event-interval eventKey: every_10_seconds - type: task instance: src: ../service-crypto-tracker taskKey: get inputs: pair: 'btcusd' exchange_sym: 'bitfinex' - type: task instance: src: ../service-concat taskKey: concat inputs: p1: 'The price of BTC/USD on Bitfinex is ' value: key: price p2: ' $ ' date: stepKey: interval key: timestamp - type: task instance: src: ../service-telegram env: - 'TOKEN=$(env:TOKEN)' - 'CHAT_ID=$(env:CHAT_ID)' taskKey: pushNotify
The text was updated successfully, but these errors were encountered:
I added two e2e tests about this that are skipped for now: https://github.com/mesg-foundation/engine/blob/dev/e2e/orchestrator_event_map_task_map_task_test.go and https://github.com/mesg-foundation/engine/blob/dev/e2e/orchestrator_result_map_task_map_task_test.go
Sorry, something went wrong.
No branches or pull requests
The process steps cannot access to event data if they are not the first one. Here is a process where step #3 try to access to the trigger's event:
The text was updated successfully, but these errors were encountered: