Skip to content

Error in init method not showed in frontend #47

Description

@uaArsen

Errors that happens in init method does not visualize on frontend.
Sailor version: io.elastic:sailor-jvm:2.1.3-SNAPSHOT and earlier.
Example:

  1. Create trigger/action with init method that throws RuntimeException
  2. Create flow with trigger/action from previous step
  3. Start flow
  4. Error can be seen in logs
  5. Frontend does not show any errors

Investigation
Compared to Sailor NodeJS: reportException method in file Sailor.java lack following headers:

  1. workspaceId
  2. containerId
  3. function
    Screens for clarity:
    image
    image
    image
    image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions