Rainer Wittmann

Results 13 issues of Rainer Wittmann

Before digging deeper is aurelia-solitaire supposed to work at the moment? Did a clone of the repo and then followed the installation instructions. When running `gulp watch` game comes up,...

Running a local version of xstate-viz like in the public folder works, but it would be even better if we could provide a `` component that allows passing in a...

Props for the `ActivityLifecyclcle` are defined using uppercase in https://github.com/elsa-workflows/elsa-core/blob/77dbbad3caf5756b1cbb734c2ab6a3ad27693d9d/src/core/Elsa.Core/Models/ActivityLifecycle.cs#L5 This is checked against a lowercase property in the designer https://github.com/elsa-workflows/elsa-core/blob/2733a642f258187fb0717182d3ebd2e0d608eea8/src/designer/elsa-workflows-studio/src/components/screens/workflow-instance-viewer/elsa-workflow-instance-viewer-screen/elsa-workflow-instance-viewer-screen.tsx#L269 The interesting part is that the latest docker sample...

bug

Steps to reproduce. Create two workflows with a StartAt activity. Execute the first one. A record get created in bookmarks. Execute the second. It throws: ```console MongoDB.Driver.MongoCommandException: Command findAndModify failed:...

bug
elsa 3

Adding support for wallaby.js would allow developing/running tests in the editor. I've tested the below locally and can send a PR if needed. ```javascript process.env.BABEL_ENV = 'test' module.exports = function...

## Description This originated from this discord support question: https://discord.com/channels/814605913783795763/1232719654355599492 ## Steps to Reproduce Using Elsa 3.1.2 import the encoding-issue.json and run it. [encoding-issue.json](https://github.com/elsa-workflows/elsa-core/files/15129642/encoding-issue.json) In SetVariable an object is store...

bug

## Description Based on a support request in discord https://discord.com/channels/814605913783795763/1230144500777746493 ## Steps to Reproduce Using ootb server and studio 3.1.2/3.1.0 and create * a GrandChild workflow * a Child workflow...

bug

The conversion of an huge SharePoint 2013 $metadata file with JaySvcUtil was successful (with the usual warnings), but now when I try to load the file I'm getting a `refStorageModel...

feature