Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 725 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 725 Bytes

BA Server Utils

Collection of kettle steps to interact with BA Server services.

RELEASE-0.1

  • Get session variables: reads session variables from the current user session in the BA Server
  • Set session variables: writes session variables to the current user session in the BA Server RELEASE-0.2
  • Call endpoint: inspects the BA Server to list available endpoints / invokes a BA Server endpoint

Additional info

The steps Get session variables and Set session variables read and write user session variables. In order to simulate user session variables in Spoon (for testing purposes) the variables will be read from and written to internal variables with a prefix _FAKE_SESSION_.