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

workflow-manager

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workflow-manager - npm Package Compare versions

Comparing version 0.6.3 to 0.6.5

2

package.json
{
"name": "workflow-manager",
"version": "0.6.3",
"version": "0.6.5",
"description": "Minimal Workflow orchestrator for AWS Batch",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -293,16 +293,16 @@ ## Modules

| Param | Type | Description |
| --- | --- | --- |
| params | <code>Object</code> | |
| [params.limit] | <code>number</code> | Maximum number of workflows to return. Defaults to 10. Restricted to a max of 10,000. |
| [params.oldestFirst] | <code>boolean</code> | |
| [params.pageToken] | <code>string</code> | |
| [params.status] | <code>string</code> | |
| [params.summaryOnly] | <code>boolean</code> | Limits workflow data to the bare minimum - omits the full workflow definition and job data. |
| params.workflowDefinitionName | <code>string</code> | |
| [options] | <code>object</code> | |
| [options.timeout] | <code>number</code> | A request specific timeout |
| [options.span] | <code>[Span](https://doc.esdoc.org/github.com/opentracing/opentracing-javascript/class/src/span.js~Span.html)</code> | An OpenTracing span - For example from the parent request |
| [options.retryPolicy] | <code>[RetryPolicies](#module_workflow-manager--WorkflowManager.RetryPolicies)</code> | A request specific retryPolicy |
| [cb] | <code>function</code> | |
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| params | <code>Object</code> | | |
| [params.limit] | <code>number</code> | <code>10</code> | Maximum number of workflows to return. Defaults to 10. Restricted to a max of 10,000. |
| [params.oldestFirst] | <code>boolean</code> | | |
| [params.pageToken] | <code>string</code> | | |
| [params.status] | <code>string</code> | | |
| [params.summaryOnly] | <code>boolean</code> | | Limits workflow data to the bare minimum - omits the full workflow definition and job data. |
| params.workflowDefinitionName | <code>string</code> | | |
| [options] | <code>object</code> | | |
| [options.timeout] | <code>number</code> | | A request specific timeout |
| [options.span] | <code>[Span](https://doc.esdoc.org/github.com/opentracing/opentracing-javascript/class/src/span.js~Span.html)</code> | | An OpenTracing span - For example from the parent request |
| [options.retryPolicy] | <code>[RetryPolicies](#module_workflow-manager--WorkflowManager.RetryPolicies)</code> | | A request specific retryPolicy |
| [cb] | <code>function</code> | | |

@@ -315,15 +315,15 @@ <a name="module_workflow-manager--WorkflowManager+getWorkflowsIter"></a>

| Param | Type | Description |
| --- | --- | --- |
| params | <code>Object</code> | |
| [params.limit] | <code>number</code> | Maximum number of workflows to return. Defaults to 10. Restricted to a max of 10,000. |
| [params.oldestFirst] | <code>boolean</code> | |
| [params.pageToken] | <code>string</code> | |
| [params.status] | <code>string</code> | |
| [params.summaryOnly] | <code>boolean</code> | Limits workflow data to the bare minimum - omits the full workflow definition and job data. |
| params.workflowDefinitionName | <code>string</code> | |
| [options] | <code>object</code> | |
| [options.timeout] | <code>number</code> | A request specific timeout |
| [options.span] | <code>[Span](https://doc.esdoc.org/github.com/opentracing/opentracing-javascript/class/src/span.js~Span.html)</code> | An OpenTracing span - For example from the parent request |
| [options.retryPolicy] | <code>[RetryPolicies](#module_workflow-manager--WorkflowManager.RetryPolicies)</code> | A request specific retryPolicy |
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| params | <code>Object</code> | | |
| [params.limit] | <code>number</code> | <code>10</code> | Maximum number of workflows to return. Defaults to 10. Restricted to a max of 10,000. |
| [params.oldestFirst] | <code>boolean</code> | | |
| [params.pageToken] | <code>string</code> | | |
| [params.status] | <code>string</code> | | |
| [params.summaryOnly] | <code>boolean</code> | | Limits workflow data to the bare minimum - omits the full workflow definition and job data. |
| params.workflowDefinitionName | <code>string</code> | | |
| [options] | <code>object</code> | | |
| [options.timeout] | <code>number</code> | | A request specific timeout |
| [options.span] | <code>[Span](https://doc.esdoc.org/github.com/opentracing/opentracing-javascript/class/src/span.js~Span.html)</code> | | An OpenTracing span - For example from the parent request |
| [options.retryPolicy] | <code>[RetryPolicies](#module_workflow-manager--WorkflowManager.RetryPolicies)</code> | | A request specific retryPolicy |

@@ -330,0 +330,0 @@ <a name="module_workflow-manager--WorkflowManager+startWorkflow"></a>

Sorry, the diff of this file is too big to display

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