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

Google Drive 와 Process Modeler 및 Process Manager 연동 #125

Open jinyoung opened 5 years ago

jinyoung commented 5 years ago
  1. 구글 드라이브에서 Open with... 했을 때 App 목록에 uengine5 가 나와야 하고, 연결시 프로세스가 열려야 함. image

1.1. BPMN 을 load 했을때 uengine process modeler 가 이를 parsing 할 수 있어야 하는데, 1.1.1. javascript 로 전환 로직을 작성하는 방법... bpmn -> modeler 바로 읽게끔 vuejs 에서 js로 코딩 1.1.2. 혹은, process modeler 가 해당 drive 의 bpmn 을 읽어온 후, ProcessInstance service 에 POST 로 전달하여(post) 변환된 typed json 으로 받은 후, 그것을 process modeler vuejs 쪽으로 redirecting 시키는 방법... - 기존 java 로직 재사용.

  1. 구글 드라이브에서 시작이 가능하지만, 우리쪽 UI에서도 구글드라이브 파일이 보여서 시작이 가능해야함.
kimscott commented 5 years ago
  1. 처음 가입 혹은 로그인시, 공통된 프로세스 (프로세스 앱 마켓플레이스 - 우리가 관리하는!) 가 shared 되어서 시작이 가능해야한다.

3.1. 프로세스 앱 마켓플레이스의 큐레이션