conductor
conductor copied to clipboard
Recur and Script
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?
I need to provide some helpers... I will get on this :)
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.
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?
Can we use Quartz.net for this? Very robust library and has a pretty good following.
hi @danielgerlag , any plans to include this anytime soon?
hi @danielgerlag , any plans to include this anytime soon?
Would be helpful, I agree: +1
@danielgerlag Did we solve this? Still having some issues with the Interval setting.
The Input:
The Error: