Skip to content
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

Expression for the "Interval" input of a schedule step cannot be evaluated or its syntax needs to be clarified #36

Open
principleware opened this issue Aug 9, 2021 · 0 comments

Comments

@principleware
Copy link

Describe the bug
For a "Schedule" step, the expression for "Interval" created through Json/Yaml cannot be evaluated.

To Reproduce
An exception is thrown when we use "datetime.timedelta(seconds=300)" as the "Interval" input.

Additional context
The scenario is using the REST API for creating a workflow definition by passing a JSON representation; afterwards, the "Workflow" API is used to start/create a workflow. The exception is thrown when the input expression for a schedule step is evaluated.

If I am wrong on defining the "Interval" expression, please correct me. Thanks for your great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant