-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set the EffectiveDate for WateFor event in JSON? #28
Comments
Have you tried a JSON datetime like |
I need to set the datetime dynamically to the current time, hence the attempt to use |
Maybe try System.DateTime.Now? |
This is not the same as workflow core... the scripting engine here is Python |
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.
The text was updated successfully, but these errors were encountered: