Methods
# async inner fetchTasksFromDB(application) → {Array}
Fetch tasklist from Mongo-DB
Parameters:
Name | Type | Description |
---|---|---|
application |
String | String with currently selected application from ApplicationDropdown |
Array of all task for the given application
Array
# async inner getAllRpaFunctionalities() → {Array}
Will send a backend call to retrieve all rpa-task objects for the purpose of retrieving the related parameter and possible output value
Array of all rpa-task objects
Array
# async inner getAvailableApplications() → {Array}
Fetch all applications from MongoDB
Array of all available applications
Array