20 def __init__(self, user_id='PoC_gDayF', workflow_id='default', lang='en'):
def set_id_workflow(self, value)
Method used to set global variable id_workflow used to propagate workflow_id to all modules...
def set_id_analysis(self, value)
Method used to set global variable id_workflow used to propagate workflow_id to all modules...
def get_id_analysis(self)
Method used to get global variable id_workflow used to recover workflow_id in all modules...
def set_id_user(self, value)
Method used to set global variable id_user used to propagate user_id to all modules.
def get_id_workflow(self)
Method used to get global variable id_workflow used to recover workflow_id in all modules...
def get_id_user(self)
Method used to get global variable id_user used to recover user_id in all modules.