API v2 Missing some classes?
I am currently taking the Solution Architect learning path courses and am in the section where workflows and the creation of workflows is being covered. There are multiple java classes, MailTask as an example, that are not present. I have downloaded and installed the API v2 jar file in my Eclipse environment. I have checked the developer site downloads, but do not see any other files there.
Are there other jar files available that contain the other classes?
caseyadams
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
2 comments
arthurburkhardt
·4 years ago · EditedAFAIK, there is not MailTask class in the collibra APIs. Which one are you refering to?
“Mail Task” is bpmn component used in the flowable workflow engine.
Or you have the “WorkflowMail” class, which is instantiated as “mail”.
Does that help?
caseyadams
OP4 years ago · EditedPotentially yes. Let me check. I am using the Acvtiviti BPMN plugin for Eclipse and some of the things in the Solution Architect courses regarding workflows are not there. Thanks for pointing me in the right direction!