vimalraj-a

Results 8 comments of vimalraj-a

I'm also facing same problem from 4.x.x. But the same code works in 3.3.10. @laverdet How to wait for promise outside the isolate in 4.x.x?

Even I get the retryCount in step. How do I change error handling strategy of workflow from run method? I can't force termination of workflow from step body.

I can use while step. But It makes the workflow data dirty when we have 3-4 loops and inner loops.

@danielgerlag I found a way to create custom step for my scenario. Its working fine for my need. Can you suggest any better way to handle the sequential for? >...

It will work with empty array and null as well. Check 2nd line of run method.

Above solution is not working. convertToJs return an Js object. Is it possible to convert Dart Object to Map in polymer? If i add map to firebase-collection, it gets updated...

Thanks @jakemac53 . I tried with extending JsProxy and using JsProxy as Mixin. Both ways not solving the issue. here is my dart Todo class PODO - Case1: ``` class...

Yes @zoechi. You are right I need to add @reflectable annotation to fields. Still I am not able to send todo object to firebase. I can see that convertToJs function...