New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

btp_workflow

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btp_workflow

Helper package for interacting with the workflow service on SAP Business Technology Plaftorm.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

BTP_Workflow

Helper package for interacting with the workflow service on SAP Business Technology Plaftorm.

For example for easy integration to SAP CAP

 const workflow = new Workflow(
		 	"<Workflow definition id",
		 	"<Workflow endpoint",
		 	"rest",
		 	req.headers.authorization
		 );
		 const tasks = await this.workflow.GetTasks();

You can also create an .env file and use technical authentication. Supported env properties:

  • WORKFLOW_AUTH_URL
  • WORKFLOW_AUTH_CLIENT_ID
  • WORKFLOW_AUTH_CLIENT_SECRET
  • WF_DEFINITION
  • WF_URL

Todo

  • easy handling of filters and paging
  • better type defs

FAQs

Package last updated on 30 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts