-
Notifications
You must be signed in to change notification settings - Fork 89
dashboard broke after excecution of a workflow #27
Comments
Can you elaborate on the broken dashboard part? What do you see? A screenshot might help. And perhaps there is a stack trace you can share? |
just a blank page. the problem is that i've make a mistake writing the last node expression, but i've no clue of what error is. in another attempt im now writing this expression "OK: " + Activities.CreaAsset.Asset.Id (javascript expression) after that it also broke the page as the previous attempt |
this is the project it contains:
|
i've tried to make the workflow in code: the output console write: so i'm thinking i'm writing something wrong but i've no clue of what. |
i've made a simple workflow that use a custom activity.
the custom activity ends with this code:
Output.SetVariable("Test", assetsDTO); return Done();
the last node of my workflow is a simple httpwriterespose.
inside i've wrote:
"Entity inserted: "+ Test.ID + " succes!"
after using post man to call this simple workflow it return 204 and also if i try to acces http://localhost:50777/Elsa/workflow-definition i've just an empty page
if i wanna re run my project i've to recreate the entire db (i'm using SQL server with entity framework)
PS: the custom activity runs ok (i've tested this workflow with the dubug)
The text was updated successfully, but these errors were encountered: