Calling java class methods using serverless workflow yaml definition #557
              
                Unanswered
              
          
                  
                    
                      selvacreation
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| Hi! One possibility is to implement a new executor for funcions call: public class FunctionExecutor implements CallableTask<CallFunction>You have to register them using the load services API, create a file  Check the code for how the http implementation is done: https://github.com/serverlessworkflow/sdk-java/tree/main/impl/http | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using serverless workflow java SDK in my spring boot app. Is there anyway i can call my spring service methods from the yaml definition. Each example yaml is calling a api endpoint.
Beta Was this translation helpful? Give feedback.
All reactions