Skip to content

Update release.yml for trusted publishing #460

Update release.yml for trusted publishing

Update release.yml for trusted publishing #460

Triggered via pull request March 6, 2026 22:55
Status Failure
Total duration 3m 6s
Artifacts

pull_request.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

45 errors
Node.js v22 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK: src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_WORKFLOW: src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + TARGET_WORKFLOW: src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK_INPUT: src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK: src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_WORKFLOW: src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + TARGET_WORKFLOW and validate all aspects: src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
WorkflowExecutor › Should run workflow with an optional http task: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:55:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:218:5)
WorkflowExecutor › Should run workflow with http task with asyncComplete true: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: [Conductor SDK Error]: Failed to get workflow at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:202:33)
EventClient › Event Processing › Should handle incoming event: src/integration-tests/EventClient.test.ts#L560
expect(received).toBeDefined() Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:560:28)
Node.js v24 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
SDK Worker Registration › multiple workers can be registered and executed: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:55:21) at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:466:5)
SDK Worker Registration › event listeners receive lifecycle events: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:136:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:397:28)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK_INPUT: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK_INPUT" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_WORKFLOW: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: Error: Workflow ended in unexpected state: FAILED at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:669:11)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + TARGET_WORKFLOW: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: Error: Workflow ended in unexpected state: FAILED at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:669:11)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK_INPUT: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK_INPUT" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_WORKFLOW: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: Error: Workflow ended in unexpected state: FAILED at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:669:11)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + TARGET_WORKFLOW and validate all aspects: src/integration-tests/WorkflowExecutor.test.ts#L564
expect(received).toEqual(expected) // deep equality Expected: "TARGET_WORKFLOW" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:564:46)
Node.js v20 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
SDK Worker Registration › event listeners receive lifecycle events: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: [Conductor SDK Error]: Failed to get workflow at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:412:5)
SDK Worker Registration › worker with concurrency processes multiple tasks: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:136:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:200:28)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK_INPUT: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK_INPUT" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_WORKFLOW: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: Error: Workflow ended in unexpected state: FAILED at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:669:11)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + TARGET_WORKFLOW: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: Error: Workflow ended in unexpected state: FAILED at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:669:11)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK_INPUT: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK_INPUT" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK: src/integration-tests/WorkflowExecutor.test.ts#L612
expect(received).toEqual(expected) // deep equality Expected: "BLOCKING_TASK" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:612:39)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_WORKFLOW: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: Error: Workflow ended in unexpected state: FAILED at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:669:11)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + TARGET_WORKFLOW and validate all aspects: src/integration-tests/WorkflowExecutor.test.ts#L564
expect(received).toEqual(expected) // deep equality Expected: "TARGET_WORKFLOW" Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:564:46)
Node.js v22 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:orkes-v4 tests
Process completed with exit code 1.
WorkflowExecutor › Should run workflow with http task with asyncComplete true: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to update task 'jsSdkTest-http_task_with_asyncComplete_true-1772837737069' result for workflow '972c0a51-19af-11f1-b637-768a08422c40': No running task jsSdkTest-http_task_with_asyncComplete_true-1772837737069 found in workflow 972c0a51-19af-11f1-b637-768a08422c40. Please verify the workflow status and reference name. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at TaskClient.updateTaskResult (src/sdk/clients/task/TaskClient.ts:94:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:198:5)
EventClient › Error Handling › Should return null when getting non-existent event handler: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get event handler by name jsSdkTest:non-existent-handler:1772837734072: Response is empty at handleSdkError (src/sdk/helpers/errors.ts:49:11) at EventClient.getEventHandlerByName (src/sdk/clients/event/EventClient.ts:138:21) at Object.<anonymous> (src/integration-tests/EventClient.test.ts:403:22)
Node.js v24 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v24 - integration:orkes-v4 tests
Process completed with exit code 1.
WorkflowExecutor › Should run workflow with http task with asyncComplete true: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to update task 'jsSdkTest-http_task_with_asyncComplete_true-1772837746007' result for workflow '9c8d1e69-19af-11f1-83df-56a6ca847b3c': No running task jsSdkTest-http_task_with_asyncComplete_true-1772837746007 found in workflow 9c8d1e69-19af-11f1-83df-56a6ca847b3c. Please verify the workflow status and reference name. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at TaskClient.updateTaskResult (src/sdk/clients/task/TaskClient.ts:94:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:198:5)
EventClient › Error Handling › Should return null when getting non-existent event handler: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get event handler by name jsSdkTest:non-existent-handler:1772837741443: Response is empty at handleSdkError (src/sdk/helpers/errors.ts:49:11) at EventClient.getEventHandlerByName (src/sdk/clients/event/EventClient.ts:138:21) at Object.<anonymous> (src/integration-tests/EventClient.test.ts:403:22)
Node.js v20 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration:orkes-v4 tests
Process completed with exit code 1.
WorkflowExecutor › Should run workflow with http task with asyncComplete true: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to update task 'jsSdkTest-http_task_with_asyncComplete_true-1772837748367' result for workflow '9df2d0c0-19af-11f1-9a94-92f7a191a503': No running task jsSdkTest-http_task_with_asyncComplete_true-1772837748367 found in workflow 9df2d0c0-19af-11f1-9a94-92f7a191a503. Please verify the workflow status and reference name. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at TaskClient.updateTaskResult (src/sdk/clients/task/TaskClient.ts:94:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:198:5)
EventClient › Error Handling › Should return null when getting non-existent event handler: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get event handler by name jsSdkTest:non-existent-handler:1772837743916: Response is empty at handleSdkError (src/sdk/helpers/errors.ts:49:11) at EventClient.getEventHandlerByName (src/sdk/clients/event/EventClient.ts:138:21) at Object.<anonymous> (src/integration-tests/EventClient.test.ts:403:22)