{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":622646426,"defaultBranch":"main","name":"elsa-studio","ownerLogin":"elsa-workflows","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-02T18:07:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/51759159?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725728825.0","currentOid":""},"activityList":{"items":[{"before":"e5937685b5a12519765134e6cee36a87094f0ee0","after":"25d6ab3e0351045bc92da3f064883e4c04748e98","ref":"refs/heads/feat/secrets","pushedAt":"2024-09-11T23:44:57.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 Secret management UI components\n\nReplaced the Secrets index page with new components and pages for creating, editing, and listing secrets. This includes dialogs for creation, forms for editing, and validation logic.","shortMessageHtmlLink":"Add Secret management UI components"}},{"before":null,"after":"af592e75ce594efff31b2926b756e98f90053fd0","ref":"refs/heads/poc/persistent-components","pushedAt":"2024-09-07T17:07:05.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":"Implement persistent state for components\n\nIntroduced components that support state persistence by creating new abstract classes and updating existing ones. Refactored state management to handle asynchronous save and load operations, and adjusted dependent components accordingly.","shortMessageHtmlLink":"Implement persistent state for components"}},{"before":null,"after":"e5937685b5a12519765134e6cee36a87094f0ee0","ref":"refs/heads/feat/secrets","pushedAt":"2024-09-01T19:49:20.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 RemoteFeature attribute to Feature class\n\nThis update introduces the RemoteFeature attribute to the Feature class, linking it to the \"Elsa.AgentsApi\". This change ensures better integration with remote functionalities and provides clearer code semantics.","shortMessageHtmlLink":"Add RemoteFeature attribute to Feature class"}},{"before":"659ae5c105ebb292ffc8384f65fe834f9f829bfb","after":"e5937685b5a12519765134e6cee36a87094f0ee0","ref":"refs/heads/main","pushedAt":"2024-09-01T16:50:37.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 RemoteFeature attribute to Feature class\n\nThis update introduces the RemoteFeature attribute to the Feature class, linking it to the \"Elsa.AgentsApi\". This change ensures better integration with remote functionalities and provides clearer code semantics.","shortMessageHtmlLink":"Add RemoteFeature attribute to Feature class"}},{"before":"3ace906b89978efd50a8b5f3d84df5415f2cb123","after":"659ae5c105ebb292ffc8384f65fe834f9f829bfb","ref":"refs/heads/main","pushedAt":"2024-09-01T12:17:07.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 dependencies and refactor project references\n\nAdded `Elsa.Agents.Models` package version 3.3.0-preview.2116 and removed the direct project reference to it in `Elsa.Studio.Agents.csproj`. This ensures the project uses a consistent, version-controlled dependency. Adjusted file organization to maintain correct references and project structure.","shortMessageHtmlLink":"Update dependencies and refactor project references"}},{"before":"887919bde1bb11218be9518cbc7a81069601b630","after":null,"ref":"refs/heads/feat/agents","pushedAt":"2024-09-01T07:41:29.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":"25a3e002268611aca36cc6e3c1ebd15123fb2647","after":"3ace906b89978efd50a8b5f3d84df5415f2cb123","ref":"refs/heads/main","pushedAt":"2024-09-01T07:41:28.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":"Add Elsa.Agents Module for Agent Management UI (#283)\n\n* Add Agents menu to the system\r\n\r\nIntroduce `AgentsMenu` to provide menu items and groups for the Agents module. Refactor related services to ensure proper integration and ordering of menu items across the application.\r\n\r\n* Add agent management features\r\n\r\nIntroduce agent management components, including pages for listing and handling agent workflows, dialogs for creating agents with Blazor components, and backend API endpoints for generating unique agent names. This enhances functionality for managing agent workflows within the application.\r\n\r\n* Add agent management UI components\r\n\r\nIntroduced new Razor components for managing AI agents and API keys, including forms for creating and updating entities, validation logic, and table views for listing items. Refactored services to support these new components and ensure proper API interactions.\r\n\r\n* Add services management and UI pages\r\n\r\nImplemented services management functionalities, including CRUD operations and unique name validation. Added respective UI pages for viewing, editing, and creating services, replacing the removed AgentModelValidator.\r\n\r\n* Refactor methods to support cancellation tokens\r\n\r\nUpdated several methods to accept CancellationToken parameters to enable task cancellation. These changes enhance the responsiveness and control over asynchronous operations, especially in UX-heavy components. Additionally, upgraded certain package versions and fixed minor UI issues.\r\n\r\n* Set default values for AgentInputModel properties\r\n\r\nUpdated properties in `AgentInputModel` to use initialized default values instead of `default!`. This change ensures that string and object properties are instantiated properly, improving code stability and preventing potential null reference exceptions.\r\n\r\n* Refactor service initialization in \"CreateAgentDialog\" and \"Agent\" components\r\n\r\nMoved service API calls from `OnInitializedAsync` to `OnParametersSetAsync` in \"CreateAgentDialog.razor.cs\" for consistency. Added a new tab and field for services in \"CreateAgentDialog.razor\" and \"Agent.razor\" to allow selection of services required by the agent. Updated \"Agent.razor.cs\" to correctly handle selected services during initialization and saving.\r\n\r\n* Add and integrate IPluginsApi for managing AI plugins\r\n\r\nIntroduced `IPluginsApi` to handle AI plugin interactions and updated relevant UI components to support plugin selection and management. Modified `CreateAgentDialog` and `Agent` components to enhance user experience by displaying available plugins, allowing users to select multiple plugins for an agent.\r\n\r\n* Refactor MudCheckBox bindings and field properties\r\n\r\nUpdated MudCheckBox components to use 'Value' and 'ValueChanged' bindings for consistency. Replaced 'DisableUnderLine' with 'UnderLine' property to enhance code readability and maintainability.\r\n\r\n* Add staleness markers to activity and display settings registries\r\n\r\nIntroduce `_isStale` flag and `MarkStale` methods to `DefaultActivityRegistry` and `DefaultActivityDisplaySettingsRegistry`. Ensure activities and display settings are marked stale whenever relevant changes occur, improving the consistency of the system state.\r\n\r\n* Refactor ActivityPicker component to use async initialization\r\n\r\nReplaced synchronous initialization methods with asynchronous counterparts to improve efficiency. Removed unnecessary interfaces and methods related to event handling and disposal. This simplifies the code and ensures that the activity registry is loaded asynchronously.\r\n\r\n* Update Elsa.Api.Client package version\r\n\r\nUpgraded Elsa.Api.Client from version 3.3.0-preview.2105 to 3.3.0-preview.2116 and switched from ProjectReference to PackageReference in csproj. This ensures consistency and potential bug fixes from the newer preview version.","shortMessageHtmlLink":"Add Elsa.Agents Module for Agent Management UI (#283)"}},{"before":"f3d990bf31d5abf63ed230f436eabb3cdb39e00c","after":"887919bde1bb11218be9518cbc7a81069601b630","ref":"refs/heads/feat/agents","pushedAt":"2024-09-01T07:36:59.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 Elsa.Api.Client package version\n\nUpgraded Elsa.Api.Client from version 3.3.0-preview.2105 to 3.3.0-preview.2116 and switched from ProjectReference to PackageReference in csproj. This ensures consistency and potential bug fixes from the newer preview version.","shortMessageHtmlLink":"Update Elsa.Api.Client package version"}},{"before":"38b687ee395dd29997886bd7e60c41b775f8e0fe","after":"f3d990bf31d5abf63ed230f436eabb3cdb39e00c","ref":"refs/heads/feat/agents","pushedAt":"2024-08-31T20:21:30.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor ActivityPicker component to use async initialization\n\nReplaced synchronous initialization methods with asynchronous counterparts to improve efficiency. Removed unnecessary interfaces and methods related to event handling and disposal. This simplifies the code and ensures that the activity registry is loaded asynchronously.","shortMessageHtmlLink":"Refactor ActivityPicker component to use async initialization"}},{"before":"43b23cf962df3b576ebc1ab99a1a148f90b8fea4","after":"38b687ee395dd29997886bd7e60c41b775f8e0fe","ref":"refs/heads/feat/agents","pushedAt":"2024-08-31T19:32: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":"Add and integrate IPluginsApi for managing AI plugins\n\nIntroduced `IPluginsApi` to handle AI plugin interactions and updated relevant UI components to support plugin selection and management. Modified `CreateAgentDialog` and `Agent` components to enhance user experience by displaying available plugins, allowing users to select multiple plugins for an agent.","shortMessageHtmlLink":"Add and integrate IPluginsApi for managing AI plugins"}},{"before":"1ec3669dd9a1aa2aa976919f8e9e96b25cc9c521","after":"43b23cf962df3b576ebc1ab99a1a148f90b8fea4","ref":"refs/heads/feat/agents","pushedAt":"2024-08-31T17:39: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":"Refactor service initialization in \"CreateAgentDialog\" and \"Agent\" components\n\nMoved service API calls from `OnInitializedAsync` to `OnParametersSetAsync` in \"CreateAgentDialog.razor.cs\" for consistency. Added a new tab and field for services in \"CreateAgentDialog.razor\" and \"Agent.razor\" to allow selection of services required by the agent. Updated \"Agent.razor.cs\" to correctly handle selected services during initialization and saving.","shortMessageHtmlLink":"Refactor service initialization in \"CreateAgentDialog\" and \"Agent\" co…"}},{"before":"a47389efab99f1c383dfdd86bac8e658152b711b","after":"1ec3669dd9a1aa2aa976919f8e9e96b25cc9c521","ref":"refs/heads/feat/agents","pushedAt":"2024-08-31T15:48:07.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor methods to support cancellation tokens\n\nUpdated several methods to accept CancellationToken parameters to enable task cancellation. These changes enhance the responsiveness and control over asynchronous operations, especially in UX-heavy components. Additionally, upgraded certain package versions and fixed minor UI issues.","shortMessageHtmlLink":"Refactor methods to support cancellation tokens"}},{"before":"078b9a13a3b48cb1c9ea116099569ebc4c469c1f","after":"71a31a9865add1ec22afb8a990ca0100fb4bb586","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-30T10:37:01.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 Elsa.Api.Client to stable version 3.2.0\n\nChanged the Elsa.Api.Client package version from 3.2.0-rc6 to 3.2.0. This moves the project from a release candidate to the stable version of the package.","shortMessageHtmlLink":"Update Elsa.Api.Client to stable version 3.2.0"}},{"before":"786a4a1928ee4dc24ca372ed159e2a3860475d1f","after":null,"ref":"refs/tags/3.2.0-rc6","pushedAt":"2024-08-21T09:59:06.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":"786a4a1928ee4dc24ca372ed159e2a3860475d1f","after":"078b9a13a3b48cb1c9ea116099569ebc4c469c1f","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-21T09:58:53.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 Elsa.Api.Client to version 3.2.0-rc6\n\nThis change upgrades the Elsa.Api.Client package from version 3.2.0-rc5 to 3.2.0-rc6. It ensures compatibility with the latest features and fixes in the library.","shortMessageHtmlLink":"Update Elsa.Api.Client to version 3.2.0-rc6"}},{"before":"575eda8bcd4b698c51b099f37c047ba2460d93a1","after":"a47389efab99f1c383dfdd86bac8e658152b711b","ref":"refs/heads/feat/agents","pushedAt":"2024-08-19T20:44:59.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 agent management features\n\nIntroduce agent management components, including pages for listing and handling agent workflows, dialogs for creating agents with Blazor components, and backend API endpoints for generating unique agent names. This enhances functionality for managing agent workflows within the application.","shortMessageHtmlLink":"Add agent management features"}},{"before":null,"after":"575eda8bcd4b698c51b099f37c047ba2460d93a1","ref":"refs/heads/feat/agents","pushedAt":"2024-08-18T20:10:21.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 Agents menu to the system\n\nIntroduce `AgentsMenu` to provide menu items and groups for the Agents module. Refactor related services to ensure proper integration and ordering of menu items across the application.","shortMessageHtmlLink":"Add Agents menu to the system"}},{"before":"eb72bc9a80867d14c711099711653d3a32e993b7","after":"786a4a1928ee4dc24ca372ed159e2a3860475d1f","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-16T19:51:57.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 release candidate version in workflow\n\nIncrement the release candidate version from rc5 to rc6 in the packages.yml GitHub Actions workflow file. This ensures the versioning reflects the latest changes and continues the correct sequence.","shortMessageHtmlLink":"Update release candidate version in workflow"}},{"before":"df30caa5b98f51da97af3c2de94ef3dcdbdead9c","after":"25a3e002268611aca36cc6e3c1ebd15123fb2647","ref":"refs/heads/main","pushedAt":"2024-08-16T18:46:48.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 tool version to 3.3.0\n\nIncrement the version number from 3.2.0 to 3.3.0 in ToolVersion.cs. This change reflects the latest updates and improvements made to the tool.","shortMessageHtmlLink":"Update tool version to 3.3.0"}},{"before":"db323aa50cf1f62613357e013467e998122286e2","after":"df30caa5b98f51da97af3c2de94ef3dcdbdead9c","ref":"refs/heads/main","pushedAt":"2024-08-16T18:44:22.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 Elsa.Api.Client package version\n\nBumped Elsa.Api.Client from version 3.3.0-preview.2066 to 3.3.0-preview.2091 to incorporate the latest changes and improvements. This update ensures compatibility with recent updates and resolves any potential issues from the previous version.","shortMessageHtmlLink":"Update Elsa.Api.Client package version"}},{"before":"47b28bbf121a3cfffe7144066243fbcff1136039","after":"db323aa50cf1f62613357e013467e998122286e2","ref":"refs/heads/main","pushedAt":"2024-08-14T19:21:45.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 Elsa.Api.Client package version\n\nUpgraded Elsa.Api.Client from version 3.3.0-preview.2045 to 3.3.0-preview.2066 in Directory.Packages.props and adjusted related project references. This change ensures compatibility and access to the latest features and fixes.","shortMessageHtmlLink":"Update Elsa.Api.Client package version"}},{"before":"f5cf360d3f98be08d7f0cf82b1b42ec143a8c038","after":"47b28bbf121a3cfffe7144066243fbcff1136039","ref":"refs/heads/main","pushedAt":"2024-08-14T17:40:39.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Merge branch 'patch/3.2.x'","shortMessageHtmlLink":"Merge branch 'patch/3.2.x'"}},{"before":"c047d0b7df327685a9e8f996a337ef5bec271cea","after":null,"ref":"refs/tags/3.2.0-rc5","pushedAt":"2024-08-14T17:27:41.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":"c047d0b7df327685a9e8f996a337ef5bec271cea","after":"eb72bc9a80867d14c711099711653d3a32e993b7","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-14T17:27: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":"Update Elsa.Api.Client package version\n\nChanged the Elsa.Api.Client version from 3.2.0-rc5.2062 to 3.2.0-rc5. This update ensures compatibility with the latest stable release and resolves potential issues with dependency mismatches.","shortMessageHtmlLink":"Update Elsa.Api.Client package version"}},{"before":"d1befe0d18544f2fe1506bbb83e92f60edaea4b7","after":"c047d0b7df327685a9e8f996a337ef5bec271cea","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-14T16:49:17.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":"Revert tool version to 3.2.0","shortMessageHtmlLink":"Revert tool version to 3.2.0"}},{"before":"deba34dc2a4c890a130b2f6cdecc708ee13cc072","after":null,"ref":"refs/heads/bug/272","pushedAt":"2024-08-14T10:06:54.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":"13aaf4a48be7bcdcf490b94e5e3f2d540cdf4cce","after":"d1befe0d18544f2fe1506bbb83e92f60edaea4b7","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-14T10:06:52.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 copy & paste of activities and nested activities (#273)\n\n* Ensure pasted cell becomes selected\r\n\r\nEnsure that the pasted cell becomes selected so that any changes made via the Activity Properties panel are applied to the pasted cell.\r\n\r\n* Update container and activity IDs in FlowchartDesigner\r\n\r\nModified the container to include a node ID suffix and adjusted activity ID handling. This ensures unique identifiers for containers and activities, improving traceability and edge updating mechanisms.","shortMessageHtmlLink":"Fix copy & paste of activities and nested activities (#273)"}},{"before":"63baa305b03dcf2d1390ef150bbf528544bcddcd","after":"deba34dc2a4c890a130b2f6cdecc708ee13cc072","ref":"refs/heads/bug/272","pushedAt":"2024-08-14T09:53: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":"Update container and activity IDs in FlowchartDesigner\n\nModified the container to include a node ID suffix and adjusted activity ID handling. This ensures unique identifiers for containers and activities, improving traceability and edge updating mechanisms.","shortMessageHtmlLink":"Update container and activity IDs in FlowchartDesigner"}},{"before":null,"after":"63baa305b03dcf2d1390ef150bbf528544bcddcd","ref":"refs/heads/bug/272","pushedAt":"2024-08-14T08:36:34.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":"Ensure pasted cell becomes selected\n\nEnsure that the pasted cell becomes selected so that any changes made via the Activity Properties panel are applied to the pasted cell.","shortMessageHtmlLink":"Ensure pasted cell becomes selected"}},{"before":"3f4a6a8137494cb92df41fdb608bcaa347cfaf7b","after":"13aaf4a48be7bcdcf490b94e5e3f2d540cdf4cce","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-12T11:14:18.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 Elsa.Api.Client package version and project setup\n\nUpdated Elsa.Api.Client to version 3.2.0-rc5.2062 in Directory.Packages.props. Adjusted the project setup in Elsa.Studio.Core.csproj to reference the package instead of a local project reference.","shortMessageHtmlLink":"Update Elsa.Api.Client package version and project setup"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQyMzo0NDo1Ny4wMDAwMDBazwAAAASzw2rH","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQyMzo0NDo1Ny4wMDAwMDBazwAAAASzw2rH","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xMlQxMToxNDoxOC4wMDAwMDBazwAAAASYBCw9"}},"title":"Activity · elsa-workflows/elsa-studio"}