Open smadurange opened 4 years ago
Have you tried a JSON datetime like 2012-04-23T18:25:43.511Z
?
I need to set the datetime dynamically to the current time, hence the attempt to use DateTime.Now
. It might even be a good idea to set the default EffectiveDate
to DateTime.Now
instead of DateTime.Min
as it is easier to specify a hardcoded old date to process all received events actually.
Maybe try System.DateTime.Now?
This is not the same as workflow core... the scripting engine here is Python
see https://conductor-core.readthedocs.io/en/latest/primitives/
Maybe try datetime.now()
Hi,
I have the following workflow definition:
When I start this workflow (I'm using Conductor) using the http request:
I get the following exception
How do I set DateTime.Now in json? I'm following the syntax given here.