Support both new decorators (typescript 5.0+) and legacy decorators #508
Annotations
11 errors and 1 warning
|
Node.js v20 - integration v5 (shard 2/3)
Failed test were found and 'fail-on-error' option is set to true
|
|
WorkflowExecutor Complete Coverage › Workflow Control (pause/resume/terminate/restart/retry) › pause and resume should work on a running workflow:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
|
|
WorkflowExecutor Complete Coverage › Correlation IDs › getByCorrelationIds should return workflows by correlation:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
|
|
WorkflowExecutor Complete Coverage › Execution Info › search should find the workflow:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow: No such workflow found by name: jsSdkTest-simpleWf-1773417617298, version: 1
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:208:20)
|
|
WorkflowExecutor Complete Coverage › Execution Info › search should find the workflow:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getWorkflowStatus should return status summary:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow: No such workflow found by name: jsSdkTest-simpleWf-1773417617298, version: 1
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:208:20)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getWorkflowStatus should return status summary:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getExecution should return full workflow with tasks:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow: No such workflow found by name: jsSdkTest-simpleWf-1773417617298, version: 1
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:208:20)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getExecution should return full workflow with tasks:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
|
|
WorkflowExecutor Complete Coverage › Start Methods › startWorkflowByName should start a workflow with direct params:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
|
|
WorkflowExecutor Complete Coverage › Start Methods › startWorkflows should start multiple workflows in batch:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
|
|
Node.js v20 - integration v5 (shard 2/3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, codecov/codecov-action@v4, dorny/test-reporter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|