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 support to determine time delays at run time. #3079

Closed
kunalkrishna1111 opened this issue Sep 13, 2019 · 2 comments
Closed

Expression support to determine time delays at run time. #3079

kunalkrishna1111 opened this issue Sep 13, 2019 · 2 comments
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior

Comments

@kunalkrishna1111
Copy link

kunalkrishna1111 commented Sep 13, 2019

Is your feature request related to a problem? Please describe.
There are scenarios where we need to hold the next task execution based on certain input at runtime which comes from the previous tasks. Currently we don't have that capability in Zeebe.

Describe the solution you'd like
Camunda has this support https://docs.camunda.org/manual/7.11/reference/bpmn20/events/timer-events/#expressions
Somewhat similar is needed in Zeebe also.

Describe alternatives you've considered
There are no alternatives to this

Additional context
Somewhat similar to this as in Camunda

image

Add any other context or screenshots about the feature request here.

@kunalkrishna1111 kunalkrishna1111 added the kind/feature Categorizes an issue or PR as a feature, i.e. new behavior label Sep 13, 2019
@andylholloway
Copy link

Hi
+1 for this feature.

Is this feature on the road map?

Alternatively is there a workaround? Some workarounds I have seen involve using a ServiceTask, but if the workflow requires several timers this solution doesn't scale.

Camunda BPMN has a ScriptTask and ServiceTask that can be used to execute code are there any plans to introduce the ScriptTask to Zeebe or extend the ServiceTask in Zeebe so it can execute code?

Thanks
Andy

@saig0
Copy link
Member

saig0 commented Mar 20, 2020

Hi @andylholloway,

good news. This feature is on the roadmap (#3799) 🎈
We will work on it very soon. Hopefully, it will be in the next release 0.23.0 that is scheduled for beginning of April.

@saig0 saig0 closed this as completed Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior
Projects
None yet
Development

No branches or pull requests

3 participants