-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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? #644
Comments
Have you tried |
@danielgerlag I'm trying to follow the advice #353. I want to set the effective date each time the step is run. So, |
It's not clear if you are using conductor or workflow core? |
I'm using Conductor. I created the workflow using the workflow definition I mentioned. |
Let's move the discussion to that project. The api is different. |
Moving discussion to danielgerlag/conductor#28 (comment). |
Hi, I opened the issue danielgerlag/conductor#28 too. But considering the documentation on the JSON defnition for WaitFor event is under Workflow Core, I will ask it here.
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: