• 제목/요약/키워드: 워크플로우엔진

검색결과 65건 처리시간 0.021초

A production technique of observing variety program using AI-based reframing technology (AI 기반 리프레이밍 기술을 이용한 관찰예능 제작 기법)

  • Lee, Yoon Jae;Choi, Sung Woo;Hong, Min Soo;Lee, Yong Gun;Hong, Young Ki
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 한국방송∙미디어공학회 2022년도 하계학술대회
    • /
    • pp.1253-1255
    • /
    • 2022
  • 예능 프로그램에서 관찰예능 포맷은 널리 사용되는 형태이다. 본 연구에서는 AI기반 리프레이밍 기술을 활용하는 새로운 관찰 예능 제작 기법을 제안한다. 제안방식은 실제 방송프로그램 KBS2 신상출시 편스토랑에 적용되었다. 연구의 조건에 부합하는 촬영 장비의 기능조건과 조사결과를 다룬다. 센서타입와 연속녹화시간은 장비선정에 있어 핵심 고려요소로 나타났다. 시스템 구성은 제작 워크플로우에 따라 촬영파트와 편집파트로 나누어 소개한다. 촬영파트는 실제 제작현장의 기록을 바탕으로 작성되었다. 편집파트의 경우 자체 개발한 편집도구로 이루어지며, 핵심모듈인 AI엔진과 고속렌더링모듈에 대한 소개를 하였다. 향후 최신 촬영 장비의 도입, 처리성능의 향상 등을 통해 제안방식의 적용처를 넓혀갈 수 있을 것으로 기대한다.

  • PDF

Implementation of Workflow Composition Engine for Software Process (소프트웨어 프로세스를 위한 워크플로우 작성 엔진의 구현)

  • Kadel, Prakash;Park, Jun-Young;Choi, Ho-Jin
    • Annual Conference of KIPS
    • /
    • 한국정보처리학회 2007년도 춘계학술발표대회
    • /
    • pp.249-252
    • /
    • 2007
  • Workflow composition and management is a crucial part of Component Based Development (CBD). Workflows can be composed reusing existing workflows to improve efficiency during the various stages of software development process. Reusability of software process activities is improved by using existing workflows. This paper proposes a Workflow Composition Engine that generates workflow which consists of existing process activities and describes design of The Workflow Composition Engine. A prototype of the Workflow Composition Engine implemented is described.

Design and Implementation of Rule-based BPEL System for BPEL Rule Modeling (BPEL 규칙 모델링을 위한 규칙 기반 BPEL 시스템 설계와 구현)

  • Kwak, Donggyu;Choi, Jaeyoung
    • Journal of IKEEE
    • /
    • 제17권3호
    • /
    • pp.332-338
    • /
    • 2013
  • BPEL is a standard executable language for specifying actions within business processes with Web services. BPEL workflow requires rule engine to describe application process in BPEL, as the requirements increase. It is needed to develop new BPEL's engine or modify BPEL's engine in order to add the functionality of rules to BPEL engines, but this method is not easy to implement and it requires very high cost. In this paper, we present an R4BPEL document, which uses the original BPEL grammar and includes a rule document. With this method, it is possible to build rule-based BPEL environment easily by adding web services with rules and R4BPEL document analyzer to the general-purpose Web services. In this paper, we campared a BPEL's document in proposed system with a BPEL's document in the existing system. And we demonstrated the simplicity of the rule-based system.

BPEL Engine Generator for adding New Functions to BPEL based on Attribute Grammar and Aspect-Oriented Programming (속성문법과 관점지향 프로그래밍 기법을 이용한 BPEL에 새로운 기능을 추가하는 BPEL 엔진 생성기)

  • Kwak, Dongkyu;Kim, Jongho;Choi, Jaeyoung
    • KIPS Transactions on Software and Data Engineering
    • /
    • 제4권5호
    • /
    • pp.209-218
    • /
    • 2015
  • BPEL is used in various domains since it can describe the flow of works according to conditions and rules, and it can call web services in service-oriented computing environments. However, new functions that are not provided by BPEL grammar are required in specific domains. Generally, when new functions are required, the domain-specific language should be newly defined and developed, which requires high development cost. In this regard, a new function needs to be defined and added instead of developing domain-specific language with the new functions added. However, such methods only allow an addition of a single function, and it is difficult to design and add new functions according to the needs. This paper defines XAS4B document, which extends the BPEL grammar function through XML schema in order to add new functions, and proposes BPEL engine generator that generates BPEL engine with the new functions added by processing the document. The XAS4B document enables the creation of a new grammar added to BPEL using XML schema. It also shows the process of adding new functions to BPEL engine using AspectJ, JAVA implementation of aspect-oriented programming. The proposed system can add new functions using AspectJ without modifying BPEL engine. This allows the provision of new functions at low cost in various domains.

BPMN2XPDL: Transformation from BPMN to XPDL for a business process (BPMN2XPDL : 비즈니스 프로세스에 대한 BPMN 표기법을 XPDL 언어로의 변환)

  • Park Jung-Up;Jung Moon-Young;Jo Myung-Hyun;Kim Hak-Soo;Son Jin-Hyun
    • The KIPS Transactions:PartD
    • /
    • 제13D권4호
    • /
    • pp.535-548
    • /
    • 2006
  • To formally describe business process, many business process languages have been so far specified with different origins and goals such as XPDL, BPML and BPELAWS. Especially, XPDL proposed by WfMC has been widely used in various business process environments for a long time. On the other hand, the necessity of a standard graphical notation for a business process may create BPMN driven by BPMI. Because BPMN is composed of graphical constructs which can be used to graphically depict business process, BPMN-formed business processes should ultimately be converted to their corresponding semantically equivalent business process language(XPDL). Then, the business process languages can be consequently executed by business process engines. In this paper, we proposed a transformation mechanism from BPMN to XPDL for a business process. By this paper, We minimized the difference between process designers and process execution modules as reducing the gap of semantics between BPMN and XPDL.