{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":151148482,"defaultBranch":"main","name":"elsa-core","ownerLogin":"elsa-workflows","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-01T19:43:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/51759159?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727077717.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"53172cded9c6f902a652ae762209bccd0e4612bb","ref":"refs/heads/blueberry","pushedAt":"2024-09-23T07:48:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor IdentityGraphService constructor and add logging.\n\nReplaced private fields with constructor parameters in IdentityGraphService and introduced a logger. Added logging to handle cases where activity descriptors are not found, improving debugging and maintainability.","shortMessageHtmlLink":"Refactor IdentityGraphService constructor and add logging."}},{"before":"a827ab241b03825168a57503a51ab1360097c795","after":"53172cded9c6f902a652ae762209bccd0e4612bb","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-20T13:59:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor IdentityGraphService constructor and add logging.\n\nReplaced private fields with constructor parameters in IdentityGraphService and introduced a logger. Added logging to handle cases where activity descriptors are not found, improving debugging and maintainability.","shortMessageHtmlLink":"Refactor IdentityGraphService constructor and add logging."}},{"before":"aab68b042f3ffd45e795f97466ea54e30ed564bf","after":null,"ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T18:48:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"}},{"before":"7c313325296adcf15efde0a41bcef03e82ef635b","after":"a827ab241b03825168a57503a51ab1360097c795","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-19T18:48:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Fix Azure Service Bus module DI issues (#5975)\n\n* Switch to Azure Service Bus for message brokering\r\n\r\nUpdated the message broker from in-memory to Azure Service Bus to enhance scalability. Added new configuration settings and dependencies to support Azure Service Bus integration, including scoped service initialization and queue/topic management.\r\n\r\n* Refactor StartWorkers for dependency injection\r\n\r\nUpdated StartWorkers class to use constructor parameter injection and service scope factory for retrieving services. This refactor eliminates the need for field-level dependency storage, enhancing testability and adherence to the dependency injection principles. Additionally, annotated the class with [UsedImplicitly] to eliminate unused code warnings.\r\n\r\n* Refactor Worker to use IServiceScopeFactory for dependency resolution\r\n\r\nRefactored the Worker class to use IServiceScopeFactory for DI instead of directly injecting IWorkflowInbox. This enhances the flexibility and lifecycle management of the dependencies.\r\n\r\n* Add Azure Service Bus integration toggle\r\n\r\nIntroduced a new configuration constant `useAzureServiceBus` to control the optional integration with Azure Service Bus. Implemented conditional logic to bind Azure Service Bus options from configuration if the flag is enabled.\r\n\r\n* Add IComposite interface and implement Setup method\r\n\r\nIntroduced a new IComposite interface and added a default Setup method to the Composite class. Updated the ActivityFactory to call the Setup method when an activity is an instance of IComposite. The CompositeExample class demonstrates the use of the new interface and method.\r\n\r\n* Remove AzureServiceBus configuration setup\r\n\r\nThe AzureServiceBus configuration setup was removed from the Program.cs file. This change aims to streamline configuration and remove unused or unnecessary setup, ensuring the code remains clean and maintainable.\r\n\r\n* Switch MassTransit broker to in-memory\r\n\r\nChanged the MassTransit broker from AzureServiceBus to Memory in the application configuration. This adjustment aims to simplify deployment and reduce dependencies in the current environment.","shortMessageHtmlLink":"Fix Azure Service Bus module DI issues (#5975)"}},{"before":"ea30143396329e55dd35078b9d72d8f169ca58c0","after":"aab68b042f3ffd45e795f97466ea54e30ed564bf","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T18:47:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Switch MassTransit broker to in-memory\n\nChanged the MassTransit broker from AzureServiceBus to Memory in the application configuration. This adjustment aims to simplify deployment and reduce dependencies in the current environment.","shortMessageHtmlLink":"Switch MassTransit broker to in-memory"}},{"before":"c948797925a606865fe2642e4dbb66a08615627a","after":"ea30143396329e55dd35078b9d72d8f169ca58c0","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T18:41:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Remove AzureServiceBus configuration setup\n\nThe AzureServiceBus configuration setup was removed from the Program.cs file. This change aims to streamline configuration and remove unused or unnecessary setup, ensuring the code remains clean and maintainable.","shortMessageHtmlLink":"Remove AzureServiceBus configuration setup"}},{"before":"593f7b6b9836bee3331da8b3c3010fa7f927bbac","after":"c948797925a606865fe2642e4dbb66a08615627a","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T18:34:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add IComposite interface and implement Setup method\n\nIntroduced a new IComposite interface and added a default Setup method to the Composite class. Updated the ActivityFactory to call the Setup method when an activity is an instance of IComposite. The CompositeExample class demonstrates the use of the new interface and method.","shortMessageHtmlLink":"Add IComposite interface and implement Setup method"}},{"before":"426fb52747bbfcab6c07f0dde99adc0b85850b22","after":"593f7b6b9836bee3331da8b3c3010fa7f927bbac","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T18:11:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add Azure Service Bus integration toggle\n\nIntroduced a new configuration constant `useAzureServiceBus` to control the optional integration with Azure Service Bus. Implemented conditional logic to bind Azure Service Bus options from configuration if the flag is enabled.","shortMessageHtmlLink":"Add Azure Service Bus integration toggle"}},{"before":"a9e8233f06bc80039c63ec7d8f706b4ce1e50717","after":"426fb52747bbfcab6c07f0dde99adc0b85850b22","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T15:39:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor Worker to use IServiceScopeFactory for dependency resolution\n\nRefactored the Worker class to use IServiceScopeFactory for DI instead of directly injecting IWorkflowInbox. This enhances the flexibility and lifecycle management of the dependencies.","shortMessageHtmlLink":"Refactor Worker to use IServiceScopeFactory for dependency resolution"}},{"before":"df811eba0dd925265223d14f459c21bbb73e88c2","after":"a9e8233f06bc80039c63ec7d8f706b4ce1e50717","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T14:40:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor StartWorkers for dependency injection\n\nUpdated StartWorkers class to use constructor parameter injection and service scope factory for retrieving services. This refactor eliminates the need for field-level dependency storage, enhancing testability and adherence to the dependency injection principles. Additionally, annotated the class with [UsedImplicitly] to eliminate unused code warnings.","shortMessageHtmlLink":"Refactor StartWorkers for dependency injection"}},{"before":"2ff66120d18a0cbe558286971223770a3b36a061","after":"df811eba0dd925265223d14f459c21bbb73e88c2","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T14:20:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/patch/3.2.x' into bug/asb","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/patch/3.2.x' into bug/asb"}},{"before":"18b0d2e70aba7c1a69521e0847c51b1ebef95159","after":"2ff66120d18a0cbe558286971223770a3b36a061","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T14:20:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Switch to Azure Service Bus for message brokering\n\nUpdated the message broker from in-memory to Azure Service Bus to enhance scalability. Added new configuration settings and dependencies to support Azure Service Bus integration, including scoped service initialization and queue/topic management.","shortMessageHtmlLink":"Switch to Azure Service Bus for message brokering"}},{"before":"432991d62f793d3a664c7d3d4b811e26556e9535","after":null,"ref":"refs/heads/bug/variable-serialization","pushedAt":"2024-09-19T14:18:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"}},{"before":"18b0d2e70aba7c1a69521e0847c51b1ebef95159","after":"7c313325296adcf15efde0a41bcef03e82ef635b","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-19T14:18:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Fix variable serialization (#5974)\n\n* Improve dispatched workflow input handling\r\n\r\nAddressed input handling in dispatch messages by adding `SerializedInput` property. Also removed initialization logic and moved input deserialization to a helper method, ensuring compatibility with both new and deprecated input property formats.\r\n\r\n* Update workflow Docker images and version tags\r\n\r\nChanged Docker image tags from v3-2-0-rc3 to v3-2-1-preview across multiple GitHub workflows. Updated the VERSION environment variable in packages.yml to reflect the new versioning scheme. These changes ensure consistency with the new preview release.\r\n\r\n* Update versioning to include 'preview' in package workflow\r\n\r\nModified the workflow to append 'preview' to the version number for non-tagged builds. This ensures clearer differentiation between stable and non-stable versions in the CI pipeline.\r\n\r\n* Add WorkflowInstanceStorageDriver for workflow variable storage\r\n\r\nIntroduced a new storage driver, WorkflowInstanceStorageDriver, to store workflow variables directly in the workflow state. Updated relevant classes and methods to incorporate this new storage driver, ensuring seamless read/write/delete operations and extending support for it throughout the codebase.\r\n\r\n* Refactor object conversion and update variable retrieval.\r\n\r\nSwitched from JsonObject to JsonNode for object conversion and corrected a typo in the summary comment. Changed the return type of GetVariablesDictionary method and updated its implementation to use VariablesDictionary.\r\n\r\n* Rename 'input' to 'serializedInput' in DispatchWorkflowDefinition.\r\n\r\nThis change clarifies that the input provided to the workflow should be serialized. It enhances the readability and accuracy of the code documentation, ensuring that developers understand the expected format of the input parameter.\r\n\r\n* Add priority and deprecation attributes to storage drivers\r\n\r\nIntroduced a priority attribute to the `IStorageDriver` interface and implemented it in various storage drivers. Additionally, marked `WorkflowStorageDriver` as deprecated and reordered storage driver listing based on priority.\r\n\r\n* Switch MassTransit broker to in-memory and refactor converter\r\n\r\nChanged MassTransit broker from AzureServiceBus to in-memory for improved performance in development environment. Simplified PolymorphicObjectConverterFactory by removing redundant constructor and dependencies. Removed unused folder from the project file.","shortMessageHtmlLink":"Fix variable serialization (#5974)"}},{"before":null,"after":"18b0d2e70aba7c1a69521e0847c51b1ebef95159","ref":"refs/heads/bug/asb","pushedAt":"2024-09-19T14:12:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add alteration logs to workflow execution logs (#5897) (#5911)","shortMessageHtmlLink":"Add alteration logs to workflow execution logs (#5897) (#5911)"}},{"before":"798d312ee5e80ff7e56e948bb12e871501718088","after":"432991d62f793d3a664c7d3d4b811e26556e9535","ref":"refs/heads/bug/variable-serialization","pushedAt":"2024-09-19T14:06:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Switch MassTransit broker to in-memory and refactor converter\n\nChanged MassTransit broker from AzureServiceBus to in-memory for improved performance in development environment. Simplified PolymorphicObjectConverterFactory by removing redundant constructor and dependencies. Removed unused folder from the project file.","shortMessageHtmlLink":"Switch MassTransit broker to in-memory and refactor converter"}},{"before":null,"after":"18b0d2e70aba7c1a69521e0847c51b1ebef95159","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-19T13:55:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add alteration logs to workflow execution logs (#5897) (#5911)","shortMessageHtmlLink":"Add alteration logs to workflow execution logs (#5897) (#5911)"}},{"before":null,"after":"798d312ee5e80ff7e56e948bb12e871501718088","ref":"refs/heads/bug/variable-serialization","pushedAt":"2024-09-19T13:55:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add priority and deprecation attributes to storage drivers\n\nIntroduced a priority attribute to the `IStorageDriver` interface and implemented it in various storage drivers. Additionally, marked `WorkflowStorageDriver` as deprecated and reordered storage driver listing based on priority.","shortMessageHtmlLink":"Add priority and deprecation attributes to storage drivers"}},{"before":"798d312ee5e80ff7e56e948bb12e871501718088","after":null,"ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-19T13:55:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"}},{"before":"6982b6530717f1b2d0ae05cc9fdc230d7f575c01","after":"798d312ee5e80ff7e56e948bb12e871501718088","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-19T10:12:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add priority and deprecation attributes to storage drivers\n\nIntroduced a priority attribute to the `IStorageDriver` interface and implemented it in various storage drivers. Additionally, marked `WorkflowStorageDriver` as deprecated and reordered storage driver listing based on priority.","shortMessageHtmlLink":"Add priority and deprecation attributes to storage drivers"}},{"before":"603075ffe2d033da1b38bfd17b87a4f53bdd553e","after":"6982b6530717f1b2d0ae05cc9fdc230d7f575c01","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-19T09:14:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Rename 'input' to 'serializedInput' in DispatchWorkflowDefinition.\n\nThis change clarifies that the input provided to the workflow should be serialized. It enhances the readability and accuracy of the code documentation, ensuring that developers understand the expected format of the input parameter.","shortMessageHtmlLink":"Rename 'input' to 'serializedInput' in DispatchWorkflowDefinition."}},{"before":"b4f401da60b88178b1cecc7554f263b579b603ed","after":"603075ffe2d033da1b38bfd17b87a4f53bdd553e","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-19T08:25:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor object conversion and update variable retrieval.\n\nSwitched from JsonObject to JsonNode for object conversion and corrected a typo in the summary comment. Changed the return type of GetVariablesDictionary method and updated its implementation to use VariablesDictionary.","shortMessageHtmlLink":"Refactor object conversion and update variable retrieval."}},{"before":"a0ef062c4624ff83f4d050aa7433d3db77651bd9","after":"b4f401da60b88178b1cecc7554f263b579b603ed","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-18T20:53:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add WorkflowInstanceStorageDriver for workflow variable storage\n\nIntroduced a new storage driver, WorkflowInstanceStorageDriver, to store workflow variables directly in the workflow state. Updated relevant classes and methods to incorporate this new storage driver, ensuring seamless read/write/delete operations and extending support for it throughout the codebase.","shortMessageHtmlLink":"Add WorkflowInstanceStorageDriver for workflow variable storage"}},{"before":"4b6f7384d598013ec51f5437c96462441e7a3ee6","after":null,"ref":"refs/heads/skyline-blue","pushedAt":"2024-09-18T19:10:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"}},{"before":"40cd2914c50f02da52a243561641d13882c37534","after":"a0ef062c4624ff83f4d050aa7433d3db77651bd9","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-18T19:04:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Merge branch 'skyline-blue' into patch/3.2.x","shortMessageHtmlLink":"Merge branch 'skyline-blue' into patch/3.2.x"}},{"before":"18b0d2e70aba7c1a69521e0847c51b1ebef95159","after":"40cd2914c50f02da52a243561641d13882c37534","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-09-18T19:04:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update workflow Docker images and version tags\n\nChanged Docker image tags from v3-2-0-rc3 to v3-2-1-preview across multiple GitHub workflows. Updated the VERSION environment variable in packages.yml to reflect the new versioning scheme. These changes ensure consistency with the new preview release.","shortMessageHtmlLink":"Update workflow Docker images and version tags"}},{"before":null,"after":"4b6f7384d598013ec51f5437c96462441e7a3ee6","ref":"refs/heads/skyline-blue","pushedAt":"2024-09-18T19:01:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Improve dispatched workflow input handling\n\nAddressed input handling in dispatch messages by adding `SerializedInput` property. Also removed initialization logic and moved input deserialization to a helper method, ensuring compatibility with both new and deprecated input property formats.","shortMessageHtmlLink":"Improve dispatched workflow input handling"}},{"before":"290eb9fe1941c7d5f5d694f2a3aff6d925efc98e","after":"12f947cf9bef7dead85b6779d4b69b172d0bf227","ref":"refs/heads/main","pushedAt":"2024-09-16T08:55:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Upgrade Quartz and some warning fixes (#5949)\n\nCo-authored-by: Sipke Schoorstra ","shortMessageHtmlLink":"Upgrade Quartz and some warning fixes (#5949)"}},{"before":"6b9079d61c2e894c9cae71f53886dfb6affc5229","after":"290eb9fe1941c7d5f5d694f2a3aff6d925efc98e","ref":"refs/heads/main","pushedAt":"2024-09-16T08:50:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update variable storage types and fix JavaScript handling\n\nChanged storage driver types for 'Products' and 'Product' variables to `WorkflowInstanceStorageDriver`. Refactored JavaScript handling to properly process variables and exclude input names from overwriting. Re-enabled a previously skipped array sorting test.","shortMessageHtmlLink":"Update variable storage types and fix JavaScript handling"}},{"before":"28f171e472d9433a296d33f86413be033816d240","after":"6b9079d61c2e894c9cae71f53886dfb6affc5229","ref":"refs/heads/main","pushedAt":"2024-09-16T00:17:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor Nuke script paths and update GitHub Actions\n\nSimplify the Nuke directory structure by moving scripts to the root level. Adjust the GitHub Actions workflow to reflect the new script path. This improves script accessibility and project organization.","shortMessageHtmlLink":"Refactor Nuke script paths and update GitHub Actions"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwNzo0ODozNy4wMDAwMDBazwAAAAS9q7dD","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwNzo0ODozNy4wMDAwMDBazwAAAAS9q7dD","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQwMDoxNzo0Mi4wMDAwMDBazwAAAAS27kUs"}},"title":"Activity ยท elsa-workflows/elsa-core"}