TheOpenCloudEngine / uEngine5-base

uEngine5 BPMS that totally re-written in Microservices architecture. uEngine5 can act as not only a conventional Workflow or BPMS but also as a REST api orchestrator or a BPaaS (Business process as a service) of members of OCE's MSA components.
MIT License
10 stars 13 forks source link

프로세스 마이그레이션 #70

Open Kim-youngtak opened 6 years ago

Kim-youngtak commented 6 years ago
pinoqio commented 6 years ago

180103 - 작업(LGD)

액티비티크기조정(StartEvent, gateway, humanactivity) -- 완료 endEvent(커스터마이징기능) 전환-- alarmtype --완료 back(커스터마이징기능)기능전환 -- 완료

-- 잔여 --

Kim-youngtak commented 6 years ago

공통 부분 수정

액티비티 사이즈 강제 설정 위 클래스의 90라인 view.setY((y)); 다음에 if(view.getWidth==0)){ view.setWidth((w)); view.setHeight((h)); } -- 액티비티 크기 설정은 각 아답터의 엘리먼트뷰 설정시 설정

Kim-youngtak commented 6 years ago

lgd 추가

lgd 커스텀 액티비티의 속성에 맞춰 마이그레이션 하는 경우, 커스텀 액티비티 클래스를 참조하도록 uegnine-migrator에 import/**Adapter.java 클래스들을 복사하여 사용.