Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quadient/evolve-orchestration-client

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quadient/evolve-orchestration-client

Library facilitating communication with the Channel Orchestration.

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Evolve Orchestration Client

Overview

This package contains an Orchestration client for communicating with Channel Orchestration in Inspire Evolve.

Add to project:

npm install @quadient/evolve-orchestration-client

Orchestration Client Methods

  • submitJob - Submits new jobs to Channel Orchestration Scenario for processing.
  • pushEvents - Updates Channel Orchestration Scenario jobs with the data obtained.
  • updateBatch - Updates batches in Channel Orchestration Scenario.

Examples

const client = new OrchestrationClient(connector);

const recordId = "recordId1";
const orchestrationJobId = await client.submitJob(scenarioName, [recordId], jobName);
await client.pushEvents(
        [
            {
                name: eventName,
                orchestrationJobId: orchestrationJobId,
                recordId: recordId
            }
        ]
    );

FAQs

Package last updated on 07 Mar 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc