This package has been deprecated

Author message:

The pregenerated clients (also known as Virtual Data Model or VDM) of the SAP Cloud SDK are no longer maintained. Check our documentation for generating your own clients: https://sap.github.io/cloud-sdk/docs/js/features/openapi/generate-client

@sap/cloud-sdk-workflow-service-cf
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

@sap/cloud-sdk-workflow-service-cf

This package contains the OpenAPI client for the SAP Workflow API. This API uses the SAP Workflow service. With the API, you can, for example, start new workflow instances and work with tasks.

Note (relevant only for SAP API Business Hub): For authentication purposes, the API uses OAuth 2.0 security (with JSON Web Token, JWT). Thus, "Try Out" only works with an explicitly configured environment. For more information on how to obtain the necessary parameters, please see Determine Service Configuration Parameters in the documentation. The OAuth client you use must have extended scopes.

Note: These APIs are designed for loosely coupled clients. This means:

  • If workflow service adds fields to responses, the API version number does not increase. Your client must ignore new fields.
  • The order of fields in responses and of entries in arrays may change. This applies unless the API provides an explicit means to specify the desired order.

Usage Example

import { WorkflowInstancesApi } from '@sap/cloud-sdk-workflow-service-cf';

const responseData = await WorkflowInstancesApi.queryInstances().execute({ destinationName:'myDestinationName' });

Helpful Links

Readme

Keywords

none

Package Sidebar

Install

npm i @sap/cloud-sdk-workflow-service-cf

Weekly Downloads

49

Version

2.1.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

192 kB

Total Files

145

Last publish

Collaborators

  • sap_extncrepos