InsiyaNeo
InsiyaNeo
OutputExpressionAction always throws “Expression is missing an 'as' clause” when returning an object
I’m trying to return an object in my OnSuccess action, but I keep getting this error: Exception while executing OutputExpressionAction: Expression is missing an 'as' clause Example JSON: { "WorkflowName":...
I want to include multiple local parameters in the output of a rule. Here's a simplified version: "Actions": { "OnSuccess": { "Name": "OutputExpression", "Context": { "Expression": "new { TempValueA =...
I'm encountering an error when trying to invoke a workflow using a specific rule name. It seems related to how I'm passing the input parameters. Could you please guide me...