rmanjusha

Results 12 issues of rmanjusha

Hi , Could you please guide on how to mock the api for testing?

Is output query as SQL instead of JSON supported?

## Description Getting error - 'The memory block 'Elsa.Expressions.Models.MemoryBlockReference' does not exist' when a accessing workflow input inside "Elsa.FlowDecision" using csharp expression **"Input.Get(\"IsError\")"** ## Steps to Reproduce 1. Workflow uses...

bug

## Feature Request Elsa 3.1 - csharp script - extend the scripting capabilities to include custom types ### Problem Overview CSharp expression evaluator fails to execute - ((MyType)Output.LastResult).PropertyName with error...

enhancement

Hi , I am trying to access last activity output result inside 'If' branching condition using csharp expression to decide on next workflow step as - ((MyType)Output.LastResult).PropertyName , but getting...

bug

I understand that --resolve resolves on external references outside yaml . But how do I get behavior of resolving external , but still show the resolved model as links. Example...

Hello, **What is the question**: I referred serverless workflow sdk .net documentation on building workflow programmatically using C#. Few questions on Synape.Integration package usage : 1. Is there a base...

**What is the question**: Please provide an example on how to read workflow specification JSON and run programmatically .

Hi , I am new to workflows. I started with docker compose provided in source code (https://github.com/serverlessworkflow/synapse/blob/main/deployment/docker-compose/docker-compose.yml) and tried saving hello world workflow sample provided. When trying to save the...

Is it possible to execute a definition read using Workflow reader from code.