1 from resource_assignment_processor_function import JythonComponentFunction
2 from blueprint_constants import *
5 class SampleJythonComponentNode(JythonComponentFunction):
7 def process(self, execution_request):
8 print "Processing calling.." + PROPERTY_BLUEPRINT_BASE_PATH
11 def recover(self, runtime_exception, execution_request):
12 print "Recovering calling.." + PROPERTY_BLUEPRINT_BASE_PATH