-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add Switch task implementation #466
Comments
Hi @fjtirado could you assign it o me? |
@mcruzdev Im already working on it. Its a pretty complex one affecting the whole structure of the implementation. In fact, the reason I have not uploaded the PR yet is that there is an ongoing discussion on CNCF about the possible values of task names on |
@mcruzdev Knowing that you want to work on the reference implementation, once I have completed this one and error handlng (both affects the current TaskExecutor interface) I would open more issues and discuss which ones can you help me with. Im thinking on authorization support for http calls and openapi task, but, in order to avoid collisions, I have to finish this one first. |
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
[Fix #466] Implement switch, set and do
Implements https://github.com/serverlessworkflow/specification/blob/main/dsl-reference.md#switch
The text was updated successfully, but these errors were encountered: