lucapisano
lucapisano
@ytcitsupport-jlin replace "var scheduler = schedulerFactory.GetScheduler().Result;" with "var scheduler = schedulerFactory.GetScheduler().GetAwaiter().GetResult();" and it will work. You're not awaiting the async method
> @lucapisano and neither are you. You're blocking on async method. The GetAwaiter() method will block the current thread until the async method returns its result and then it gives...
Hi @TeoMatosevic you're right. I'd need to add the attributes to the activities classes in order for the designer to allow JS/Liquid expressions. I'll make the change later today and...
[rpa-activity-demo-definition.zip](https://github.com/elsa-workflows/elsa-core/files/9591707/rpa-activity-demo-definition.zip) Attached demo Workflow Definition