conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Recur and Script

Open tameyer1 opened this issue 5 years ago • 9 comments

Quick question regarding how to set the recur interval. In workflowcore we used timespan which is defined in .net and seems to be the object type workflowcore expects. How does this work with conductor and iron python script engine?

tameyer1 avatar Jul 25 '19 01:07 tameyer1

I need to provide some helpers... I will get on this :)

danielgerlag avatar Jul 25 '19 03:07 danielgerlag

Thanks Daniel. Excellent work on the workflow engine. I was searching around for other implementations of the MS ScriptEngine and only found references to iron python and Clearscript. If I wanted a c# script engine option in conductor I guess you "roll your own" using the ScriptEngine abstract class? I've been partial to DynamicExpresso and was thinking that might be a way to add another option.

tameyer1 avatar Jul 25 '19 23:07 tameyer1

I was thinking about what you said about "creating some helpers" and was reviewing whatever iron python samples I could find using the sourcecodekind.expression. What worked was setting a scope item called Now and setting the value to DateTime.Now in evaluateexpression method. Is that in line with what you were planning?

tameyer1 avatar Jul 30 '19 01:07 tameyer1

Can we use Quartz.net for this? Very robust library and has a pretty good following.

softwareguy74 avatar Aug 02 '19 12:08 softwareguy74

hi @danielgerlag , any plans to include this anytime soon?

yasin-uohyd avatar Jan 26 '20 18:01 yasin-uohyd

hi @danielgerlag , any plans to include this anytime soon?

Would be helpful, I agree: +1

OluAgunloye avatar Mar 23 '20 21:03 OluAgunloye

@danielgerlag Did we solve this? Still having some issues with the Interval setting.

OluAgunloye avatar Sep 24 '20 02:09 OluAgunloye

The Input: image

The Error: image

OluAgunloye avatar Sep 24 '20 02:09 OluAgunloye