flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
7.83k stars 2.59k forks source link

In parameters and out parameters not working in CMMN Process Task #1688

Open isepjfv opened 5 years ago

isepjfv commented 5 years ago

Hi!

I'm having problems adding in parameters and out parameters in a CMMN process task. When I add an in parameter or out parameter it won't let me download the XML, it won't let me execute the CMMN and it doesn't generate the thumbnail.. Is this some bug? Can you fix it?

Thank you.

tijsrademakers commented 5 years ago

Hi, do you see an error stacktrace in the logging? Can you share that as well in this issue?

isepjfv commented 5 years ago

Hi! Here it is!

java.lang.NullPointerException: null at org.flowable.cmmn.editor.json.converter.CmmnJsonConverter.readShapeDI(CmmnJsonConverter.java:624) ~[flowable-cmmn-json-converter-6.4.1.jar:6.4.1] at org.flowable.cmmn.editor.json.converter.CmmnJsonConverter.readShapeDI(CmmnJsonConverter.java:631) ~[flowable-cmmn-json-converter-6.4.1.jar:6.4.1] at org.flowable.cmmn.editor.json.converter.CmmnJsonConverter.convertToCmmnModel(CmmnJsonConverter.java:368) ~[flowable-cmmn-json-converter-6.4.1.jar:6.4.1] at org.flowable.cmmn.editor.json.converter.CmmnJsonConverter.convertToCmmnModel(CmmnJsonConverter.java:288) ~[flowable-cmmn-json-converter-6.4.1.jar:6.4.1] at org.flowable.ui.modeler.service.ModelImageService.generateCmmnThumbnailImage(ModelImageService.java:83) ~[flowable-ui-modeler-logic-6.4.1.jar:6.4.1] at org.flowable.ui.modeler.service.ModelImageService$$FastClassBySpringCGLIB$$6d09a974.invoke() ~[flowable-ui-modeler-logic-6.4.1.jar:6.4.1] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) ~[spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) ~[spring-tx-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) ~[spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.flowable.ui.modeler.service.ModelImageService$$EnhancerBySpringCGLIB$$a811fff6.generateCmmnThumbnailImage() ~[flowable-ui-modeler-logic-6.4.1.jar:6.4.1] at org.flowable.ui.modeler.service.ModelServiceImpl.persistModel(ModelServiceImpl.java:699) ~[flowable-ui-modeler-logic-6.4.1.jar:6.4.1] at org.flowable.ui.modeler.service.ModelServiceImpl.internalSave(ModelServiceImpl.java:453) ~[flowable-ui-modeler-logic-6.4.1.jar:6.4.1] at org.flowable.ui.modeler.service.ModelServiceImpl.saveModel(ModelServiceImpl.java:415) ~[flowable-ui-modeler-logic-6.4.1.jar:6.4.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:197) ~[spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) [spring-tx-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) [spring-tx-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) [spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) [spring-aop-5.0.12.RELEASE.jar:5.0.12.RELEASE] at com.sun.proxy.$Proxy313.saveModel(Unknown Source) [?:?] at org.flowable.ui.modeler.rest.app.ModelResource.updateModel(ModelResource.java:299) [flowable-ui-modeler-rest-6.4.1.jar:6.4.1] at org.flowable.ui.modeler.rest.app.ModelResource.saveModel(ModelResource.java:242) [flowable-ui-modeler-rest-6.4.1.jar:6.4.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:209) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:891) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:981) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:884) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) [servlet-api.jar:?] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:858) [spring-webmvc-5.0.12.RELEASE.jar:5.0.12.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) [servlet-api.jar:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) [tomcat-websocket.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90) [spring-boot-actuator-2.0.8.RELEASE.jar:2.0.8.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.flowable.ui.common.filter.FlowableCookieFilter.doFilterInternal(FlowableCookieFilter.java:169) [flowable-ui-common-6.4.1.jar:6.4.1] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.11.RELEASE.jar:5.0.11.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:130) [spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE] at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:66) [spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE] at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:105) [spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:123) [spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117) [spring-boot-actuator-2.0.8.RELEASE.jar:2.0.8.RELEASE] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106) [spring-boot-actuator-2.0.8.RELEASE.jar:2.0.8.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.12.RELEASE.jar:5.0.12.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.37] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.37] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) [catalina.jar:8.5.37] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [catalina.jar:8.5.37] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) [catalina.jar:8.5.37] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [catalina.jar:8.5.37] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) [catalina.jar:8.5.37] at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650) [catalina.jar:8.5.37] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [catalina.jar:8.5.37] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [catalina.jar:8.5.37] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) [tomcat-coyote.jar:8.5.37] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-coyote.jar:8.5.37] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) [tomcat-coyote.jar:8.5.37] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) [tomcat-coyote.jar:8.5.37] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-coyote.jar:8.5.37] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-util.jar:8.5.37] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]

tijsrademakers commented 5 years ago

Can you share the CMMN model by adding it to an app and share the app zip file?

isepjfv commented 5 years ago

Hi!

I can't because it shows me this:

image

tijsrademakers commented 5 years ago

ok, could you share the "model_editor_json" column value of the ACT_DE_MODEL table for this CMMN model?

isepjfv commented 5 years ago

How can I do that? Where's that value? Is it on flowable task, flowable admin, flowable modeler, ...?

Thank you.

tijsrademakers commented 5 years ago

You can find it in the Flowable Modeler database. So directly in the database not in an app.

isepjfv commented 5 years ago

Can you please tell me how I can access that database? I'm using the default H2 local database.

isepjfv commented 5 years ago

Found it.

{"modelId":"a08c922c-41af-11e9-bc7b-d050993af594","bounds":{"lowerRight":{"x":1223,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"underwritingMacroProcess","name":"UnderwritingMacroProcess","documentation":"Processo de subscrição vida risco","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"{\"executionListeners\":[]}","eventlisteners":"{\"eventListeners\":[]}","signaldefinitions":"[]","messagedefinitions":"[]","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false","messages":[]},"childShapes":[{"resourceId":"objectReceived","properties":{"overrideid":"objectReceived","name":"Object Received","documentation":"","executionlisteners":{"executionListeners":[]},"initiator":"","formkeydefinition":"","formreference":"","formproperties":"","interrupting":true},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"flow1"}],"bounds":{"lowerRight":{"x":130,"y":193},"upperLeft":{"x":100,"y":163}},"dockers":[]},{"resourceId":"constructBaseInformation","properties":{"overrideid":"constructBaseInformation","name":"Construct base information","documentation":"","asynchronousdefinition":false,"exclusivedefinition":true,"servicetasktriggerable":"false","executionlisteners":{"executionListeners":[]},"multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":false,"servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_constructBaseInformation}","servicetaskfields":{"fields":[]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"flow2"}],"bounds":{"lowerRight":{"x":355,"y":220},"upperLeft":{"x":255,"y":140}},"dockers":[]},{"resourceId":"qualification","properties":{"overrideid":"qualification","name":"Qualification","documentation":"","asynchronousdefinition":false,"exclusivedefinition":true,"callactivitycompleteasync":"","executionlisteners":{"executionListeners":[]},"callactivitycalledelement":"subQualification","callactivitycalledelementtype":"key","callactivityinparameters":{"inParameters":[]},"callactivityoutparameters":{"outParameters":[{"source":"istorejectproposal","target":"istorejectproposal","sourceExpression":null},{"source":"insuredpeople","target":"insuredpeople","sourceExpression":null}]},"callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":false,"callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":"false","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":false},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"flow3"}],"bounds":{"lowerRight":{"x":565,"y":220},"upperLeft":{"x":465,"y":140}},"dockers":[]},{"resourceId":"assessment","properties":{"overrideid":"assessment","name":"Assessment","documentation":"","asynchronousdefinition":false,"exclusivedefinition":true,"callactivitycompleteasync":"","executionlisteners":{"executionListeners":[]},"callactivitycalledelement":"subAssessment","callactivitycalledelementtype":"key","callactivityinparameters":{"inParameters":[{"source":"insuredpeople","target":"insuredpeople","sourceExpression":null}]},"callactivityoutparameters":{"outParameters":[{"source":"insuredpeople","target":"insuredpeople","sourceExpression":null}]},"callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":false,"callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":"false","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":false},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"flow5"}],"bounds":{"lowerRight":{"x":865,"y":220},"upperLeft":{"x":765,"y":140}},"dockers":[]},{"resourceId":"endMacroProcess","properties":{"overrideid":"endMacroProcess","name":"","documentation":"","executionlisteners":{"executionListeners":[]}},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":1123,"y":194},"upperLeft":{"x":1095,"y":166}},"dockers":[]},{"resourceId":"gw","properties":{"overrideid":"gw","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":"","executionlisteners":{"executionListeners":[]}},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"flow4"},{"resourceId":"flow7"}],"bounds":{"lowerRight":{"x":685,"y":200},"upperLeft":{"x":645,"y":160}},"dockers":[]},{"resourceId":"acceptance","properties":{"overrideid":"acceptance","name":"Acceptance","documentation":"","asynchronousdefinition":false,"exclusivedefinition":true,"callactivitycompleteasync":"","executionlisteners":{"executionListeners":[]},"callactivitycalledelement":"subAcceptance","callactivitycalledelementtype":"key","callactivityinparameters":{"inParameters":[]},"callactivityoutparameters":{"outParameters":[]},"callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":false,"callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":"false","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":false},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"flow6"}],"bounds":{"lowerRight":{"x":1045,"y":220},"upperLeft":{"x":945,"y":140}},"dockers":[]},{"resourceId":"proposalRejected","properties":{"overrideid":"proposalRejected","name":"Proposal Rejected","documentation":"","executionlisteners":{"executionListeners":[]}},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":679,"y":373},"upperLeft":{"x":651,"y":345}},"dockers":[]},{"resourceId":"flow1","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"constructBaseInformation"}],"bounds":{"lowerRight":{"x":254.27349289705845,"y":179.46603676733747},"upperLeft":{"x":130.84369460294155,"y":178.16677573266253}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"constructBaseInformation"}},{"resourceId":"flow2","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"qualification"}],"bounds":{"lowerRight":{"x":464.78125,"y":180},"upperLeft":{"x":355.21875,"y":180}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"qualification"}},{"resourceId":"flow3","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"gw"}],"bounds":{"lowerRight":{"x":645.25,"y":180},"upperLeft":{"x":565.21875,"y":180}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"gw"}},{"resourceId":"flow4","properties":{"overrideid":"flow4","name":"","documentation":"","conditionsequenceflow":"${istorejectproposal==0}","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"assessment"}],"bounds":{"lowerRight":{"x":764.78125,"y":180},"upperLeft":{"x":684.75,"y":180}},"dockers":[{"x":20,"y":20},{"x":50,"y":40}],"target":{"resourceId":"assessment"}},{"resourceId":"flow5","properties":{"overrideid":"flow5","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"acceptance"}],"bounds":{"lowerRight":{"x":944.78125,"y":180},"upperLeft":{"x":865.21875,"y":180}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"acceptance"}},{"resourceId":"flow6","properties":{"overrideid":"flow6","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"endMacroProcess"}],"bounds":{"lowerRight":{"x":1094.640625,"y":180},"upperLeft":{"x":1045.875,"y":180}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"endMacroProcess"}},{"resourceId":"flow7","properties":{"overrideid":"flow7","name":"","documentation":"","conditionsequenceflow":"${istorejectproposal==1}","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"proposalRejected"}],"bounds":{"lowerRight":{"x":665,"y":344.015625},"upperLeft":{"x":665,"y":199.87890625}},"dockers":[{"x":20,"y":20},{"x":14,"y":14}],"target":{"resourceId":"proposalRejected"}},{"resourceId":"sid-384B7C71-7031-402A-AF10-C20009AB9E5F","properties":{"overrideid":"sid-384B7C71-7031-402A-AF10-C20009AB9E5F","name":"","documentation":"","text":"isToRejectProposal"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-1E69503E-1939-4E1B-9E23-9FF153429265"}],"bounds":{"lowerRight":{"x":723,"y":81},"upperLeft":{"x":607,"y":30}},"dockers":[]},{"resourceId":"sid-1E69503E-1939-4E1B-9E23-9FF153429265","properties":{"overrideid":"sid-1E69503E-1939-4E1B-9E23-9FF153429265","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"gw"}],"bounds":{"lowerRight":{"x":665,"y":160},"upperLeft":{"x":665,"y":55.5}},"dockers":[{"x":58,"y":25.5},{"x":20,"y":0}],"target":{"resourceId":"gw"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}}

{"modelId":"82fd0410-41b0-11e9-bc7b-d050993af594","bounds":{"lowerRight":{"x":1330.5,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"acceptanceWaiting","name":"Acceptance - Waiting","documentation":"Processo de submissão de data início","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"{\"items\":[{\"dataproperty_id\":\"istoreject\",\"dataproperty_name\":\"istoreject\",\"dataproperty_type\":\"int\",\"readable\":true,\"writable\":true,\"dataproperty_value\":\"0\",\"$$hashKey\":\"uiGrid-000V\"}]}","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"objectReceived","name":"Object received","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-70871BD1-AC2B-4F6B-88B2-16319C217A2F"}],"bounds":{"lowerRight":{"x":80.5,"y":281.25},"upperLeft":{"x":50.5,"y":251.25}},"dockers":[]},{"resourceId":"sid-57BFC2D8-3EA0-4BAF-8CEA-DB4EEC55C3F4","properties":{"overrideid":"gw1","name":"Was refused  some insured  person?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-7844DE9A-81C5-4B88-8096-2D91CFDAC1F9"},{"resourceId":"sid-EF145197-B5AC-4F50-A45D-8CD10F2846B5"}],"bounds":{"lowerRight":{"x":165.5,"y":286.25},"upperLeft":{"x":125.5,"y":246.25}},"dockers":[]},{"resourceId":"sid-4F9686B2-D11C-49E6-90DC-2FB09A1A982D","properties":{"overrideid":"gw2","name":"Is anyone accepted with special conditions","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-129B1785-7DD8-4C5B-A3C2-0BD9EB37EF35"},{"resourceId":"sid-BF173C4F-B8ED-48B3-B776-DC2D8EE4A064"}],"bounds":{"lowerRight":{"x":285.5,"y":546.25},"upperLeft":{"x":245.5,"y":506.25}},"dockers":[]},{"resourceId":"sid-0C5C9FBB-2123-4FB2-A794-4AB8E4F8DE42","properties":{"overrideid":"communicationAcceptedWithConditions","name":"Communication - Accepted With Conditions","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_Outputs}","servicetaskfields":{"fields":[{"name":"eventExpression","implementation":"AcceptanceWithConditions","stringValue":"AcceptanceWithConditions","expression":"","string":"","$$hashKey":"uiGrid-0097"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-B1A5ECC2-2A70-4C24-9986-180047CA833E"}],"bounds":{"lowerRight":{"x":423.5,"y":378.25},"upperLeft":{"x":155.5,"y":311.25}},"dockers":[]},{"resourceId":"sid-14614C9A-57B8-46D0-BB05-82270E3DC954","properties":{"overrideid":"EndPolicy","name":"Policy","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":1194.5,"y":384.25},"upperLeft":{"x":1166.5,"y":356.25}},"dockers":[]},{"resourceId":"sid-A7F4C04B-B933-4B1A-8B9D-0A40EB6ED288","properties":{"overrideid":"startDateRegister","name":"Start Date Register","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Assistant","$$hashKey":"object:5807"},{"value":"Analyst","$$hashKey":"object:5820"},{"value":"SuperiorAnalyst","$$hashKey":"object:5825"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-004P","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-004V"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-0051"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-0057"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-273FC1B6-D4B2-4244-B519-3A6303C0075C"}],"bounds":{"lowerRight":{"x":885.5,"y":361.25},"upperLeft":{"x":785.5,"y":281.25}},"dockers":[]},{"resourceId":"sid-8D3A5278-3194-4FB2-9CC0-005E3038C237","properties":{"overrideid":"clientDecisionRegister","name":"Client Decision Register","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Analyst","$$hashKey":"object:6059"},{"value":"SuperiorAnalyst","$$hashKey":"object:6068"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-0077","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-007D"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-007J"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-007P"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-DC6951DF-8897-433E-9DF9-A901DFDE96D2"}],"bounds":{"lowerRight":{"x":585.5,"y":384.75},"upperLeft":{"x":485.5,"y":304.75}},"dockers":[]},{"resourceId":"sid-94516749-7C40-415C-9F91-558737153A49","properties":{"overrideid":"gw3","name":"Start date informed?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-21CA55C2-8F9F-44EB-9D67-D97BA5B79461"},{"resourceId":"sid-7EDBFE12-D228-41F5-BBBE-FA488755AB12"}],"bounds":{"lowerRight":{"x":940,"y":216.25},"upperLeft":{"x":900,"y":176.25}},"dockers":[]},{"resourceId":"sid-60231EBA-661C-4DC7-B005-089BF7032D96","properties":{"overrideid":"endProposalReject","name":"Proposal Reject","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":934,"y":105.25},"upperLeft":{"x":906,"y":77.25}},"dockers":[]},{"resourceId":"sid-7CEB1BBD-FD4D-4B71-9F86-EBA5D387F3DC","properties":{"overrideid":"communicationProposalRejected","name":"Communication - Proposal Rejected","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_Outputs}","servicetaskfields":{"fields":[{"name":"eventExpression","implementation":"ProposalRejected","stringValue":"ProposalRejected","expression":"","string":"","$$hashKey":"uiGrid-00A1"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-D9FB879B-18B2-4650-B699-82592336CB62"}],"bounds":{"lowerRight":{"x":761.5,"y":125.75},"upperLeft":{"x":530.5,"y":56.75}},"dockers":[]},{"resourceId":"sid-A11F60DC-F80E-4394-8BAA-3B3F22807D71","properties":{"overrideid":"proposalManualTreatment","name":"Proposal manual treatment","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Analyst","$$hashKey":"object:8576"},{"value":"SuperiorAnalyst","$$hashKey":"object:8585"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00AN","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00AT"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00AZ"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00B5"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-BBCCF5F3-051F-4248-A901-29DBA68FFE46"}],"bounds":{"lowerRight":{"x":195.5,"y":131.25},"upperLeft":{"x":95.5,"y":51.25}},"dockers":[]},{"resourceId":"sid-81976FF0-A57B-45FC-B52C-9190B173E2A5","properties":{"overrideid":"gwRejectProposal","name":"Reject Proposal?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-C41CEAB9-EAF1-46DF-B294-5FF1011DCFBB"},{"resourceId":"sid-3269F234-C9CF-4875-9A17-2137836D1C2F"}],"bounds":{"lowerRight":{"x":310,"y":111.25},"upperLeft":{"x":270,"y":71.25}},"dockers":[]},{"resourceId":"sid-8927D5C8-4231-4330-AAC0-C5637DF149B7","properties":{"overrideid":"endPartialAcceptance","name":"Partial Acceptance","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":304,"y":179.25},"upperLeft":{"x":276,"y":151.25}},"dockers":[]},{"resourceId":"sid-EF8F3F95-3E9D-4E43-BAF9-1342197EE96B","properties":{"overrideid":"updateStartDate","name":"Update start date","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_wkf_update_start_date_client}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-17CCD109-5AEB-47D7-A680-B6FE4CB26CB7"}],"bounds":{"lowerRight":{"x":1230.5,"y":236.25},"upperLeft":{"x":1130.5,"y":156.25}},"dockers":[]},{"resourceId":"sid-59D448E3-E104-4C26-94CF-8FCCD55F8BBD","properties":{"overrideid":"gwProductRelated","name":"Is product related?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-C5AC00FF-75CE-4BFD-81CE-A87946FAAE58"},{"resourceId":"sid-BA849B9C-A7E2-47A4-B42E-0D81D3596CF1"}],"bounds":{"lowerRight":{"x":666,"y":546.25},"upperLeft":{"x":626,"y":506.25}},"dockers":[]},{"resourceId":"sid-A21AE55C-F350-483A-B23E-E462C341624B","properties":{"overrideid":"checkStartDate","name":"Check if start date was registered","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_wkf_check_start_date_client}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-0264D30D-85DE-422E-98CA-4CC7985A022E"},{"resourceId":"sid-21BE684E-1045-4AE1-8098-BD6B4BB6B57B"}],"bounds":{"lowerRight":{"x":1020.5,"y":410.25},"upperLeft":{"x":920.5,"y":330.25}},"dockers":[]},{"resourceId":"sid-B1A5ECC2-2A70-4C24-9986-180047CA833E","properties":{"overrideid":"flow4","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-8D3A5278-3194-4FB2-9CC0-005E3038C237"}],"bounds":{"lowerRight":{"x":484.53125,"y":344.75},"upperLeft":{"x":424.0703125,"y":344.75}},"dockers":[{"x":134,"y":33.5},{"x":50,"y":40}],"target":{"resourceId":"sid-8D3A5278-3194-4FB2-9CC0-005E3038C237"}},{"resourceId":"sid-D9FB879B-18B2-4650-B699-82592336CB62","properties":{"overrideid":"flow17","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-60231EBA-661C-4DC7-B005-089BF7032D96"}],"bounds":{"lowerRight":{"x":905.0859375,"y":91.25},"upperLeft":{"x":761.5234375,"y":91.25}},"dockers":[{"x":115.49999999999999,"y":34.5},{"x":14,"y":14}],"target":{"resourceId":"sid-60231EBA-661C-4DC7-B005-089BF7032D96"}},{"resourceId":"sid-129B1785-7DD8-4C5B-A3C2-0BD9EB37EF35","properties":{"overrideid":"flow3","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${hasspecialcondition==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-0C5C9FBB-2123-4FB2-A794-4AB8E4F8DE42"}],"bounds":{"lowerRight":{"x":266,"y":506.2382240714164},"upperLeft":{"x":266,"y":378.8101104118123}},"dockers":[{"x":20.5,"y":20.5},{"x":110.5,"y":48.99951207608706}],"target":{"resourceId":"sid-0C5C9FBB-2123-4FB2-A794-4AB8E4F8DE42"}},{"resourceId":"sid-C41CEAB9-EAF1-46DF-B294-5FF1011DCFBB","properties":{"overrideid":"flow21","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istoreject==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-8927D5C8-4231-4330-AAC0-C5637DF149B7"}],"bounds":{"lowerRight":{"x":290.36819743631094,"y":150.46877313770403},"upperLeft":{"x":290.10055256368906,"y":111.12497686229595}},"dockers":[{"x":20.5,"y":20.5},{"x":14,"y":14}],"target":{"resourceId":"sid-8927D5C8-4231-4330-AAC0-C5637DF149B7"}},{"resourceId":"sid-17CCD109-5AEB-47D7-A680-B6FE4CB26CB7","properties":{"overrideid":"updatedStartDate","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-14614C9A-57B8-46D0-BB05-82270E3DC954"}],"bounds":{"lowerRight":{"x":1180.5,"y":355.5390625},"upperLeft":{"x":1180.5,"y":236.77734375}},"dockers":[{"x":50,"y":79},{"x":14,"y":14}],"target":{"resourceId":"sid-14614C9A-57B8-46D0-BB05-82270E3DC954"}},{"resourceId":"sid-7EDBFE12-D228-41F5-BBBE-FA488755AB12","properties":{"overrideid":"flow15","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${isdateinformed==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-7CEB1BBD-FD4D-4B71-9F86-EBA5D387F3DC"}],"bounds":{"lowerRight":{"x":899.578125,"y":196.75},"upperLeft":{"x":716.5,"y":125.87441231806808}},"dockers":[{"x":20.5,"y":20.5},{"x":716.5,"y":196.75},{"x":186,"y":68.12441231806808}],"target":{"resourceId":"sid-7CEB1BBD-FD4D-4B71-9F86-EBA5D387F3DC"}},{"resourceId":"sid-70871BD1-AC2B-4F6B-88B2-16319C217A2F","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-57BFC2D8-3EA0-4BAF-8CEA-DB4EEC55C3F4"}],"bounds":{"lowerRight":{"x":125.75,"y":266.25},"upperLeft":{"x":80.875,"y":266.25}},"dockers":[{"x":15,"y":15},{"x":20,"y":20}],"target":{"resourceId":"sid-57BFC2D8-3EA0-4BAF-8CEA-DB4EEC55C3F4"}},{"resourceId":"sid-BBCCF5F3-051F-4248-A901-29DBA68FFE46","properties":{"overrideid":"flow19","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-81976FF0-A57B-45FC-B52C-9190B173E2A5"}],"bounds":{"lowerRight":{"x":269.66021728515625,"y":91.25},"upperLeft":{"x":195.56280517578125,"y":91.25}},"dockers":[{"x":50,"y":40},{"x":3.6640625,"y":20}],"target":{"resourceId":"sid-81976FF0-A57B-45FC-B52C-9190B173E2A5"}},{"resourceId":"sid-21CA55C2-8F9F-44EB-9D67-D97BA5B79461","properties":{"overrideid":"flow14","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${isdateinformed==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-EF8F3F95-3E9D-4E43-BAF9-1342197EE96B"}],"bounds":{"lowerRight":{"x":1129.675784057652,"y":196.70270846340676},"upperLeft":{"x":940.457028442348,"y":196.25432278659324}},"dockers":[{"x":20.5,"y":20.5},{"x":1,"y":40}],"target":{"resourceId":"sid-EF8F3F95-3E9D-4E43-BAF9-1342197EE96B"}},{"resourceId":"sid-0264D30D-85DE-422E-98CA-4CC7985A022E","properties":{"overrideid":"yesStartDate","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${startdateregistered==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-14614C9A-57B8-46D0-BB05-82270E3DC954"}],"bounds":{"lowerRight":{"x":1166.375,"y":370.25},"upperLeft":{"x":1020.71875,"y":370.25}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-14614C9A-57B8-46D0-BB05-82270E3DC954"}},{"resourceId":"sid-3269F234-C9CF-4875-9A17-2137836D1C2F","properties":{"overrideid":"flow20","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istoreject==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-7CEB1BBD-FD4D-4B71-9F86-EBA5D387F3DC"}],"bounds":{"lowerRight":{"x":529.7402353640771,"y":91.7212497816302},"upperLeft":{"x":310.94140526092286,"y":91.4135158433698}},"dockers":[{"x":20.5,"y":20.5},{"x":115.49999999999999,"y":34.5}],"target":{"resourceId":"sid-7CEB1BBD-FD4D-4B71-9F86-EBA5D387F3DC"}},{"resourceId":"sid-DC6951DF-8897-433E-9DF9-A901DFDE96D2","properties":{"overrideid":"flow8","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-56D9E569-2201-466F-820B-DDFE04959591"}],"bounds":{"lowerRight":{"x":625.78125,"y":344.75},"upperLeft":{"x":586.4609375,"y":344.75}},"dockers":[{"x":99,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-56D9E569-2201-466F-820B-DDFE04959591"}},{"resourceId":"sid-56D9E569-2201-466F-820B-DDFE04959591","properties":{"overrideid":"clientAccepted","name":"Client  accepted?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-D23E6123-6B06-4448-8A9A-217FB653B546"},{"resourceId":"sid-FE6DBACD-B993-4C19-88E9-1E37393ADA09"}],"bounds":{"lowerRight":{"x":666,"y":364.75},"upperLeft":{"x":626,"y":324.75}},"dockers":[]},{"resourceId":"sid-273FC1B6-D4B2-4244-B519-3A6303C0075C","properties":{"overrideid":"flow13","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-94516749-7C40-415C-9F91-558737153A49"}],"bounds":{"lowerRight":{"x":920,"y":280.6015625},"upperLeft":{"x":835.5,"y":216.1171875}},"dockers":[{"x":50,"y":40},{"x":835.5,"y":248.75},{"x":920,"y":248.75},{"x":20,"y":20}],"target":{"resourceId":"sid-94516749-7C40-415C-9F91-558737153A49"}},{"resourceId":"sid-21BE684E-1045-4AE1-8098-BD6B4BB6B57B","properties":{"overrideid":"noStartDate","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${startdateregistered==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-A7F4C04B-B933-4B1A-8B9D-0A40EB6ED288"}],"bounds":{"lowerRight":{"x":920.5,"y":390.25},"upperLeft":{"x":835.5,"y":362.140625}},"dockers":[{"x":1,"y":60},{"x":835.5,"y":390.25},{"x":50,"y":40}],"target":{"resourceId":"sid-A7F4C04B-B933-4B1A-8B9D-0A40EB6ED288"}},{"resourceId":"sid-BF173C4F-B8ED-48B3-B776-DC2D8EE4A064","properties":{"overrideid":"sid-64F201AF-5979-45AB-84A2-CBD636D3F188","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${hasspecialcondition==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-59D448E3-E104-4C26-94CF-8FCCD55F8BBD"}],"bounds":{"lowerRight":{"x":625.7031258656499,"y":526.7232935866654},"upperLeft":{"x":286.29687413435016,"y":526.2767064133346}},"dockers":[{"x":20.5,"y":20.5},{"x":20,"y":20}],"target":{"resourceId":"sid-59D448E3-E104-4C26-94CF-8FCCD55F8BBD"}},{"resourceId":"sid-7844DE9A-81C5-4B88-8096-2D91CFDAC1F9","properties":{"overrideid":"flow2","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${hasonerejectedperson==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-4F9686B2-D11C-49E6-90DC-2FB09A1A982D"}],"bounds":{"lowerRight":{"x":245.828125,"y":526.25},"upperLeft":{"x":146,"y":287.009765625}},"dockers":[{"x":20.5,"y":20.5},{"x":146,"y":526.25},{"x":20,"y":20}],"target":{"resourceId":"sid-4F9686B2-D11C-49E6-90DC-2FB09A1A982D"}},{"resourceId":"sid-EF145197-B5AC-4F50-A45D-8CD10F2846B5","properties":{"overrideid":"flow18","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${hasonerejectedperson==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-A11F60DC-F80E-4394-8BAA-3B3F22807D71"}],"bounds":{"lowerRight":{"x":145.94051038371333,"y":245.86914468338392},"upperLeft":{"x":145.61613024128667,"y":132.01171469161608}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-A11F60DC-F80E-4394-8BAA-3B3F22807D71"}},{"resourceId":"sid-C5AC00FF-75CE-4BFD-81CE-A87946FAAE58","properties":{"overrideid":"yesProductRelated","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${productrelated==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-A21AE55C-F350-483A-B23E-E462C341624B"}],"bounds":{"lowerRight":{"x":970.5,"y":526.75},"upperLeft":{"x":666.484375,"y":410.375}},"dockers":[{"x":20.5,"y":20.5},{"x":970.5,"y":526.75},{"x":50,"y":40}],"target":{"resourceId":"sid-A21AE55C-F350-483A-B23E-E462C341624B"}},{"resourceId":"sid-BA849B9C-A7E2-47A4-B42E-0D81D3596CF1","properties":{"overrideid":"noProductRelated","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${productrelated==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-14614C9A-57B8-46D0-BB05-82270E3DC954"}],"bounds":{"lowerRight":{"x":1169.2499819544203,"y":575.25},"upperLeft":{"x":646.5,"y":379.7018594235404}},"dockers":[{"x":20.5,"y":20.5},{"x":646.5,"y":575.25},{"x":936.5,"y":575.25},{"x":14,"y":14}],"target":{"resourceId":"sid-14614C9A-57B8-46D0-BB05-82270E3DC954"}},{"resourceId":"sid-FE6DBACD-B993-4C19-88E9-1E37393ADA09","properties":{"overrideid":"flow9","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istoreject==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-7CEB1BBD-FD4D-4B71-9F86-EBA5D387F3DC"}],"bounds":{"lowerRight":{"x":646.458968999877,"y":324.40625193749827},"upperLeft":{"x":646.068374750123,"y":125.98437306250176}},"dockers":[{"x":20.5,"y":20.5},{"x":115.49999999999999,"y":34.5}],"target":{"resourceId":"sid-7CEB1BBD-FD4D-4B71-9F86-EBA5D387F3DC"}},{"resourceId":"sid-D23E6123-6B06-4448-8A9A-217FB653B546","properties":{"overrideid":"sid-638C1980-A5BC-49E9-A169-9302012FE438","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istoreject==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-59D448E3-E104-4C26-94CF-8FCCD55F8BBD"}],"bounds":{"lowerRight":{"x":646.4445032046008,"y":506.1601600654905},"upperLeft":{"x":646.0554967953992,"y":365.3398399345095}},"dockers":[{"x":20.5,"y":20.5},{"x":20,"y":20}],"target":{"resourceId":"sid-59D448E3-E104-4C26-94CF-8FCCD55F8BBD"}},{"resourceId":"sid-CA15B5A1-15F5-4CCC-B1E2-2308FA54A964","properties":{"overrideid":"sid-6C60425C-ED0C-432D-97A5-101A51BBAB84","name":"","documentation":"","text":"hasOneRejectedPerson"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-E8CCD621-EB23-48D1-9FBB-C34CC6E37D05"}],"bounds":{"lowerRight":{"x":295,"y":260},"upperLeft":{"x":195,"y":210}},"dockers":[]},{"resourceId":"sid-4034BB2C-F87B-4806-B9F6-643C71196A79","properties":{"overrideid":"sid-336F27A5-90ED-426F-98DF-209C58A61CEB","name":"","documentation":"","text":"hasSpecialCondition"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-C5BF3C13-19E7-436D-99B6-50FA80405D8C"}],"bounds":{"lowerRight":{"x":431,"y":471},"upperLeft":{"x":315,"y":420}},"dockers":[]},{"resourceId":"sid-C5BF3C13-19E7-436D-99B6-50FA80405D8C","properties":{"overrideid":"","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-4F9686B2-D11C-49E6-90DC-2FB09A1A982D"}],"bounds":{"lowerRight":{"x":314.8417787097371,"y":513.2621888527971},"upperLeft":{"x":273.54650254026285,"y":446.60773302220286}},"dockers":[{"x":1.16,"y":24.48},{"x":20,"y":20}],"target":{"resourceId":"sid-4F9686B2-D11C-49E6-90DC-2FB09A1A982D"}},{"resourceId":"sid-C87D7EF9-5873-4FB3-8D04-8EBAC09849B8","properties":{"overrideid":"sid-69F44BB8-5A73-49AD-8AF4-0F04A8FFFB9E","name":"","documentation":"","text":"hasClientAccpeted"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-0981F133-3C3A-44D2-92FB-41CAB336ABF1"}],"bounds":{"lowerRight":{"x":797.5,"y":465.75},"upperLeft":{"x":680.5,"y":416.75}},"dockers":[]},{"resourceId":"sid-0981F133-3C3A-44D2-92FB-41CAB336ABF1","properties":{"overrideid":"","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-56D9E569-2201-466F-820B-DDFE04959591"}],"bounds":{"lowerRight":{"x":680.3195999012565,"y":437.09389246670486},"upperLeft":{"x":651.8952438487435,"y":360.6123575332951}},"dockers":[{"x":1,"y":23.52},{"x":20,"y":20}],"target":{"resourceId":"sid-56D9E569-2201-466F-820B-DDFE04959591"}},{"resourceId":"sid-C7A9AB66-0D64-49F9-A946-8F7F97DB48EB","properties":{"overrideid":"sid-42EA3A4A-84C2-4A75-AA57-C5D0A6405B25","name":"","documentation":"","text":"istoreject"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-BB4D2AA9-3E74-48E7-BD51-51EC2262A350"}],"bounds":{"lowerRight":{"x":385,"y":50},"upperLeft":{"x":285,"y":0}},"dockers":[]},{"resourceId":"sid-BB4D2AA9-3E74-48E7-BD51-51EC2262A350","properties":{"overrideid":"","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-81976FF0-A57B-45FC-B52C-9190B173E2A5"}],"bounds":{"lowerRight":{"x":288.87812538164485,"y":72.38848297890422},"upperLeft":{"x":287.49687461835515,"y":49.16620452109578}},"dockers":[{"x":1,"y":24},{"x":20,"y":20}],"target":{"resourceId":"sid-81976FF0-A57B-45FC-B52C-9190B173E2A5"}},{"resourceId":"sid-8D7A8C2C-BAB5-4659-B6BE-CD55B4EFCEBE","properties":{"overrideid":"sid-D48F8C02-E297-458D-86B7-6E5BF76E65AE","name":"","documentation":"","text":"isDateInformed"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-5A7562F2-E14F-4816-A2C4-0388565B470B"}],"bounds":{"lowerRight":{"x":1099.5,"y":155},"upperLeft":{"x":999.5,"y":105}},"dockers":[]},{"resourceId":"sid-5A7562F2-E14F-4816-A2C4-0388565B470B","properties":{"overrideid":"","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-94516749-7C40-415C-9F91-558737153A49"}],"bounds":{"lowerRight":{"x":999.1036544695221,"y":186.67723774006663},"upperLeft":{"x":931.4588455304779,"y":130.16651225993337}},"dockers":[{"x":1,"y":24},{"x":20,"y":20}],"target":{"resourceId":"sid-94516749-7C40-415C-9F91-558737153A49"}},{"resourceId":"sid-E8CCD621-EB23-48D1-9FBB-C34CC6E37D05","properties":{"overrideid":"","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-57BFC2D8-3EA0-4BAF-8CEA-DB4EEC55C3F4"}],"bounds":{"lowerRight":{"x":194.3681360918405,"y":258.1531815883536},"upperLeft":{"x":158.1787389081595,"y":235.0421309116464}},"dockers":[{"x":1,"y":24},{"x":20,"y":20}],"target":{"resourceId":"sid-57BFC2D8-3EA0-4BAF-8CEA-DB4EEC55C3F4"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"71891587-4412-11e9-ad8d-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"subAcceptance","name":"SubAcceptance","documentation":"Processo de aceitação","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"objectReceived","name":"Object Received","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-5F727C49-1976-45C3-B2F9-2A4FE7A4A769"}],"bounds":{"lowerRight":{"x":90,"y":180},"upperLeft":{"x":60,"y":150}},"dockers":[]},{"resourceId":"sid-36A700AC-731A-45F5-BB68-1A73FF402C1C","properties":{"overrideid":"initialAcceptanceValidation","name":"Verify if all people are rejected","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_initialAcceptanceValidation}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-EC4C614D-CDA2-4149-9FB7-75BCD345E891"}],"bounds":{"lowerRight":{"x":280,"y":205},"upperLeft":{"x":180,"y":125}},"dockers":[]},{"resourceId":"sid-CD2894F3-6B57-4628-B001-22A09C0F0C47","properties":{"overrideid":"gwIsToReject1","name":"Is to reject?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-2CB8112A-91D0-490E-8FE7-234039C846EC"},{"resourceId":"sid-80BCA52C-5072-4132-8D56-EB06B5F6F0F9"}],"bounds":{"lowerRight":{"x":415,"y":185},"upperLeft":{"x":375,"y":145}},"dockers":[]},{"resourceId":"sid-0689064E-B3D1-4DFC-9387-28ECFB2CE6D2","properties":{"overrideid":"waiting","name":"Waiting","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","callactivitycompleteasync":"","executionlisteners":"","callactivitycalledelement":"acceptanceWaiting","callactivitycalledelementtype":"key","callactivityinparameters":{"inParameters":[{"source":"hasOneRejectedPerson","sourceExpression":"","target":"hasOneRejectedPerson","$$hashKey":"uiGrid-00T2"},{"source":"hasSpecialCondition","sourceExpression":"","target":"hasSpecialCondition","$$hashKey":"uiGrid-00TA"}]},"callactivityoutparameters":{"outParameters":[{"source":"istoreject","sourceExpression":"","target":"istoreject","$$hashKey":"uiGrid-00SK"}]},"callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":"false","callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":"false","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false"},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"sid-3C464C09-DBD1-41B6-8096-868986EC38D8"}],"bounds":{"lowerRight":{"x":445,"y":320},"upperLeft":{"x":345,"y":240}},"dockers":[]},{"resourceId":"sid-08DC8D92-47BB-4399-A75C-7B0040AB4A17","properties":{"overrideid":"gwIsToReject2","name":"Is to reject?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-DC4E66B3-E8DD-467F-AEA3-544A1CA76BEF"},{"resourceId":"sid-E2745A61-9ABB-4431-8914-1B80840B3CEA"},{"resourceId":"sid-B84434A3-4980-4597-A3F2-835ABA19119B"}],"bounds":{"lowerRight":{"x":535,"y":300},"upperLeft":{"x":495,"y":260}},"dockers":[]},{"resourceId":"sid-36F2E7B7-F1C5-42E0-9AE9-4E252AB1232A","properties":{"overrideid":"endProposalReject","name":"Proposal Reject","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":658,"y":99},"upperLeft":{"x":630,"y":71}},"dockers":[]},{"resourceId":"sid-CE537A84-8E73-44CD-88EC-9701339B9F5E","properties":{"overrideid":"endPolicyCreation","name":"Policy Creation","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":838,"y":294},"upperLeft":{"x":810,"y":266}},"dockers":[]},{"resourceId":"sid-298F277A-74CC-41E4-A10D-812E1EA59927","properties":{"overrideid":"createPolicy","name":"Creating Policy","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_wkf_create_policy_client}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-0CA33AC4-A8EB-44D6-835F-49C4B43A01F5"}],"bounds":{"lowerRight":{"x":760,"y":320},"upperLeft":{"x":660,"y":240}},"dockers":[]},{"resourceId":"sid-E749AC93-BAC1-4F5E-AEE9-FA817A364AA7","properties":{"overrideid":"proposalReject","name":"Proposal Reject","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_wkf_reject_policy_client}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-00AB0946-5AFC-4118-9D6A-D5819036E8E0"}],"bounds":{"lowerRight":{"x":565,"y":125},"upperLeft":{"x":465,"y":45}},"dockers":[]},{"resourceId":"sid-5F727C49-1976-45C3-B2F9-2A4FE7A4A769","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-36A700AC-731A-45F5-BB68-1A73FF402C1C"}],"bounds":{"lowerRight":{"x":179.3515625,"y":165},"upperLeft":{"x":90.53125,"y":165}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-36A700AC-731A-45F5-BB68-1A73FF402C1C"}},{"resourceId":"sid-EC4C614D-CDA2-4149-9FB7-75BCD345E891","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-CD2894F3-6B57-4628-B001-22A09C0F0C47"}],"bounds":{"lowerRight":{"x":374.6640625,"y":165},"upperLeft":{"x":280.62890625,"y":165}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-CD2894F3-6B57-4628-B001-22A09C0F0C47"}},{"resourceId":"sid-3C464C09-DBD1-41B6-8096-868986EC38D8","properties":{"overrideid":"flow4","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-08DC8D92-47BB-4399-A75C-7B0040AB4A17"}],"bounds":{"lowerRight":{"x":495.25,"y":280},"upperLeft":{"x":445.6875,"y":280}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-08DC8D92-47BB-4399-A75C-7B0040AB4A17"}},{"resourceId":"sid-0CA33AC4-A8EB-44D6-835F-49C4B43A01F5","properties":{"overrideid":"flow6","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-CE537A84-8E73-44CD-88EC-9701339B9F5E"}],"bounds":{"lowerRight":{"x":809.640625,"y":280},"upperLeft":{"x":760.875,"y":280}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-CE537A84-8E73-44CD-88EC-9701339B9F5E"}},{"resourceId":"sid-00AB0946-5AFC-4118-9D6A-D5819036E8E0","properties":{"overrideid":"flow9","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-36F2E7B7-F1C5-42E0-9AE9-4E252AB1232A"}],"bounds":{"lowerRight":{"x":629.8984375,"y":85},"upperLeft":{"x":565.3828125,"y":85}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-36F2E7B7-F1C5-42E0-9AE9-4E252AB1232A"}},{"resourceId":"sid-DC4E66B3-E8DD-467F-AEA3-544A1CA76BEF","properties":{"overrideid":"flow8","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istoreject==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-E749AC93-BAC1-4F5E-AEE9-FA817A364AA7"}],"bounds":{"lowerRight":{"x":515.4466612136074,"y":259.64453452050157},"upperLeft":{"x":515.1041200363926,"y":125.71093422949845}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-E749AC93-BAC1-4F5E-AEE9-FA817A364AA7"}},{"resourceId":"sid-80BCA52C-5072-4132-8D56-EB06B5F6F0F9","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areallrejected==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-0689064E-B3D1-4DFC-9387-28ECFB2CE6D2"}],"bounds":{"lowerRight":{"x":395.4136019794078,"y":239.64063453438814},"upperLeft":{"x":395.1762417705922,"y":185.28514671561186}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-0689064E-B3D1-4DFC-9387-28ECFB2CE6D2"}},{"resourceId":"sid-2CB8112A-91D0-490E-8FE7-234039C846EC","properties":{"overrideid":"flow7","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areallrejected==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-E749AC93-BAC1-4F5E-AEE9-FA817A364AA7"}],"bounds":{"lowerRight":{"x":464.51953125,"y":144.375},"upperLeft":{"x":395.5,"y":85}},"dockers":[{"x":20.5,"y":20.5},{"x":395.5,"y":85},{"x":50,"y":40}],"target":{"resourceId":"sid-E749AC93-BAC1-4F5E-AEE9-FA817A364AA7"}},{"resourceId":"sid-E2745A61-9ABB-4431-8914-1B80840B3CEA","properties":{"overrideid":"flow5","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istoreject==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-298F277A-74CC-41E4-A10D-812E1EA59927"}],"bounds":{"lowerRight":{"x":659.6152376792177,"y":280.4486011894067},"upperLeft":{"x":535.4941373207823,"y":280.1295238105933}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-298F277A-74CC-41E4-A10D-812E1EA59927"}},{"resourceId":"sid-DE6809F9-9F9E-4F39-9947-C1E48D16302D","properties":{"overrideid":"sid-ADE5B040-55C1-43FA-A364-A845D0786DAF","name":"","documentation":"","text":"isToReject"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-9ACC965F-5F4A-4708-A3D8-DAF535F97CF9"}],"bounds":{"lowerRight":{"x":370,"y":80},"upperLeft":{"x":270,"y":30}},"dockers":[]},{"resourceId":"sid-CE5A05BF-8BAA-4585-B20D-8A9DFC6EFFA6","properties":{"overrideid":"sid-8D13D464-548C-4AD2-A2AE-153098681CAB","name":"","documentation":"","text":"isToReject"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":610,"y":440},"upperLeft":{"x":510,"y":390}},"dockers":[]},{"resourceId":"sid-9ACC965F-5F4A-4708-A3D8-DAF535F97CF9","properties":{"overrideid":"sid-89EF446D-8BE0-4DE6-AF49-1D2F2DAFB254","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-CD2894F3-6B57-4628-B001-22A09C0F0C47"}],"bounds":{"lowerRight":{"x":384.56741585891444,"y":155.66115451886697},"upperLeft":{"x":289.18258414108556,"y":70.27634548113302}},"dockers":[{"x":1,"y":24},{"x":20,"y":20}],"target":{"resourceId":"sid-CD2894F3-6B57-4628-B001-22A09C0F0C47"}},{"resourceId":"sid-B84434A3-4980-4597-A3F2-835ABA19119B","properties":{"overrideid":"sid-91924E7E-5AF5-48C4-8B56-1F88C863AB9F","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-CE5A05BF-8BAA-4585-B20D-8A9DFC6EFFA6"}],"bounds":{"lowerRight":{"x":514.7286732032528,"y":415},"upperLeft":{"x":510,"y":299.36244621136325}},"dockers":[{"x":20.5,"y":20.5},{"x":0,"y":25}],"target":{"resourceId":"sid-CE5A05BF-8BAA-4585-B20D-8A9DFC6EFFA6"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"67291c4a-4415-11e9-ad8d-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"subAssessment","name":"SubAssessment","documentation":"Processo de avaliação","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"objectReceived","name":"Object Received","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-A19A7D15-64C7-49DC-A6C2-6A2F216D29A5"}],"bounds":{"lowerRight":{"x":130,"y":193},"upperLeft":{"x":100,"y":163}},"dockers":[]},{"resourceId":"sid-D3211939-02C2-474C-9D84-69C1A09D5309","properties":{"overrideid":"endAssessment","name":"endAssessment","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":433,"y":192},"upperLeft":{"x":405,"y":164}},"dockers":[]},{"resourceId":"sid-433345D8-B796-49DD-87C0-CE05FF840F98","properties":{"overrideid":"multiInstanceByHead","name":"Call Sub Assessment","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","callactivitycompleteasync":"","executionlisteners":"","callactivitycalledelement":"subAssessmentEvaluation","callactivitycalledelementtype":"key","callactivityinparameters":"","callactivityoutparameters":"","callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":"false","callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":"false","multiinstance_type":"Parallel","multiinstance_cardinality":"","multiinstance_collection":"${insuredpeople}","multiinstance_variable":"insuredperson","multiinstance_condition":"","isforcompensation":"false"},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"sid-C3976C72-485E-441F-999A-342FF7B9A155"}],"bounds":{"lowerRight":{"x":325,"y":218},"upperLeft":{"x":225,"y":138}},"dockers":[]},{"resourceId":"sid-A19A7D15-64C7-49DC-A6C2-6A2F216D29A5","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-433345D8-B796-49DD-87C0-CE05FF840F98"}],"bounds":{"lowerRight":{"x":224.625,"y":178},"upperLeft":{"x":130.375,"y":178}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-433345D8-B796-49DD-87C0-CE05FF840F98"}},{"resourceId":"sid-C3976C72-485E-441F-999A-342FF7B9A155","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-D3211939-02C2-474C-9D84-69C1A09D5309"}],"bounds":{"lowerRight":{"x":404.5,"y":178},"upperLeft":{"x":325.5,"y":178}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-D3211939-02C2-474C-9D84-69C1A09D5309"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"536a69fb-4417-11e9-ad8d-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"subQualification","name":"SubQualification","documentation":"Processo de qualificação","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"objectReceived","name":"Object Received","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-05FF5961-7435-4880-B97E-80F840288F65"}],"bounds":{"lowerRight":{"x":130,"y":193},"upperLeft":{"x":100,"y":163}},"dockers":[]},{"resourceId":"sid-8D94BC17-0BBF-4DFC-A23B-3ED5A775372C","properties":{"overrideid":"qualificationRejectsProposal","name":"Qualification Decision","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_qualificationRejectsProposal}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-0940780F-10F0-4799-979C-C2BEE79596C3"}],"bounds":{"lowerRight":{"x":460,"y":218},"upperLeft":{"x":360,"y":138}},"dockers":[]},{"resourceId":"sid-3A02E1A9-F0E8-41C5-8493-32E5A6850C2A","properties":{"overrideid":"endQualification","name":"Assessment","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":553,"y":192},"upperLeft":{"x":525,"y":164}},"dockers":[]},{"resourceId":"sid-3F589514-AD32-4EFD-9CF5-EEC43A537679","properties":{"overrideid":"multiInstanceByHeadQualification","name":"Call Qualification","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","callactivitycompleteasync":"","executionlisteners":"","callactivitycalledelement":"subQualificationEvaluation","callactivitycalledelementtype":"key","callactivityinparameters":"","callactivityoutparameters":"","callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":"false","callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":"false","multiinstance_type":"Parallel","multiinstance_cardinality":"","multiinstance_collection":"${insuredpeople}","multiinstance_variable":"insuredperson","multiinstance_condition":"","isforcompensation":"false"},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"sid-5F17CE5C-5FF3-49BA-A4D1-E54C9E352644"}],"bounds":{"lowerRight":{"x":295,"y":218},"upperLeft":{"x":195,"y":138}},"dockers":[]},{"resourceId":"sid-05FF5961-7435-4880-B97E-80F840288F65","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-3F589514-AD32-4EFD-9CF5-EEC43A537679"}],"bounds":{"lowerRight":{"x":194.234375,"y":178},"upperLeft":{"x":130.21875,"y":178}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-3F589514-AD32-4EFD-9CF5-EEC43A537679"}},{"resourceId":"sid-5F17CE5C-5FF3-49BA-A4D1-E54C9E352644","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-8D94BC17-0BBF-4DFC-A23B-3ED5A775372C"}],"bounds":{"lowerRight":{"x":359.37109375,"y":178},"upperLeft":{"x":295.62890625,"y":178}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"sid-8D94BC17-0BBF-4DFC-A23B-3ED5A775372C"}},{"resourceId":"sid-0940780F-10F0-4799-979C-C2BEE79596C3","properties":{"overrideid":"flow4","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-3A02E1A9-F0E8-41C5-8493-32E5A6850C2A"}],"bounds":{"lowerRight":{"x":524.8984375,"y":178},"upperLeft":{"x":460.3828125,"y":178}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-3A02E1A9-F0E8-41C5-8493-32E5A6850C2A"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"e7ca2875-43f3-11e9-ad8d-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"subQualificationEvaluation","name":"Sub Qualification Evaluations","documentation":"Processo de avaliação da pessoa","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"{\"items\":[{\"dataproperty_id\":\"new_data_object_1\",\"dataproperty_name\":\"isquestionnairecanceled\",\"dataproperty_type\":\"int\",\"readable\":true,\"writable\":true,\"$$hashKey\":\"uiGrid-00BS\",\"dataproperty_value\":\"0\"}]}","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"startQualificationEvaluation","name":"","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-30390E61-618D-46ED-A6B5-7BE5F96A1A7E"}],"bounds":{"lowerRight":{"x":90,"y":189},"upperLeft":{"x":60,"y":159}},"dockers":[]},{"resourceId":"sid-491D216E-0B8E-4E76-9F36-A0074766C7D8","properties":{"overrideid":"gw1","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-A6F3CAC9-DE82-424A-96B0-61B8AB03A6A0"},{"resourceId":"sid-EE5FE091-D1CF-48BD-A594-CE0E51B0B452"}],"bounds":{"lowerRight":{"x":385,"y":194},"upperLeft":{"x":345,"y":154}},"dockers":[]},{"resourceId":"sid-C9CB10EE-E9A0-4E62-B5AC-7671376B3F38","properties":{"overrideid":"gw2","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-FA843971-0037-4B98-8D1D-1214AA6EA111"},{"resourceId":"sid-9568AF3D-F9F5-4961-9CF1-9CAED3264C90"}],"bounds":{"lowerRight":{"x":565,"y":75},"upperLeft":{"x":525,"y":35}},"dockers":[]},{"resourceId":"sid-E785B02A-7C4B-4A43-A0B0-C86401F06829","properties":{"overrideid":"questionnairesFill","name":"Questionnaires Fill","documentation":"Questionnaires form task used in i2s-channels","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Assistant","$$hashKey":"object:34828"},{"value":"Analyst","$$hashKey":"object:34837"},{"value":"SuperiorAnalyst","$$hashKey":"object:34842"}]}},"formkeydefinition":"MedicalQuestionnaire","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00D4","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00DA"},{"name":"beanName","implementation":"assignFormDefinition","stringValue":"assignFormDefinition","expression":"","string":"","$$hashKey":"uiGrid-00DG"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00DM"}]},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00DS","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00DY"},{"name":"beanName","implementation":"assignDefaultCandidate","stringValue":"assignDefaultCandidate","expression":"","string":"","$$hashKey":"uiGrid-00E4"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00EA"}]},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00EG","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00EM"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00ES"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00EY"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-0A43A826-EB7E-4AA1-A7FB-64B3303D910F"}],"bounds":{"lowerRight":{"x":415,"y":95},"upperLeft":{"x":315,"y":15}},"dockers":[]},{"resourceId":"sid-B83DF898-9B82-4834-879F-6A213764DDA5","properties":{"overrideid":"answerEvaluation","name":"Answer Evaluation","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_IbmlQuestEval}","servicetaskfields":{"fields":[{"name":"ibmlEventExpression","implementation":"QA","stringValue":"QA","expression":"","string":"","$$hashKey":"uiGrid-00FC"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-9F9E0F40-F1C3-4B2D-9669-C016F311CF96"}],"bounds":{"lowerRight":{"x":805,"y":95},"upperLeft":{"x":705,"y":15}},"dockers":[]},{"resourceId":"sid-C12C5D76-E80D-43EB-8E30-3856585DC659","properties":{"overrideid":"storeQualificationResult","name":"Store qualification result in root process","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_storeQualificationResult}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-FE473548-7BAD-4061-91A7-79840A084657"}],"bounds":{"lowerRight":{"x":595,"y":214},"upperLeft":{"x":495,"y":134}},"dockers":[]},{"resourceId":"sid-8A629337-DFB0-4836-9277-A6E27453D05F","properties":{"overrideid":"questionnairesDecision","name":"Questionnaires decision","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_IbmlVarEval}","servicetaskfields":{"fields":[{"name":"ibmlEventExpression","implementation":"QE","stringValue":"QE","expression":"","string":"","$$hashKey":"uiGrid-00FQ"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-0F8C366A-2220-4A50-866F-8D24E86D9FF8"}],"bounds":{"lowerRight":{"x":295,"y":214},"upperLeft":{"x":195,"y":134}},"dockers":[]},{"resourceId":"sid-B41DE578-ACDB-4381-8E3D-AF20696D2B28","properties":{"overrideid":"endQualificationEvaluation","name":"","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":688,"y":188},"upperLeft":{"x":660,"y":160}},"dockers":[]},{"resourceId":"sid-30390E61-618D-46ED-A6B5-7BE5F96A1A7E","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-8A629337-DFB0-4836-9277-A6E27453D05F"}],"bounds":{"lowerRight":{"x":194.859375,"y":174},"upperLeft":{"x":90.609375,"y":174}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-8A629337-DFB0-4836-9277-A6E27453D05F"}},{"resourceId":"sid-0F8C366A-2220-4A50-866F-8D24E86D9FF8","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-491D216E-0B8E-4E76-9F36-A0074766C7D8"}],"bounds":{"lowerRight":{"x":345.25,"y":174},"upperLeft":{"x":295.6875,"y":174}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-491D216E-0B8E-4E76-9F36-A0074766C7D8"}},{"resourceId":"sid-A6F3CAC9-DE82-424A-96B0-61B8AB03A6A0","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${ipevaluation == 1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-E785B02A-7C4B-4A43-A0B0-C86401F06829"}],"bounds":{"lowerRight":{"x":365.413784686206,"y":153.89454000323323},"upperLeft":{"x":365.168246563794,"y":95.21092874676677}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-E785B02A-7C4B-4A43-A0B0-C86401F06829"}},{"resourceId":"sid-0A43A826-EB7E-4AA1-A7FB-64B3303D910F","properties":{"overrideid":"flow5","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-C9CB10EE-E9A0-4E62-B5AC-7671376B3F38"}],"bounds":{"lowerRight":{"x":525.015625,"y":55},"upperLeft":{"x":415.21875,"y":55}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-C9CB10EE-E9A0-4E62-B5AC-7671376B3F38"}},{"resourceId":"sid-EE5FE091-D1CF-48BD-A594-CE0E51B0B452","properties":{"overrideid":"flow4","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${ipevaluation == 0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-C12C5D76-E80D-43EB-8E30-3856585DC659"}],"bounds":{"lowerRight":{"x":494.91797262952525,"y":174.44448012048613},"upperLeft":{"x":385.43163674547475,"y":174.13950425451387}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-C12C5D76-E80D-43EB-8E30-3856585DC659"}},{"resourceId":"sid-FE473548-7BAD-4061-91A7-79840A084657","properties":{"overrideid":"flow7","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-B41DE578-ACDB-4381-8E3D-AF20696D2B28"}],"bounds":{"lowerRight":{"x":659.8984375,"y":174},"upperLeft":{"x":595.3828125,"y":174}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-B41DE578-ACDB-4381-8E3D-AF20696D2B28"}},{"resourceId":"sid-9F9E0F40-F1C3-4B2D-9669-C016F311CF96","properties":{"overrideid":"flow6","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-C12C5D76-E80D-43EB-8E30-3856585DC659"}],"bounds":{"lowerRight":{"x":755,"y":134},"upperLeft":{"x":570,"y":95.8125}},"dockers":[{"x":50,"y":40},{"x":755,"y":104},{"x":570,"y":104},{"x":75,"y":1}],"target":{"resourceId":"sid-C12C5D76-E80D-43EB-8E30-3856585DC659"}},{"resourceId":"sid-FA843971-0037-4B98-8D1D-1214AA6EA111","properties":{"overrideid":"flow8","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${isquestionnairecanceled == 1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-C12C5D76-E80D-43EB-8E30-3856585DC659"}],"bounds":{"lowerRight":{"x":545.4176556282767,"y":133.1914151515885},"upperLeft":{"x":545.1721881217233,"y":75.01561609841151}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-C12C5D76-E80D-43EB-8E30-3856585DC659"}},{"resourceId":"sid-9568AF3D-F9F5-4961-9CF1-9CAED3264C90","properties":{"overrideid":"flow9","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${isquestionnairecanceled == 0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-B83DF898-9B82-4834-879F-6A213764DDA5"}],"bounds":{"lowerRight":{"x":704.8984403480008,"y":55.45269149695227},"upperLeft":{"x":565.3222627769992,"y":55.11957412804773}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-B83DF898-9B82-4834-879F-6A213764DDA5"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"5b7685c3-43e0-11e9-ad8d-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"subAssessmentEvaluation","name":"Sub Assessment Evaluation","documentation":"Processo de avaliação da pessoa","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"startSubProcess","name":"","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-217E3385-5F32-4A28-A9A5-31742A122A4B"}],"bounds":{"lowerRight":{"x":105,"y":268},"upperLeft":{"x":75,"y":238}},"dockers":[]},{"resourceId":"sid-E59ABF3C-3771-4105-8160-BD985CAB17C0","properties":{"overrideid":"checkInitialRequirements","name":"Check initial requirements","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_initialAssessmentRequirements}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-595D3E56-FAE5-447E-989A-B4FC4029C9C2"}],"bounds":{"lowerRight":{"x":277.5,"y":293},"upperLeft":{"x":177.5,"y":213}},"dockers":[]},{"resourceId":"sid-09225841-4064-4CF2-A842-86A99572B87B","properties":{"overrideid":"gwStart","name":"Are exams need","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-1E1AF383-4235-48EA-AF42-25BD7599B6B9"},{"resourceId":"sid-F1474C85-014F-49D2-8508-38417D4EB3D0"}],"bounds":{"lowerRight":{"x":385,"y":273},"upperLeft":{"x":345,"y":233}},"dockers":[]},{"resourceId":"sid-74333A4F-5591-40B2-AA15-36524782E636","properties":{"overrideid":"examsList","name":"Exams list","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_examsList}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-1CF60D21-CD3B-42CB-A5A0-8D4BEA478BD8"}],"bounds":{"lowerRight":{"x":550,"y":215},"upperLeft":{"x":450,"y":135}},"dockers":[]},{"resourceId":"sid-BF5E594B-C7AE-4A1B-A3AF-9E713AA967AF","properties":{"overrideid":"examsManagement","name":"Exams Management","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","callactivitycompleteasync":"","executionlisteners":"","callactivitycalledelement":"examsManagement","callactivitycalledelementtype":"key","callactivityinparameters":"","callactivityoutparameters":"","callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":"false","callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":false,"multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false"},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"sid-046F23DF-FE50-487B-8921-3B1B2A8C33A4"}],"bounds":{"lowerRight":{"x":775,"y":293},"upperLeft":{"x":675,"y":213}},"dockers":[]},{"resourceId":"sid-B99EB1DA-D3B9-4875-A9C4-F6CB98AC71B2","properties":{"overrideid":"riskEvaluation","name":"Risk Evaluation","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","callactivitycompleteasync":"","executionlisteners":"","callactivitycalledelement":"riskEvaluation","callactivitycalledelementtype":"key","callactivityinparameters":"","callactivityoutparameters":{"outParameters":[{"source":"hasMoreExams","sourceExpression":"","target":"hasMoreExams","$$hashKey":"uiGrid-0011"}]},"callactivityinheritvariables":true,"callactivitysamedeployment":"false","callactivityfallbacktodefaulttenant":"false","callactivityprocessinstancename":"","callactivityinheritbusinesskey":true,"callactivitybusinesskey":"","callactivityuselocalscopeforoutparameters":"false","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false"},"stencil":{"id":"CallActivity"},"childShapes":[],"outgoing":[{"resourceId":"sid-6F85188B-3F8A-4433-852F-BA04AAA735C2"}],"bounds":{"lowerRight":{"x":940,"y":293},"upperLeft":{"x":840,"y":213}},"dockers":[]},{"resourceId":"sid-DA397630-0D3D-4585-952E-5565B623849D","properties":{"overrideid":"gwEnd","name":"Are more exams needed?","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-5BE29B7A-0015-452D-A7B5-21EEF348594D"},{"resourceId":"sid-394CCA08-DDBF-4AB2-A680-6BE1CF31378C"}],"bounds":{"lowerRight":{"x":745,"y":400},"upperLeft":{"x":705,"y":360}},"dockers":[]},{"resourceId":"sid-9533BAB0-5172-4666-B6D2-CFD07FD975B6","properties":{"overrideid":"endAssessmentEvaluation","name":"","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":1048,"y":267},"upperLeft":{"x":1020,"y":239}},"dockers":[]},{"resourceId":"sid-217E3385-5F32-4A28-A9A5-31742A122A4B","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-E59ABF3C-3771-4105-8160-BD985CAB17C0"}],"bounds":{"lowerRight":{"x":177.0859375,"y":253},"upperLeft":{"x":105.501953125,"y":253}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-E59ABF3C-3771-4105-8160-BD985CAB17C0"}},{"resourceId":"sid-595D3E56-FAE5-447E-989A-B4FC4029C9C2","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-09225841-4064-4CF2-A842-86A99572B87B"}],"bounds":{"lowerRight":{"x":344.6640625,"y":253},"upperLeft":{"x":277.9140625,"y":253}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-09225841-4064-4CF2-A842-86A99572B87B"}},{"resourceId":"sid-1CF60D21-CD3B-42CB-A5A0-8D4BEA478BD8","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-BF5E594B-C7AE-4A1B-A3AF-9E713AA967AF"}],"bounds":{"lowerRight":{"x":674.78125,"y":253},"upperLeft":{"x":550.5703125,"y":175}},"dockers":[{"x":50,"y":40},{"x":567.5,"y":175},{"x":567.5,"y":253},{"x":50,"y":40}],"target":{"resourceId":"sid-BF5E594B-C7AE-4A1B-A3AF-9E713AA967AF"}},{"resourceId":"sid-046F23DF-FE50-487B-8921-3B1B2A8C33A4","properties":{"overrideid":"flow5","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-B99EB1DA-D3B9-4875-A9C4-F6CB98AC71B2"}],"bounds":{"lowerRight":{"x":839.37109375,"y":253},"upperLeft":{"x":775.62890625,"y":253}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"sid-B99EB1DA-D3B9-4875-A9C4-F6CB98AC71B2"}},{"resourceId":"sid-1E1AF383-4235-48EA-AF42-25BD7599B6B9","properties":{"overrideid":"flow4","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areexamsrequired==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-74333A4F-5591-40B2-AA15-36524782E636"}],"bounds":{"lowerRight":{"x":449.61328125,"y":232.875},"upperLeft":{"x":365.5,"y":175}},"dockers":[{"x":20.5,"y":20.5},{"x":365.5,"y":175},{"x":50,"y":40}],"target":{"resourceId":"sid-74333A4F-5591-40B2-AA15-36524782E636"}},{"resourceId":"sid-5BE29B7A-0015-452D-A7B5-21EEF348594D","properties":{"overrideid":"flow9","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${hasmoreexams==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-BF5E594B-C7AE-4A1B-A3AF-9E713AA967AF"}],"bounds":{"lowerRight":{"x":725.4179534615265,"y":359.57813268926157},"upperLeft":{"x":725.1601715384735,"y":293.84374231073843}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-BF5E594B-C7AE-4A1B-A3AF-9E713AA967AF"}},{"resourceId":"sid-F1474C85-014F-49D2-8508-38417D4EB3D0","properties":{"overrideid":"flow10","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areexamsrequired==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-DA397630-0D3D-4585-952E-5565B623849D"}],"bounds":{"lowerRight":{"x":705.0419921875,"y":380},"upperLeft":{"x":365.5,"y":273.27734375}},"dockers":[{"x":20.5,"y":20.5},{"x":365.5,"y":380},{"x":20,"y":20}],"target":{"resourceId":"sid-DA397630-0D3D-4585-952E-5565B623849D"}},{"resourceId":"sid-D76AA694-09D5-4630-8153-AE7394F1E8A3","properties":{"overrideid":"sid-7388A914-EF9B-4F35-8CA7-EBA2A49FA25A","name":"","documentation":"","text":"areExamsRequired"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-5F5E925C-DBF6-497D-81E2-2623D8581C93"}],"bounds":{"lowerRight":{"x":350,"y":125},"upperLeft":{"x":240,"y":75}},"dockers":[]},{"resourceId":"sid-E4259C7B-C9DD-4E6A-ACFB-BA9887C16F11","properties":{"overrideid":"sid-2B73B1D3-9192-419B-81EB-FD6172AD6380","name":"","documentation":"","text":"hasMoreExams"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-E8D1BDAA-1CB4-4B5D-9484-258B508ADFF9"}],"bounds":{"lowerRight":{"x":850,"y":500},"upperLeft":{"x":750,"y":450}},"dockers":[]},{"resourceId":"sid-5F5E925C-DBF6-497D-81E2-2623D8581C93","properties":{"overrideid":"sid-BE0EE6CE-193D-4BF8-B52F-9EB0E4E29C6C","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-09225841-4064-4CF2-A842-86A99572B87B"}],"bounds":{"lowerRight":{"x":356.1384658828114,"y":241.99454633833028},"upperLeft":{"x":259.0646591171886,"y":121.43514116166972}},"dockers":[{"x":1,"y":24},{"x":20,"y":20}],"target":{"resourceId":"sid-09225841-4064-4CF2-A842-86A99572B87B"}},{"resourceId":"sid-E8D1BDAA-1CB4-4B5D-9484-258B508ADFF9","properties":{"overrideid":"sid-8A2D0FCA-F368-4326-8CFE-A8323E12803A","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-DA397630-0D3D-4585-952E-5565B623849D"}],"bounds":{"lowerRight":{"x":749.9209139454616,"y":470.0986888797458},"upperLeft":{"x":729.5322110545384,"y":396.3856861202542}},"dockers":[{"x":1,"y":24},{"x":20,"y":20}],"target":{"resourceId":"sid-DA397630-0D3D-4585-952E-5565B623849D"}},{"resourceId":"sid-6F85188B-3F8A-4433-852F-BA04AAA735C2","properties":{"overrideid":"flow6","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-9533BAB0-5172-4666-B6D2-CFD07FD975B6"}],"bounds":{"lowerRight":{"x":1019.5,"y":253},"upperLeft":{"x":940.5,"y":253}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-9533BAB0-5172-4666-B6D2-CFD07FD975B6"}},{"resourceId":"sid-394CCA08-DDBF-4AB2-A680-6BE1CF31378C","properties":{"overrideid":"flow8","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${hasmoreexams==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-9533BAB0-5172-4666-B6D2-CFD07FD975B6"}],"bounds":{"lowerRight":{"x":1034,"y":380.5},"upperLeft":{"x":745.78125,"y":267.9453125}},"dockers":[{"x":20.5,"y":20.5},{"x":1034,"y":380.5},{"x":14,"y":14}],"target":{"resourceId":"sid-9533BAB0-5172-4666-B6D2-CFD07FD975B6"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"3826f5e4-43f0-11e9-ad8d-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"examsManagement","name":"Exams Management","documentation":"","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"startEvent1","name":"","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-34A69A6E-056F-4905-9DC6-73F3AA7F4002"}],"bounds":{"lowerRight":{"x":90,"y":330},"upperLeft":{"x":60,"y":300}},"dockers":[]},{"resourceId":"sid-F900621D-5249-42B5-AA9A-280411A3C856","properties":{"overrideid":"medicalExamsScheduling","name":"Medical Exams Scheduling","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Assistant","$$hashKey":"object:21745"},{"value":"Analyst","$$hashKey":"object:21754"},{"value":"SuperiorAnalyst","$$hashKey":"object:21759"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-003Z"},{"name":"beanName","implementation":"ut02FormDefinition","stringValue":"ut02FormDefinition","expression":"","string":"","$$hashKey":"uiGrid-0045"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-004B"}],"$$hashKey":"uiGrid-003J"},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-004W"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-0052"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-0058"}],"$$hashKey":"uiGrid-003L"}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-22DED5D2-587E-4DCC-905C-C31A5C1304D1"}],"bounds":{"lowerRight":{"x":281.5,"y":355},"upperLeft":{"x":181.5,"y":275}},"dockers":[]},{"resourceId":"sid-C7735F7A-E981-4E3D-A601-87892BC07AF0","properties":{"overrideid":"gw","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-85B178DD-2D18-48A9-98D4-ECC8DFABF34F"},{"resourceId":"sid-3A68DC2C-7D44-4F0C-B697-C7BEBAC94360"},{"resourceId":"sid-916EFB06-99C2-4A39-B390-46D24715C016"}],"bounds":{"lowerRight":{"x":385,"y":335},"upperLeft":{"x":345,"y":295}},"dockers":[]},{"resourceId":"sid-F0BABB07-92CB-4D34-81B5-5A36490D984C","properties":{"overrideid":"examsResultsRegister","name":"Exams Results Register","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Analyst","$$hashKey":"object:22597"},{"value":"SuperiorAnalyst","$$hashKey":"object:22606"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-0098"},{"name":"beanName","implementation":"ut03FormDefinition","stringValue":"ut03FormDefinition","expression":"","string":"","$$hashKey":"uiGrid-009A"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-009C"}],"$$hashKey":"uiGrid-008S"},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-009Q"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-009S"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-009U"}],"$$hashKey":"uiGrid-008U"}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-6F045D28-847D-4407-9C2E-B22A30FDB995"}],"bounds":{"lowerRight":{"x":625,"y":185},"upperLeft":{"x":525,"y":105}},"dockers":[]},{"resourceId":"sid-0CEDC083-6C4C-4E21-A177-A2DA8BA1E8E9","properties":{"overrideid":"gwExamsReceived","name":"Exams received","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-FF8AF34D-6CF2-41EE-BB54-1BD1AA9393CE"},{"resourceId":"sid-7397B2FE-999F-4E19-8E09-DE7E1A88D6A2"}],"bounds":{"lowerRight":{"x":745,"y":165},"upperLeft":{"x":705,"y":125}},"dockers":[]},{"resourceId":"sid-3FF28E22-328B-446F-A31D-015C10606650","properties":{"overrideid":"gwEnd","name":"Risk Evaluation","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":883,"y":329},"upperLeft":{"x":855,"y":301}},"dockers":[]},{"resourceId":"sid-DEF59734-3154-4DB3-AC20-60DFE837F9FC","properties":{"overrideid":"recordsStatus","name":"Records Status \"canceled exams\" (object proposal changed)","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_recordStatus}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-6A412197-F17D-47C2-9BFB-A84221B00C25"}],"bounds":{"lowerRight":{"x":782,"y":343.5},"upperLeft":{"x":510,"y":286.5}},"dockers":[]},{"resourceId":"sid-49B5D99C-8D20-4DD1-B467-4A92D75EA399","properties":{"overrideid":"providerCommunication","name":"Provider Comunication","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_Outputs}","servicetaskfields":{"fields":[{"name":"eventExpression","implementation":"examsschedule","stringValue":"examsschedule","expression":"","string":"","$$hashKey":"uiGrid-00A4"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-A2A6017F-A0BC-4E2E-9B45-70B3B5B18DCB"}],"bounds":{"lowerRight":{"x":415,"y":185},"upperLeft":{"x":315,"y":105}},"dockers":[]},{"resourceId":"sid-34A69A6E-056F-4905-9DC6-73F3AA7F4002","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-F900621D-5249-42B5-AA9A-280411A3C856"}],"bounds":{"lowerRight":{"x":180.982421875,"y":315},"upperLeft":{"x":90.671875,"y":315}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-F900621D-5249-42B5-AA9A-280411A3C856"}},{"resourceId":"sid-22DED5D2-587E-4DCC-905C-C31A5C1304D1","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-C7735F7A-E981-4E3D-A601-87892BC07AF0"}],"bounds":{"lowerRight":{"x":345.2265625,"y":315},"upperLeft":{"x":281.51953125,"y":315}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-C7735F7A-E981-4E3D-A601-87892BC07AF0"}},{"resourceId":"sid-A2A6017F-A0BC-4E2E-9B45-70B3B5B18DCB","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-F0BABB07-92CB-4D34-81B5-5A36490D984C"}],"bounds":{"lowerRight":{"x":524.78125,"y":145},"upperLeft":{"x":415.21875,"y":145}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"sid-F0BABB07-92CB-4D34-81B5-5A36490D984C"}},{"resourceId":"sid-6F045D28-847D-4407-9C2E-B22A30FDB995","properties":{"overrideid":"flow5","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-0CEDC083-6C4C-4E21-A177-A2DA8BA1E8E9"}],"bounds":{"lowerRight":{"x":705.25,"y":145},"upperLeft":{"x":625.21875,"y":145}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-0CEDC083-6C4C-4E21-A177-A2DA8BA1E8E9"}},{"resourceId":"sid-6A412197-F17D-47C2-9BFB-A84221B00C25","properties":{"overrideid":"flow6","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-3FF28E22-328B-446F-A31D-015C10606650"}],"bounds":{"lowerRight":{"x":854.0625,"y":315},"upperLeft":{"x":782.890625,"y":315}},"dockers":[{"x":136,"y":28.5},{"x":14,"y":14}],"target":{"resourceId":"sid-3FF28E22-328B-446F-A31D-015C10606650"}},{"resourceId":"sid-FF8AF34D-6CF2-41EE-BB54-1BD1AA9393CE","properties":{"overrideid":"yes","name":"Yes","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areexamsreceived==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-3FF28E22-328B-446F-A31D-015C10606650"}],"bounds":{"lowerRight":{"x":869,"y":300.7578125},"upperLeft":{"x":745.55859375,"y":145.5}},"dockers":[{"x":20.5,"y":20.5},{"x":869,"y":145.5},{"x":14,"y":14}],"target":{"resourceId":"sid-3FF28E22-328B-446F-A31D-015C10606650"}},{"resourceId":"sid-7397B2FE-999F-4E19-8E09-DE7E1A88D6A2","properties":{"overrideid":"no","name":"No","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areexamsreceived==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-DEF59734-3154-4DB3-AC20-60DFE837F9FC"}],"bounds":{"lowerRight":{"x":725.5,"y":286.44392907942733},"upperLeft":{"x":725.5,"y":165.34211447957}},"dockers":[{"x":20.5,"y":20.5},{"x":215.5,"y":19.786043558997335}],"target":{"resourceId":"sid-DEF59734-3154-4DB3-AC20-60DFE837F9FC"}},{"resourceId":"sid-85B178DD-2D18-48A9-98D4-ECC8DFABF34F","properties":{"overrideid":"scheduling","name":"Scheduling","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areexamscanceled==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-49B5D99C-8D20-4DD1-B467-4A92D75EA399"}],"bounds":{"lowerRight":{"x":365.43847371129004,"y":294.51953554990087},"upperLeft":{"x":365.12012003870996,"y":185.9609332000991}},"dockers":[{"x":20.5,"y":20.5},{"x":50,"y":40}],"target":{"resourceId":"sid-49B5D99C-8D20-4DD1-B467-4A92D75EA399"}},{"resourceId":"sid-3A68DC2C-7D44-4F0C-B697-C7BEBAC94360","properties":{"overrideid":"examsCanceled","name":"Exams Canceled","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${areexamscanceled==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-DEF59734-3154-4DB3-AC20-60DFE837F9FC"}],"bounds":{"lowerRight":{"x":509.13281408870495,"y":315.46501434663764},"upperLeft":{"x":385.12695153629505,"y":315.24397002836236}},"dockers":[{"x":20.5,"y":20.5},{"x":136,"y":28.5}],"target":{"resourceId":"sid-DEF59734-3154-4DB3-AC20-60DFE837F9FC"}},{"resourceId":"sid-BCB5D57F-0EC0-45F9-9DC1-D4810EBC2BFB","properties":{"overrideid":"sid-758BD546-E499-45E3-9C7F-385B2DE9CB89","name":"","documentation":"","text":"areExamsCanceled"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":531,"y":260},"upperLeft":{"x":420,"y":210}},"dockers":[]},{"resourceId":"sid-916EFB06-99C2-4A39-B390-46D24715C016","properties":{"overrideid":"","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-BCB5D57F-0EC0-45F9-9DC1-D4810EBC2BFB"}],"bounds":{"lowerRight":{"x":420,"y":303.3516147615999},"upperLeft":{"x":373.7246831738237,"y":235}},"dockers":[{"x":20.5,"y":20.5},{"x":0,"y":25}],"target":{"resourceId":"sid-BCB5D57F-0EC0-45F9-9DC1-D4810EBC2BFB"}},{"resourceId":"sid-19E56C90-B07F-4348-A376-B70432BD906E","properties":{"overrideid":"sid-191FDDE7-34A5-49A8-BC5F-EC574879E3D8","name":"","documentation":"","text":"areExamsReceived"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-5370B850-015C-494B-BDB8-D5A34B0ED1D0"}],"bounds":{"lowerRight":{"x":834,"y":79},"upperLeft":{"x":720,"y":30}},"dockers":[]},{"resourceId":"sid-5370B850-015C-494B-BDB8-D5A34B0ED1D0","properties":{"overrideid":"","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-0CEDC083-6C4C-4E21-A177-A2DA8BA1E8E9"}],"bounds":{"lowerRight":{"x":724.1438163352384,"y":125.41907958690159},"upperLeft":{"x":722.1061836647616,"y":78.8184204130984}},"dockers":[{"x":1,"y":23.52},{"x":20,"y":20}],"target":{"resourceId":"sid-0CEDC083-6C4C-4E21-A177-A2DA8BA1E8E9"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"ccfd18e6-43f8-11e9-ad8d-d050993af594","bounds":{"lowerRight":{"x":1283.75,"y":1076},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"riskEvaluation","name":"Risk Evaluation","documentation":"Processo de avaliação de risco","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"startEvent1","name":"Start","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-9B658D0B-78C2-46BE-BB61-DE5EEFED06C1"}],"bounds":{"lowerRight":{"x":88.12500000000004,"y":315.75},"upperLeft":{"x":58.12500000000004,"y":285.75}},"dockers":[]},{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2","properties":{"overrideid":"insuredPersonRiskEvaluation","name":"Insured Person Risk Evaluation","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Analyst","$$hashKey":"object:43216"},{"value":"SuperiorAnalyst","$$hashKey":"object:43225"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00HA","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00HG"},{"name":"beanName","implementation":"ut04preprocessor","stringValue":"ut04preprocessor","expression":"","string":"","$$hashKey":"uiGrid-00HM"},{"name":"version","implementation":"7.5.0-SNAPSHOT","stringValue":"7.5.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00HS"}]},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00HY","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00I4"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00IA"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00IG"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-5A326195-4DDF-46C8-B667-CE7EF6378F0A"}],"bounds":{"lowerRight":{"x":281.87500000000006,"y":340.75},"upperLeft":{"x":181.87500000000006,"y":260.75}},"dockers":[]},{"resourceId":"sid-6CFCB87F-9CAB-49A1-B7A8-F18252BF1074","properties":{"overrideid":"gw1","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-14EEF298-2850-4D66-AE7B-1A947CF21EFB"},{"resourceId":"sid-F4F5D79E-B6FC-4ADC-83F7-9BC111DB34B7"}],"bounds":{"lowerRight":{"x":536.875,"y":320.75},"upperLeft":{"x":496.87500000000006,"y":280.75}},"dockers":[]},{"resourceId":"sid-8CAFD906-6989-47FF-8C5D-6DB229342FBB","properties":{"overrideid":"gw2","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-5734B78B-596B-41DD-9222-04EF16E90BC9"},{"resourceId":"sid-D29FA091-B204-4F89-8E72-BEDA909FF64A"},{"resourceId":"sid-A91AEE3C-D148-4EF7-B219-A7B51A604139"},{"resourceId":"sid-9AD58650-2064-46B7-A759-A86C453D975F"},{"resourceId":"sid-F224F5A7-7A2C-491E-ABE0-ED226C11F6F5"},{"resourceId":"sid-983516D6-1D79-4D9F-BEFD-3C2A585C8480"},{"resourceId":"sid-E2C065A7-C7B8-44C9-9180-CD0D7272F959"}],"bounds":{"lowerRight":{"x":536.875,"y":726.75},"upperLeft":{"x":496.87500000000006,"y":686.75}},"dockers":[]},{"resourceId":"sid-41AF9FAA-1DCC-4051-AE84-60C157EF2FDD","properties":{"overrideid":"reInsurerOpinionRegister","name":"ReInsurer Opinion Register","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Assistant","$$hashKey":"object:43570"},{"value":"Analyst","$$hashKey":"object:43579"},{"value":"SuperiorAnalyst","$$hashKey":"object:43584"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00J2","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00J8"},{"name":"beanName","implementation":"advicePreProcessor","stringValue":"advicePreProcessor","expression":"","string":"","$$hashKey":"uiGrid-00JE"},{"name":"version","implementation":"7.5.0-SNAPSHOT","stringValue":"7.5.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00JK"}]},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00JQ","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00JW"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00K2"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00K8"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-DA5433AF-2E34-4105-855E-A9C7A4934F68"}],"bounds":{"lowerRight":{"x":971.875,"y":799.75},"upperLeft":{"x":871.875,"y":719.75}},"dockers":[]},{"resourceId":"sid-315626BB-FCB3-4D8F-B5E4-64A5619B1D4A","properties":{"overrideid":"reInsurerCommunication","name":"ReInsurer Communication","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_Outputs}","servicetaskfields":{"fields":[{"name":"eventExpression","implementation":"ReInsurerCommunication","stringValue":"ReInsurerCommunication","expression":"","string":"","$$hashKey":"uiGrid-00KM"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-FFB75D26-2239-4D3D-9BCC-9B82612FEA1F"}],"bounds":{"lowerRight":{"x":971.875,"y":919.75},"upperLeft":{"x":871.875,"y":839.75}},"dockers":[]},{"resourceId":"sid-4614A6B1-FF1C-42B2-9B33-12328BC9E791","properties":{"overrideid":"additionalInfoRegister","name":"Additional Info Register","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Assistant","$$hashKey":"object:44258"},{"value":"Analyst","$$hashKey":"object:44267"},{"value":"SuperiorAnalyst","$$hashKey":"object:44272"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00L8","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00LE"},{"name":"beanName","implementation":"advicePreProcessor","stringValue":"advicePreProcessor","expression":"","string":"","$$hashKey":"uiGrid-00LK"},{"name":"version","implementation":"7.5.0-SNAPSHOT","stringValue":"7.5.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00LQ"}]},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00LW","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00M2"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00M8"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00ME"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-9BFE8816-37CD-433D-8B38-4176D60C41D4"}],"bounds":{"lowerRight":{"x":1219.375,"y":969.75},"upperLeft":{"x":1119.375,"y":889.75}},"dockers":[]},{"resourceId":"sid-7A88FFEE-C201-44B2-A068-006FA61F3F59","properties":{"overrideid":"communicationMoreInfo","name":"Communication","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_Outputs}","servicetaskfields":{"fields":[{"name":"eventExpression","implementation":"additionalinformation","stringValue":"additionalinformation","expression":"","string":"","$$hashKey":"uiGrid-00MS"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-2F503D25-B581-4D41-9B1B-CCD788EF198A"}],"bounds":{"lowerRight":{"x":724.375,"y":969.75},"upperLeft":{"x":624.375,"y":889.75}},"dockers":[]},{"resourceId":"sid-79A1AC83-BCEA-44E2-A3D0-317018472E1A","properties":{"overrideid":"questionnairesFill","name":"Questionnaires Fill","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"Analyst","$$hashKey":"object:44912"},{"value":"SuperiorAnalyst","$$hashKey":"object:44921"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00NE","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00NK"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00NQ"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00NW"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-D2AB6742-C83F-4DBF-A6ED-A15DE5F06B64"}],"bounds":{"lowerRight":{"x":135.40523848125858,"y":556.75},"upperLeft":{"x":35.40523848125856,"y":476.75}},"dockers":[]},{"resourceId":"sid-D2F7F0E6-F5EE-4A8F-B764-C2B218ABB336","properties":{"overrideid":"communicationFillQuestionnaires","name":"Communication","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_Outputs}","servicetaskfields":{"fields":[{"name":"eventExpression","implementation":"AdditionalQuestionnaire","stringValue":"AdditionalQuestionnaire","expression":"","string":"","$$hashKey":"uiGrid-00OA"}]},"servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-1B8F71AE-7CE8-46F9-B8D8-EEEA3567A2F9"}],"bounds":{"lowerRight":{"x":135.40523848125858,"y":747.9707194969906},"upperLeft":{"x":35.40523848125856,"y":667.9707194969906}},"dockers":[]},{"resourceId":"sid-8546AB23-74CC-4240-9233-EE758EC1BEE8","properties":{"overrideid":"medicalOpinionRegister","name":"Medical Opinion Register","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"MedicalDoctor","$$hashKey":"object:45709"},{"value":"SuperiorAnalyst","$$hashKey":"object:45718"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00OW","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00P2"},{"name":"beanName","implementation":"advicePreProcessor","stringValue":"advicePreProcessor","expression":"","string":"","$$hashKey":"uiGrid-00P8"},{"name":"version","implementation":"7.5.0-SNAPSHOT","stringValue":"7.5.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00PE"}]},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00PK","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00PQ"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00PW"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00Q2"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-7ADAB40D-25D0-4D59-88A6-9488B86BFD19"}],"bounds":{"lowerRight":{"x":872.125,"y":731.25},"upperLeft":{"x":729.375,"y":682.25}},"dockers":[]},{"resourceId":"sid-34BB8351-5F32-4F27-832A-135DFAA4DE05","properties":{"overrideid":"endExamsManagement","name":"Exams Management","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":374.87500000000006,"y":859.75},"upperLeft":{"x":346.87500000000006,"y":831.75}},"dockers":[]},{"resourceId":"sid-075A8009-B848-48EF-9642-EEC7BB2AF1F9","properties":{"overrideid":"technicalSupervisorStatement","name":"Technical Supervisor statement","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"static","candidateUsers":[{"value":"SuperiorAnalyst","$$hashKey":"object:46011"}]}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00QO","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00QU"},{"name":"beanName","implementation":"advicePreProcessor","stringValue":"advicePreProcessor","expression":"","string":"","$$hashKey":"uiGrid-00R0"},{"name":"version","implementation":"7.5.0-SNAPSHOT","stringValue":"7.5.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00R6"}]},{"event":"create","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","className":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverTaskListener","expression":"","delegateExpression":"","$$hashKey":"uiGrid-00RC","fields":[{"name":"objectClass","implementation":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","stringValue":"org.flowable.karaf.i2sdynamictask.ServiceRetrieverDelegateTask","expression":"","string":"","$$hashKey":"uiGrid-00RI"},{"name":"beanName","implementation":"createVariablesFiltersFE","stringValue":"createVariablesFiltersFE","expression":"","string":"","$$hashKey":"uiGrid-00RO"},{"name":"version","implementation":"7.6.0-SNAPSHOT","stringValue":"7.6.0-SNAPSHOT","expression":"","string":"","$$hashKey":"uiGrid-00RU"}]}]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-4D3A6E70-DA09-40B8-922E-D9E5C51D2BDC"}],"bounds":{"lowerRight":{"x":724.375,"y":407.08332008785726},"upperLeft":{"x":624.375,"y":327.08332008785726}},"dockers":[]},{"resourceId":"sid-BE22E4A8-46E0-42BF-93A9-42CBCFCAB06D","properties":{"overrideid":"gw5","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-532C21D0-AAEF-46B6-AB76-26FC251CAF9C"},{"resourceId":"sid-291915B2-56CE-40C5-B3F0-767C4E58C5D5"},{"resourceId":"sid-72C451C3-8E03-4D00-B413-622BA2C5B1CC"}],"bounds":{"lowerRight":{"x":735.625,"y":320.75},"upperLeft":{"x":695.625,"y":280.75}},"dockers":[]},{"resourceId":"sid-3D0624E9-B55D-48B2-946A-ACB52A739940","properties":{"overrideid":"riskDataManagement","name":"Update variables according to the action/decision made","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","servicetasktriggerable":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","servicetaskclass":"","servicetaskexpression":"","servicetaskdelegateexpression":"${jd_riskDataManagement}","servicetaskfields":"","servicetaskuselocalscopeforresultvariable":"false","skipexpression":""},"stencil":{"id":"ServiceTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-506FE294-1D99-47BB-85CE-241D04313CFE"}],"bounds":{"lowerRight":{"x":1107.625,"y":104.25},"upperLeft":{"x":875.625,"y":46.25}},"dockers":[]},{"resourceId":"sid-AB1F8BF4-A327-4EBA-BC63-9688CAAB9EEF","properties":{"overrideid":"endEvaluation","name":"Acceptance","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":1203.625,"y":89.25},"upperLeft":{"x":1175.625,"y":61.25}},"dockers":[]},{"resourceId":"sid-10AA7752-F921-445B-AFF3-871957FF3008","properties":{"overrideid":"gw4","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-0450BA2A-14D0-4D71-93B3-C0D32322E580"}],"bounds":{"lowerRight":{"x":225.6249940395358,"y":536.75},"upperLeft":{"x":185.6249940395358,"y":496.75}},"dockers":[]},{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB","properties":{"overrideid":"gw6","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-A61179EB-A340-4FB4-8E7A-E4B178C784F4"},{"resourceId":"sid-E94FAF7A-DFAC-44C6-8D59-A569BC99B6F4"}],"bounds":{"lowerRight":{"x":941.875,"y":483.75},"upperLeft":{"x":901.875,"y":443.75}},"dockers":[]},{"resourceId":"sid-1B8F71AE-7CE8-46F9-B8D8-EEEA3567A2F9","properties":{"overrideid":"flow17","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-79A1AC83-BCEA-44E2-A3D0-317018472E1A"}],"bounds":{"lowerRight":{"x":85.40523848125858,"y":667.3820549136292},"upperLeft":{"x":85.40523848125858,"y":557.3386645833614}},"dockers":[{"x":50.00000000000003,"y":40},{"x":50.00000000000003,"y":40}],"target":{"resourceId":"sid-79A1AC83-BCEA-44E2-A3D0-317018472E1A"}},{"resourceId":"sid-D2AB6742-C83F-4DBF-A6ED-A15DE5F06B64","properties":{"overrideid":"flow18","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-10AA7752-F921-445B-AFF3-871957FF3008"}],"bounds":{"lowerRight":{"x":185.84065723355496,"y":516.75},"upperLeft":{"x":136.18373101710773,"y":516.75}},"dockers":[{"x":50.00000000000003,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-10AA7752-F921-445B-AFF3-871957FF3008"}},{"resourceId":"sid-FFB75D26-2239-4D3D-9BCC-9B82612FEA1F","properties":{"overrideid":"flow8","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-41AF9FAA-1DCC-4051-AE84-60C157EF2FDD"}],"bounds":{"lowerRight":{"x":921.875,"y":839.5803099332056},"upperLeft":{"x":921.875,"y":800.3879404480143}},"dockers":[{"x":50,"y":19.48345837932999},{"x":50,"y":40}],"target":{"resourceId":"sid-41AF9FAA-1DCC-4051-AE84-60C157EF2FDD"}},{"resourceId":"sid-2F503D25-B581-4D41-9B1B-CCD788EF198A","properties":{"overrideid":"flow12","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-4614A6B1-FF1C-42B2-9B33-12328BC9E791"}],"bounds":{"lowerRight":{"x":1119.068359375,"y":929.75},"upperLeft":{"x":724.681640625,"y":929.75}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"sid-4614A6B1-FF1C-42B2-9B33-12328BC9E791"}},{"resourceId":"sid-D29FA091-B204-4F89-8E72-BEDA909FF64A","properties":{"overrideid":"flow5","name":"Medical opinion request","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==5}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-8546AB23-74CC-4240-9233-EE758EC1BEE8"}],"bounds":{"lowerRight":{"x":728.9062515566319,"y":707.2150324313417},"upperLeft":{"x":537.1928695371181,"y":706.8767644436583}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":71.37500000000001,"y":24.5}],"target":{"resourceId":"sid-8546AB23-74CC-4240-9233-EE758EC1BEE8"}},{"resourceId":"sid-E2C065A7-C7B8-44C9-9180-CD0D7272F959","properties":{"overrideid":"flow16","name":"Additional questionnaires request","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==3}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-D2F7F0E6-F5EE-4A8F-B764-C2B218ABB336"}],"bounds":{"lowerRight":{"x":496.126418820667,"y":707.8859993895721},"upperLeft":{"x":136.18300257691172,"y":707.2854521730537}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":50.00000000000003,"y":40}],"target":{"resourceId":"sid-D2F7F0E6-F5EE-4A8F-B764-C2B218ABB336"}},{"resourceId":"sid-456586E1-7CEC-4152-85E0-01448DB2FCF7","properties":{"overrideid":"sid-CE3F36A3-BD3B-483F-8D1E-6C093FFE1D66","name":"","documentation":"","text":"isToTakeDecision"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-DD7B87CE-D582-4143-9050-E1BBB0F8D6C6"}],"bounds":{"lowerRight":{"x":600.625,"y":238.75},"upperLeft":{"x":500.62500000000006,"y":188.75}},"dockers":[]},{"resourceId":"sid-F578C91B-07D4-4AB3-8535-620A66AC9DD1","properties":{"overrideid":"sid-031F9A6A-9998-4308-8F7D-FE56A5627633","name":"","documentation":"","text":"whichPath"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-4C6A17C2-A85F-4BD3-98CB-DE30066D19E4"}],"bounds":{"lowerRight":{"x":806.875,"y":616.75},"upperLeft":{"x":706.875,"y":566.75}},"dockers":[]},{"resourceId":"sid-A37525EA-4FBC-49C1-8815-C818A4E2F382","properties":{"overrideid":"sid-0C07DAF3-ACF4-4BC6-BB1D-574B7A8A0CEF","name":"","documentation":"","text":"whichPath"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-25228CC5-0FEB-48A1-B7A9-5C764F0A65D4"}],"bounds":{"lowerRight":{"x":855.625,"y":381.25},"upperLeft":{"x":755.625,"y":331.25}},"dockers":[]},{"resourceId":"sid-29E85A22-0547-4D6A-929B-A540B81880B0","properties":{"overrideid":"sid-7C64BBED-A678-4070-9660-910C6A228726","name":"","documentation":"","text":"isQuestionnairesFilled"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-34471781-F49B-4A00-84DA-59BC36CC66FF"}],"bounds":{"lowerRight":{"x":305.958328035143,"y":616.75},"upperLeft":{"x":168.95832803514293,"y":566.75}},"dockers":[]},{"resourceId":"sid-34471781-F49B-4A00-84DA-59BC36CC66FF","properties":{"overrideid":"sid-3BAF5071-AC57-460D-987E-60BCCE308D36","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-10AA7752-F921-445B-AFF3-871957FF3008"}],"bounds":{"lowerRight":{"x":199.53458165151142,"y":566.3079882844561},"upperLeft":{"x":182.2323080331944,"y":530.7818554655439}},"dockers":[{"x":1.3700000000000006,"y":24},{"x":20.5,"y":20.5}],"target":{"resourceId":"sid-10AA7752-F921-445B-AFF3-871957FF3008"}},{"resourceId":"sid-44384E8A-3558-44AB-B7DD-B5475A254439","properties":{"overrideid":"annotation-whichstatement","name":"","documentation":"","text":"whichstatement"},"stencil":{"id":"TextAnnotation"},"childShapes":[],"outgoing":[{"resourceId":"sid-ADEF35E7-E9EB-4383-AABD-C6C5B056DD8A"}],"bounds":{"lowerRight":{"x":1076.875,"y":526.75},"upperLeft":{"x":976.875,"y":476.75}},"dockers":[]},{"resourceId":"sid-ADEF35E7-E9EB-4383-AABD-C6C5B056DD8A","properties":{"overrideid":"association-whichstatement","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}],"bounds":{"lowerRight":{"x":976.1656646793386,"y":499.62061773456304},"upperLeft":{"x":934.9593353206614,"y":472.39500726543696}},"dockers":[{"x":1,"y":24},{"x":20,"y":20}],"target":{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}},{"resourceId":"sid-DD7B87CE-D582-4143-9050-E1BBB0F8D6C6","properties":{"overrideid":"sid-B1B4F01F-F0E1-4416-AE4D-99A16BE176D4","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-6CFCB87F-9CAB-49A1-B7A8-F18252BF1074"}],"bounds":{"lowerRight":{"x":513.844874510464,"y":283.2646856997266},"upperLeft":{"x":506.08481298953603,"y":238.4853143002734}},"dockers":[{"x":0.9999999999999994,"y":24},{"x":19.99999999999997,"y":20}],"target":{"resourceId":"sid-6CFCB87F-9CAB-49A1-B7A8-F18252BF1074"}},{"resourceId":"sid-25228CC5-0FEB-48A1-B7A9-5C764F0A65D4","properties":{"overrideid":"sid-447BD82B-2348-461B-8047-EAD374D4E353","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-BE22E4A8-46E0-42BF-93A9-42CBCFCAB06D"}],"bounds":{"lowerRight":{"x":755.3590398431301,"y":353.7186930044747},"upperLeft":{"x":723.3075463304543,"y":314.94916620171534}},"dockers":[{"x":1,"y":24},{"x":20.757482092898158,"y":25.822599803566618}],"target":{"resourceId":"sid-BE22E4A8-46E0-42BF-93A9-42CBCFCAB06D"}},{"resourceId":"sid-A91AEE3C-D148-4EF7-B219-A7B51A604139","properties":{"overrideid":"flow11","name":"Additional information request","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==6}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-7A88FFEE-C201-44B2-A068-006FA61F3F59"}],"bounds":{"lowerRight":{"x":624.3125,"y":929.75},"upperLeft":{"x":517.375,"y":727.37109375}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":517.375,"y":929.75},{"x":50,"y":40}],"target":{"resourceId":"sid-7A88FFEE-C201-44B2-A068-006FA61F3F59"}},{"resourceId":"sid-9B658D0B-78C2-46BE-BB61-DE5EEFED06C1","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}],"bounds":{"lowerRight":{"x":181.26562500000006,"y":300.75},"upperLeft":{"x":89.00781250000006,"y":300.75}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}},{"resourceId":"sid-5734B78B-596B-41DD-9222-04EF16E90BC9","properties":{"overrideid":"flow21","name":"Additional exams request","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==4}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-34BB8351-5F32-4F27-832A-135DFAA4DE05"}],"bounds":{"lowerRight":{"x":506.23356232773517,"y":836.4310212632831},"upperLeft":{"x":371.40510954726483,"y":717.1099943617169}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":14,"y":14}],"target":{"resourceId":"sid-34BB8351-5F32-4F27-832A-135DFAA4DE05"}},{"resourceId":"sid-4C6A17C2-A85F-4BD3-98CB-DE30066D19E4","properties":{"overrideid":"sid-8883C08D-4CE0-4845-A415-2619FF45CB4E","name":"","documentation":""},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-8CAFD906-6989-47FF-8C5D-6DB229342FBB"}],"bounds":{"lowerRight":{"x":706.2741896414062,"y":698.9809050963514},"upperLeft":{"x":529.6672166085938,"y":591.7222199036486}},"dockers":[{"x":1,"y":24},{"x":19.99999999999997,"y":20}],"target":{"resourceId":"sid-8CAFD906-6989-47FF-8C5D-6DB229342FBB"}},{"resourceId":"sid-F224F5A7-7A2C-491E-ABE0-ED226C11F6F5","properties":{"overrideid":"flow7","name":"ReInsurer opinion request","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==8}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-315626BB-FCB3-4D8F-B5E4-64A5619B1D4A"}],"bounds":{"lowerRight":{"x":871.39111328125,"y":879.75},"upperLeft":{"x":522.567355800644,"y":721.6674064484683}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":579.5,"y":879.75},{"x":50,"y":40}],"target":{"resourceId":"sid-315626BB-FCB3-4D8F-B5E4-64A5619B1D4A"}},{"resourceId":"sid-4D3A6E70-DA09-40B8-922E-D9E5C51D2BDC","properties":{"overrideid":"flow23","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-6CFCB87F-9CAB-49A1-B7A8-F18252BF1074"}],"bounds":{"lowerRight":{"x":623.9384765625,"y":367.08332008785726},"upperLeft":{"x":527.6377422532804,"y":311.2040389795858}},"dockers":[{"x":50,"y":40},{"x":585.25,"y":367.08332008785726},{"x":20.49999999999997,"y":20.5}],"target":{"resourceId":"sid-6CFCB87F-9CAB-49A1-B7A8-F18252BF1074"}},{"resourceId":"sid-9BFE8816-37CD-433D-8B38-4176D60C41D4","properties":{"overrideid":"flow13","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}],"bounds":{"lowerRight":{"x":1169.375,"y":889.6552734375},"upperLeft":{"x":942.671875,"y":464.25}},"dockers":[{"x":50,"y":40},{"x":1169.375,"y":464.25},{"x":20.5,"y":20.5}],"target":{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}},{"resourceId":"sid-72C451C3-8E03-4D00-B413-622BA2C5B1CC","properties":{"overrideid":"flow30","name":"Insured Person accepted","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-3D0624E9-B55D-48B2-946A-ACB52A739940"}],"bounds":{"lowerRight":{"x":991.625,"y":301.25},"upperLeft":{"x":736.49609375,"y":104.5}},"dockers":[{"x":20.5,"y":20.5},{"x":991.625,"y":301.25},{"x":116,"y":29}],"target":{"resourceId":"sid-3D0624E9-B55D-48B2-946A-ACB52A739940"}},{"resourceId":"sid-532C21D0-AAEF-46B6-AB76-26FC251CAF9C","properties":{"overrideid":"flow27","name":"Refused Insured Person","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==2}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-3D0624E9-B55D-48B2-946A-ACB52A739940"}],"bounds":{"lowerRight":{"x":875.5120947429704,"y":297.2677701150036},"upperLeft":{"x":733.0137565217595,"y":76.97051113499636}},"dockers":[{"x":35.1362910384679,"y":20},{"x":1,"y":29}],"target":{"resourceId":"sid-3D0624E9-B55D-48B2-946A-ACB52A739940"}},{"resourceId":"sid-291915B2-56CE-40C5-B3F0-767C4E58C5D5","properties":{"overrideid":"flow24","name":"Insured Person accepted with conditions","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-3D0624E9-B55D-48B2-946A-ACB52A739940"}],"bounds":{"lowerRight":{"x":875.474609375,"y":279.9453125},"upperLeft":{"x":716.125,"y":75.25}},"dockers":[{"x":20.5,"y":20.5},{"x":716.125,"y":75.25},{"x":116,"y":29.000000000000007}],"target":{"resourceId":"sid-3D0624E9-B55D-48B2-946A-ACB52A739940"}},{"resourceId":"sid-506FE294-1D99-47BB-85CE-241D04313CFE","properties":{"overrideid":"flow10","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-AB1F8BF4-A327-4EBA-BC63-9688CAAB9EEF"}],"bounds":{"lowerRight":{"x":1174.703125,"y":75.25},"upperLeft":{"x":1107.8671875,"y":75.25}},"dockers":[{"x":116,"y":29.000000000000007},{"x":14,"y":14}],"target":{"resourceId":"sid-AB1F8BF4-A327-4EBA-BC63-9688CAAB9EEF"}},{"resourceId":"sid-5A326195-4DDF-46C8-B667-CE7EF6378F0A","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-6CFCB87F-9CAB-49A1-B7A8-F18252BF1074"}],"bounds":{"lowerRight":{"x":496.3007827835459,"y":301.2130924392006},"upperLeft":{"x":281.9453109664541,"y":300.8376888107994}},"dockers":[{"x":50,"y":40},{"x":20.49999999999997,"y":20.5}],"target":{"resourceId":"sid-6CFCB87F-9CAB-49A1-B7A8-F18252BF1074"}},{"resourceId":"sid-F4F5D79E-B6FC-4ADC-83F7-9BC111DB34B7","properties":{"overrideid":"flow4","name":"Take a decision","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istotakedecision==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-BE22E4A8-46E0-42BF-93A9-42CBCFCAB06D"}],"bounds":{"lowerRight":{"x":694.939453125,"y":301.25},"upperLeft":{"x":537.0078125,"y":301.25}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":20.5,"y":20.5}],"target":{"resourceId":"sid-BE22E4A8-46E0-42BF-93A9-42CBCFCAB06D"}},{"resourceId":"sid-14EEF298-2850-4D66-AE7B-1A947CF21EFB","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${istotakedecision==0}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-8CAFD906-6989-47FF-8C5D-6DB229342FBB"}],"bounds":{"lowerRight":{"x":517.3503294553146,"y":686.7421882601999},"upperLeft":{"x":516.8996705446854,"y":321.2578117398001}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":19.99999999999997,"y":20}],"target":{"resourceId":"sid-8CAFD906-6989-47FF-8C5D-6DB229342FBB"}},{"resourceId":"sid-9AD58650-2064-46B7-A759-A86C453D975F","properties":{"overrideid":"flow22","name":"Technical supervisor statement","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==7}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-075A8009-B848-48EF-9642-EEC7BB2AF1F9"}],"bounds":{"lowerRight":{"x":674.375,"y":697.2166524198681},"upperLeft":{"x":527.9116927764596,"y":407.55728116341805}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":674.375,"y":557.75},{"x":50,"y":40}],"target":{"resourceId":"sid-075A8009-B848-48EF-9642-EEC7BB2AF1F9"}},{"resourceId":"sid-DA5433AF-2E34-4105-855E-A9C7A4934F68","properties":{"overrideid":"flow9","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}],"bounds":{"lowerRight":{"x":921.875,"y":719.4375},"upperLeft":{"x":921.875,"y":483.828125}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}},{"resourceId":"sid-A61179EB-A340-4FB4-8E7A-E4B178C784F4","properties":{"overrideid":"flow29","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichstatement==2}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-075A8009-B848-48EF-9642-EEC7BB2AF1F9"}],"bounds":{"lowerRight":{"x":901.33984375,"y":464.25},"upperLeft":{"x":699.375,"y":407.9921744614845}},"dockers":[{"x":20.5,"y":20.5},{"x":699.375,"y":464.25},{"x":75,"y":79}],"target":{"resourceId":"sid-075A8009-B848-48EF-9642-EEC7BB2AF1F9"}},{"resourceId":"sid-E94FAF7A-DFAC-44C6-8D59-A569BC99B6F4","properties":{"overrideid":"flow28","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichstatement==1}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}],"bounds":{"lowerRight":{"x":922.375,"y":442.92532493863945},"upperLeft":{"x":256.87500000000006,"y":341.50173586889827}},"dockers":[{"x":20.5,"y":20.5},{"x":922.375,"y":435.97219121897666},{"x":256.87500000000006,"y":435.97219121897666},{"x":75,"y":79}],"target":{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}},{"resourceId":"sid-7ADAB40D-25D0-4D59-88A6-9488B86BFD19","properties":{"overrideid":"flow6","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}],"bounds":{"lowerRight":{"x":922.375,"y":706.75},"upperLeft":{"x":873.0146484375,"y":484.1953125}},"dockers":[{"x":71.375,"y":24.5},{"x":922.375,"y":706.75},{"x":20.5,"y":20.5}],"target":{"resourceId":"sid-6ACA05E1-A314-43AA-945F-FFD3AFD366DB"}},{"resourceId":"sid-0450BA2A-14D0-4D71-93B3-C0D32322E580","properties":{"overrideid":"flow20","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}],"bounds":{"lowerRight":{"x":206.8678449412435,"y":496.8359464268226},"upperLeft":{"x":206.2112512894351,"y":341.4433504481774}},"dockers":[{"x":20.5,"y":20.5},{"x":25,"y":79}],"target":{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}},{"resourceId":"sid-983516D6-1D79-4D9F-BEFD-3C2A585C8480","properties":{"overrideid":"flow25","name":"Insured person risk evaluation request","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${whichpath==10}"}},"executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}],"bounds":{"lowerRight":{"x":506.0150264093,"y":697.6938278676843},"upperLeft":{"x":231.87500000000006,"y":341.74479156139273}},"dockers":[{"x":20.49999999999997,"y":20.5},{"x":231.87500000000006,"y":467.08331985826845},{"x":50,"y":79}],"target":{"resourceId":"sid-04AFA006-7856-4A0D-BE21-C91710470DC2"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"name":"Exams","key":"Exams","version":0,"fields":[{"fieldType":"OptionFormField","id":"examesarealizar","name":"Exames a realizar","type":"dropdown","value":"Please choose one...","required":false,"readOnly":false,"overrideId":false,"placeholder":null,"layout":null,"optionType":null,"hasEmptyValue":true,"options":[{"id":null,"name":"Please choose one..."},{"id":null,"name":"Sim"},{"id":null,"name":"Não"},{"id":null,"name":"Outro"}],"optionsExpression":null}],"outcomes":[]} {"name":"Form","key":"Form","version":0,"fields":[{"fieldType":"OptionFormField","id":"outro","name":"Outro","type":"dropdown","value":"Please choose one...","required":false,"readOnly":false,"overrideId":false,"placeholder":null,"layout":null,"optionType":null,"hasEmptyValue":true,"options":[{"id":null,"name":"Please choose one..."},{"id":null,"name":"Ola"},{"id":null,"name":"Adeus"}],"optionsExpression":null}],"outcomes":[]} {"models":[{"id":"a16b2901-4cca-11e9-b0f3-d050993af594","name":"Teste1","version":1,"modelType":0,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-03-25T09:22:13.879+0000"}],"cmmnModels":[{"id":"1295400b-45bc-11e9-965f-d050993af594","name":"Exemplo1","version":1,"modelType":5,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-03-25T12:21:43.573+0000"}],"theme":"theme-1","icon":"glyphicon-asterisk"} {"modelId":"ad54a83a-4eee-11e9-8db8-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"case_id":"Exemplo2","name":"Exemplo2","documentation":"","case_initiatorvariablename":"","case_author":"","case_version":"","case_namespace":"http://www.flowable.org/casedef","process_id":"Exemplo2"},"childShapes":[{"resourceId":"casePlanModel","properties":{"overrideid":"processo2","name":"processo2","documentation":"","formkeydefinition":"","formreference":"","autocompleteenabled":"","autocompletecondition":""},"stencil":{"id":"CasePlanModel"},"childShapes":[{"resourceId":"sid-CD45F11B-724A-42A4-8CA1-04F3BDC82D0E","properties":{"overrideid":"qwe","name":"","documentation":"","autocompleteenabled":true,"autocompletecondition":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":"","displayorder":"","includeinstageoverview":true},"stencil":{"id":"Stage"},"childShapes":[{"resourceId":"sid-79C5808A-2550-4663-80CE-9647ACC60BB9","properties":{"overrideid":"task1","name":"Exams","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":{"id":"6626213f-45b6-11e9-965f-d050993af594","name":"Exams","key":"Exams"},"duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":160,"y":179.5},"upperLeft":{"x":60,"y":99.5}},"dockers":[]},{"resourceId":"sid-41B380A6-2976-4A2A-BA41-AE658F583BC6","properties":{"overrideid":"task3","name":"3","documentation":"","isblocking":true,"isblockingexpression":"","processtaskprocessreference":{"id":"ce6aba71-4eec-11e9-8db8-d050993af594","name":"Teste2"},"fallbacktodefaulttenant":"false","processtaskinparameters":null,"processtaskoutparameters":null,"isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"ProcessTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-4711FE65-0E18-4F83-8EAF-B57794472C7B"}],"bounds":{"lowerRight":{"x":370,"y":245},"upperLeft":{"x":270,"y":165}},"dockers":[]},{"resourceId":"sid-50068AD0-F1E1-4D17-BE54-1FEB08A2F28D","properties":{"overrideid":"task2","name":"2","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-D4D70472-5232-4842-972E-A3579CD0BC29"}],"bounds":{"lowerRight":{"x":370,"y":125},"upperLeft":{"x":270,"y":45}},"dockers":[]},{"resourceId":"sid-4711FE65-0E18-4F83-8EAF-B57794472C7B","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(examesarealizar)==\"Não\"}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":276.8509988471058,"y":219.71474082614031},"upperLeft":{"x":262.8509988471058,"y":197.71474082614031}},"dockers":[{"x":9.5,"y":43}]},{"resourceId":"sid-D4D70472-5232-4842-972E-A3579CD0BC29","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(examesarealizar)==\"Sim\"}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":276.34033436393094,"y":101.56699622374384},"upperLeft":{"x":262.34033436393094,"y":79.56699622374384}},"dockers":[{"x":4.5,"y":45}]}],"outgoing":[],"bounds":{"lowerRight":{"x":560,"y":314},"upperLeft":{"x":110,"y":35}},"dockers":[]}],"outgoing":[],"bounds":{"lowerRight":{"x":797,"y":450},"upperLeft":{"x":40,"y":40}},"dockers":[]}],"stencil":{"id":"CMMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/cmmn1.1#","url":"../editor/stencilsets/cmmn1.1/cmmn1.1.json"}} {"modelId":"ce6aba71-4eec-11e9-8db8-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"Teste2","name":"Teste2","documentation":"","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"","name":"","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-6CDF627E-8792-458F-9131-2FB17D62F30F"}],"bounds":{"lowerRight":{"x":75,"y":211},"upperLeft":{"x":45,"y":181}},"dockers":[]},{"resourceId":"sid-40A41A2A-6537-433B-99CF-6B68CD2C641E","properties":{"overrideid":"gw1","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-5597C8DA-8D5F-4C66-8239-E1ABA4343693"},{"resourceId":"sid-B32A5D4B-0678-4695-8E73-D4BCD1EB1576"}],"bounds":{"lowerRight":{"x":563.25,"y":216},"upperLeft":{"x":523.25,"y":176}},"dockers":[]},{"resourceId":"sid-94A68B28-C977-4E15-87FE-05AF73DC819C","properties":{"overrideid":"task1","name":"1","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":"","skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-7793AB54-230C-4BCA-B748-41E46D757588"}],"bounds":{"lowerRight":{"x":698.25,"y":121},"upperLeft":{"x":598.25,"y":41}},"dockers":[]},{"resourceId":"sid-7B85835C-4EC4-4C71-93D1-6494A13A4CE4","properties":{"overrideid":"task2","name":"2","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":"","skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-2EFECDF8-B952-452A-9638-CFA4A18252EF"}],"bounds":{"lowerRight":{"x":698.25,"y":339},"upperLeft":{"x":598.25,"y":259}},"dockers":[]},{"resourceId":"sid-1D8F580C-BBEC-410D-8264-FFAA2029BCF5","properties":{"overrideid":"gw2","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-70D66370-B60A-4474-9A6D-ED46148AA6F2"}],"bounds":{"lowerRight":{"x":787.75,"y":216},"upperLeft":{"x":747.75,"y":176}},"dockers":[]},{"resourceId":"sid-93F3D2CC-4753-42FD-AC99-538D1DEDD449","properties":{"overrideid":"","name":"","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":895.75,"y":210},"upperLeft":{"x":867.75,"y":182}},"dockers":[]},{"resourceId":"sid-70D66370-B60A-4474-9A6D-ED46148AA6F2","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-93F3D2CC-4753-42FD-AC99-538D1DEDD449"}],"bounds":{"lowerRight":{"x":867.4492284531326,"y":196.41356350640146},"upperLeft":{"x":787.8710840468674,"y":196.06299899359854}},"dockers":[{"x":20.5,"y":20.5},{"x":14,"y":14}],"target":{"resourceId":"sid-93F3D2CC-4753-42FD-AC99-538D1DEDD449"}},{"resourceId":"sid-2EFECDF8-B952-452A-9638-CFA4A18252EF","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-1D8F580C-BBEC-410D-8264-FFAA2029BCF5"}],"bounds":{"lowerRight":{"x":767.75,"y":299},"upperLeft":{"x":698.73046875,"y":216.3125}},"dockers":[{"x":50,"y":40},{"x":767.75,"y":299},{"x":20,"y":20}],"target":{"resourceId":"sid-1D8F580C-BBEC-410D-8264-FFAA2029BCF5"}},{"resourceId":"sid-7793AB54-230C-4BCA-B748-41E46D757588","properties":{"overrideid":"flow4","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-1D8F580C-BBEC-410D-8264-FFAA2029BCF5"}],"bounds":{"lowerRight":{"x":767.75,"y":176.1328125},"upperLeft":{"x":698.73046875,"y":81}},"dockers":[{"x":50,"y":40},{"x":767.75,"y":81},{"x":20,"y":20}],"target":{"resourceId":"sid-1D8F580C-BBEC-410D-8264-FFAA2029BCF5"}},{"resourceId":"sid-7E308941-41F8-46B7-919F-C1E9581D288F","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-40A41A2A-6537-433B-99CF-6B68CD2C641E"}],"bounds":{"lowerRight":{"x":523.4541015625,"y":196},"upperLeft":{"x":340.462890625,"y":196}},"dockers":[{"x":50,"y":40},{"x":20,"y":20}],"target":{"resourceId":"sid-40A41A2A-6537-433B-99CF-6B68CD2C641E"}},{"resourceId":"sid-5E5E75BB-40B6-41F7-80C0-FC5C7A522EE3","properties":{"scriptformat":"groovy","scripttext":"import org.flowable.cmmn.engine.impl.util.CommandContextUtil\n\ndef ci = CommandContextUtil.getCmmnRuntimeService().createCaseInstanceBuilder().caseDefinitionKey(\"Exemplo2\").start()\n\ndef examesarealizar = ci.getCaseVariables()","overrideid":"","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","scriptautostorevariables":"false"},"stencil":{"id":"ScriptTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-7E308941-41F8-46B7-919F-C1E9581D288F"}],"bounds":{"lowerRight":{"x":340,"y":236},"upperLeft":{"x":240,"y":156}},"dockers":[]},{"resourceId":"sid-6CDF627E-8792-458F-9131-2FB17D62F30F","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-5E5E75BB-40B6-41F7-80C0-FC5C7A522EE3"}],"bounds":{"lowerRight":{"x":239.5859375,"y":196},"upperLeft":{"x":75.375,"y":196}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-5E5E75BB-40B6-41F7-80C0-FC5C7A522EE3"}},{"resourceId":"sid-5597C8DA-8D5F-4C66-8239-E1ABA4343693","properties":{"overrideid":"flow2","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${var:get(examesarealizar)==\"Sim\"}"}},"executionlisteners":"","defaultflow":false,"skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-94A68B28-C977-4E15-87FE-05AF73DC819C"}],"bounds":{"lowerRight":{"x":597.44921875,"y":175.6484375},"upperLeft":{"x":543.75,"y":81}},"dockers":[{"x":20.5,"y":20.5},{"x":543.75,"y":81},{"x":50,"y":40}],"target":{"resourceId":"sid-94A68B28-C977-4E15-87FE-05AF73DC819C"}},{"resourceId":"sid-B32A5D4B-0678-4695-8E73-D4BCD1EB1576","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${var:get(examesarealizar)==\"Não\"}"}},"executionlisteners":"","defaultflow":false,"skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-7B85835C-4EC4-4C71-93D1-6494A13A4CE4"}],"bounds":{"lowerRight":{"x":597.44921875,"y":299},"upperLeft":{"x":543.75,"y":216.71875}},"dockers":[{"x":20.5,"y":20.5},{"x":543.75,"y":299},{"x":50,"y":40}],"target":{"resourceId":"sid-7B85835C-4EC4-4C71-93D1-6494A13A4CE4"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"bounds":{"lowerRight":{"x":1485.0,"y":700.0},"upperLeft":{"x":0.0,"y":0.0}},"resourceId":"canvas","stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"},"properties":{"process_id":"cmmnParent","name":"CMMNParent","process_namespace":"http://www.flowable.org/processdef","iseagerexecutionfetch":false,"messages":[{"message_id":"rtnFromCMMN","message_name":"rtnFromCMMN","message_item_ref":null}],"executionlisteners":{"executionListeners":[]},"eventlisteners":{"eventListeners":[]},"signaldefinitions":[],"messagedefinitions":[{"id":"rtnFromCMMN","name":"rtnFromCMMN"}]},"childShapes":[{"bounds":{"lowerRight":{"x":130.0,"y":193.0},"upperLeft":{"x":100.0,"y":163.0}},"resourceId":"startEvent1","childShapes":[],"stencil":{"id":"StartNoneEvent"},"properties":{"overrideid":"startEvent1","interrupting":true,"executionlisteners":{"executionListeners":[]}},"outgoing":[{"resourceId":"sid-E14E6899-4128-40D3-A9DD-9C5A79E1DEC5"}]},{"bounds":{"lowerRight":{"x":275.0,"y":218.0},"upperLeft":{"x":175.0,"y":138.0}},"resourceId":"sid-8EDA58B0-21EB-4825-A4FB-BBFA8EA132BC","childShapes":[],"stencil":{"id":"UserTask"},"properties":{"overrideid":"sid-8EDA58B0-21EB-4825-A4FB-BBFA8EA132BC","name":"Do Something","usertaskassignment":{"assignment":{"type":"static","assignee":"$INITIATOR"}},"asynchronousdefinition":false,"exclusivedefinition":true,"isforcompensation":false,"tasklisteners":{"taskListeners":[]},"executionlisteners":{"executionListeners":[]}},"outgoing":[{"resourceId":"sid-998BD1BF-78CF-4ABC-BF90-A751F358AC73"}]},{"bounds":{"lowerRight":{"x":172.0,"y":212.0},"upperLeft":{"x":128.0,"y":212.0}},"resourceId":"sid-E14E6899-4128-40D3-A9DD-9C5A79E1DEC5","childShapes":[],"stencil":{"id":"SequenceFlow"},"dockers":[{"x":15.0,"y":15.0},{"x":50.0,"y":40.0}],"outgoing":[{"resourceId":"sid-8EDA58B0-21EB-4825-A4FB-BBFA8EA132BC"}],"target":{"resourceId":"sid-8EDA58B0-21EB-4825-A4FB-BBFA8EA132BC"},"properties":{"overrideid":"sid-E14E6899-4128-40D3-A9DD-9C5A79E1DEC5"}},{"bounds":{"lowerRight":{"x":172.0,"y":212.0},"upperLeft":{"x":128.0,"y":212.0}},"resourceId":"sid-998BD1BF-78CF-4ABC-BF90-A751F358AC73","childShapes":[],"stencil":{"id":"SequenceFlow"},"dockers":[{"x":50.0,"y":40.0},{"x":50.0,"y":40.0}],"outgoing":[{"resourceId":"sid-BEFD42CE-2990-4610-83EE-87C15B74E471"}],"target":{"resourceId":"sid-BEFD42CE-2990-4610-83EE-87C15B74E471"},"properties":{"overrideid":"sid-998BD1BF-78CF-4ABC-BF90-A751F358AC73"}},{"bounds":{"lowerRight":{"x":420.0,"y":218.0},"upperLeft":{"x":320.0,"y":138.0}},"resourceId":"sid-BEFD42CE-2990-4610-83EE-87C15B74E471","childShapes":[],"stencil":{"id":"ScriptTask"},"properties":{"overrideid":"sid-BEFD42CE-2990-4610-83EE-87C15B74E471","name":"Start CMMN","scriptformat":"groovy","scripttext":"import org.flowable.cmmn.engine.impl.util.CommandContextUtil\n\ndef ci = CommandContextUtil.getCmmnRuntimeService().createCaseInstanceBuilder().caseDefinitionKey(\"CMMNChild\").start()\n\nci.setVariable(\"rtnExecutionId\",execution.getId())\nci.setVariable(\"rtnMsgId\", \"rtnFromCMMN\")","scriptautostorevariables":false,"asynchronousdefinition":false,"exclusivedefinition":true,"isforcompensation":false,"executionlisteners":{"executionListeners":[]}},"outgoing":[{"resourceId":"sid-3520679C-3404-4214-B2A0-7B33E1CF7EFA"}]},{"bounds":{"lowerRight":{"x":510.0,"y":193.0},"upperLeft":{"x":480.0,"y":163.0}},"resourceId":"sid-651AC405-0D1B-453D-B133-0643876DFFF5","childShapes":[],"stencil":{"id":"CatchMessageEvent"},"properties":{"overrideid":"sid-651AC405-0D1B-453D-B133-0643876DFFF5","messageref":"rtnFromCMMN","executionlisteners":{"executionListeners":[]}},"outgoing":[{"resourceId":"sid-F684C5F1-5BC1-43DD-850D-EFD0B1024567"}]},{"bounds":{"lowerRight":{"x":172.0,"y":212.0},"upperLeft":{"x":128.0,"y":212.0}},"resourceId":"sid-3520679C-3404-4214-B2A0-7B33E1CF7EFA","childShapes":[],"stencil":{"id":"SequenceFlow"},"dockers":[{"x":50.0,"y":40.0},{"x":15.0,"y":15.0}],"outgoing":[{"resourceId":"sid-651AC405-0D1B-453D-B133-0643876DFFF5"}],"target":{"resourceId":"sid-651AC405-0D1B-453D-B133-0643876DFFF5"},"properties":{"overrideid":"sid-3520679C-3404-4214-B2A0-7B33E1CF7EFA"}},{"bounds":{"lowerRight":{"x":655.0,"y":218.0},"upperLeft":{"x":555.0,"y":138.0}},"resourceId":"sid-2DAA4BB6-0DBF-4E44-B6AD-18AE3CA6671E","childShapes":[],"stencil":{"id":"UserTask"},"properties":{"overrideid":"sid-2DAA4BB6-0DBF-4E44-B6AD-18AE3CA6671E","name":"Next Action","usertaskassignment":{"assignment":{"type":"static","assignee":"$INITIATOR"}},"asynchronousdefinition":false,"exclusivedefinition":true,"isforcompensation":false,"tasklisteners":{"taskListeners":[]},"executionlisteners":{"executionListeners":[]}},"outgoing":[{"resourceId":"sid-D4FD453E-B529-460B-B3EE-1251D85B2BDA"}]},{"bounds":{"lowerRight":{"x":172.0,"y":212.0},"upperLeft":{"x":128.0,"y":212.0}},"resourceId":"sid-F684C5F1-5BC1-43DD-850D-EFD0B1024567","childShapes":[],"stencil":{"id":"SequenceFlow"},"dockers":[{"x":15.0,"y":15.0},{"x":50.0,"y":40.0}],"outgoing":[{"resourceId":"sid-2DAA4BB6-0DBF-4E44-B6AD-18AE3CA6671E"}],"target":{"resourceId":"sid-2DAA4BB6-0DBF-4E44-B6AD-18AE3CA6671E"},"properties":{"overrideid":"sid-F684C5F1-5BC1-43DD-850D-EFD0B1024567"}},{"bounds":{"lowerRight":{"x":728.0,"y":192.0},"upperLeft":{"x":700.0,"y":164.0}},"resourceId":"sid-FDD66A39-1C73-443A-85D0-0717C6ACB745","childShapes":[],"stencil":{"id":"EndNoneEvent"},"properties":{"overrideid":"sid-FDD66A39-1C73-443A-85D0-0717C6ACB745","executionlisteners":{"executionListeners":[]}},"outgoing":[]},{"bounds":{"lowerRight":{"x":172.0,"y":212.0},"upperLeft":{"x":128.0,"y":212.0}},"resourceId":"sid-D4FD453E-B529-460B-B3EE-1251D85B2BDA","childShapes":[],"stencil":{"id":"SequenceFlow"},"dockers":[{"x":50.0,"y":40.0},{"x":14.0,"y":14.0}],"outgoing":[{"resourceId":"sid-FDD66A39-1C73-443A-85D0-0717C6ACB745"}],"target":{"resourceId":"sid-FDD66A39-1C73-443A-85D0-0717C6ACB745"},"properties":{"overrideid":"sid-D4FD453E-B529-460B-B3EE-1251D85B2BDA"}}]} {"modelId":"f8c3136a-547d-11e9-90d8-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"TesteSignal","name":"TesteSignal","documentation":"","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"[{\"id\":\"startMessage\",\"name\":\"startMessage\",\"$$hashKey\":\"uiGrid-001B\"}]","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"sid-12CC20EE-EFC6-47C9-977D-6B6CD121DC51","properties":{"overrideid":"","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":"","skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-B7A2EF42-F98E-4488-9187-241DFED7494C"}],"bounds":{"lowerRight":{"x":299.5,"y":217},"upperLeft":{"x":199.5,"y":137}},"dockers":[]},{"resourceId":"sid-CFA57596-2D4C-44A9-9007-A13D94A0214D","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-12CC20EE-EFC6-47C9-977D-6B6CD121DC51"}],"bounds":{"lowerRight":{"x":198.99880811945224,"y":179.6744842788496},"upperLeft":{"x":121.1211009481707,"y":178.0520782211504}},"dockers":[{"x":15.24590163934427,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-12CC20EE-EFC6-47C9-977D-6B6CD121DC51"}},{"resourceId":"sid-2E28B6E9-ABD6-469E-9859-719090F694BB","properties":{"overrideid":"","name":"","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":388,"y":191},"upperLeft":{"x":360,"y":163}},"dockers":[]},{"resourceId":"sid-B7A2EF42-F98E-4488-9187-241DFED7494C","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-2E28B6E9-ABD6-469E-9859-719090F694BB"}],"bounds":{"lowerRight":{"x":359.3828125,"y":177},"upperLeft":{"x":300.10546875,"y":177}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-2E28B6E9-ABD6-469E-9859-719090F694BB"}},{"resourceId":"sid-957F5268-0ED5-427F-9A3E-F6474BFE638A","properties":{"overrideid":"start","name":"","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":"","type":"http://b3mn.org/stencilset/bpmn2.0#StartMessageEvent","messageref":"startMessage","interrupting":true},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-CFA57596-2D4C-44A9-9007-A13D94A0214D"}],"bounds":{"lowerRight":{"x":120.25,"y":195},"upperLeft":{"x":90.25,"y":165}},"dockers":[]}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"models":[{"id":"f8c3136a-547d-11e9-90d8-d050993af594","name":"TesteSignal","version":1,"modelType":0,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-04-01T13:00:01.921+0000"}],"cmmnModels":[{"id":"3aa8a1e8-5552-11e9-90d8-d050993af594","name":"CMMNChild","version":1,"modelType":5,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-04-02T14:23:43.163+0000"}],"theme":"theme-1","icon":"glyphicon-asterisk"} {"modelId":"3aa8a1e8-5552-11e9-90d8-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"case_id":"CMMNChild","name":"CMMNChild","documentation":"","case_initiatorvariablename":"","case_author":"","case_version":"","case_namespace":"http://www.flowable.org/casedef","process_id":"CMMNChild"},"childShapes":[{"resourceId":"casePlanModel","properties":{"overrideid":"","name":"","documentation":"","formkeydefinition":"","formreference":"","autocompleteenabled":"","autocompletecondition":""},"stencil":{"id":"CasePlanModel"},"childShapes":[{"resourceId":"sid-71BC67BC-B58C-47FC-825A-4E5A6F4A78C8","properties":{"overrideid":"","name":"","documentation":"","autocompleteenabled":false,"autocompletecondition":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":false,"manualactivationrulecondition":"","completionneutralenabled":false,"completionneutralrulecondition":"","planitemlifecyclelisteners":"","displayorder":"","includeinstageoverview":true},"stencil":{"id":"Stage"},"childShapes":[{"resourceId":"sid-68404F4A-D471-4D5E-96C0-57ABFC0415D4","properties":{"overrideid":"dsadsa","name":"task1","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":{"id":"6626213f-45b6-11e9-965f-d050993af594","name":"Exams","key":"Exams"},"duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":115,"y":125},"upperLeft":{"x":15,"y":45}},"dockers":[]},{"resourceId":"sid-F7310D9C-21B7-45FB-8B25-E6B3F76A4CEE","properties":{"overrideid":"","name":"","documentation":"","servicetaskclass":"","isasync":true,"isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","scriptformat":"","scripttext":"import org.flowable.engine.ProcessEngines\n\ndef pi = \nProcessEngines.getDefaultProcessEngine().getRuntimeService().startProcessInstanceByKey(\"TesteSignal\")","servicetaskresultvariable":"","planitemlifecyclelisteners":""},"stencil":{"id":"ScriptTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-3CE8B8D4-4953-46BB-9739-BEA7F25FF355"}],"bounds":{"lowerRight":{"x":284.5,"y":127.5},"upperLeft":{"x":184.5,"y":47.5}},"dockers":[]},{"resourceId":"sid-4E53EDEF-A4B1-4024-9CA9-CC6B1AC3D1B9","properties":{"overrideid":"","name":"","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-6F2E360E-DB22-4B7B-8D2E-97702EF03786"}],"bounds":{"lowerRight":{"x":430,"y":125},"upperLeft":{"x":330,"y":45}},"dockers":[]},{"resourceId":"sid-6F2E360E-DB22-4B7B-8D2E-97702EF03786","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-6FE018B5-F87B-4C3C-8EA0-1268CCAE1D03"}],"bounds":{"lowerRight":{"x":336.0718866702663,"y":100.57780793975135},"upperLeft":{"x":322.0718866702663,"y":78.57780793975135}},"dockers":[{"x":5.5,"y":44}]},{"resourceId":"sid-3CE8B8D4-4953-46BB-9739-BEA7F25FF355","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-D9FE76E2-D06B-419F-8329-460F07C9D6CF"}],"bounds":{"lowerRight":{"x":190.87141801978,"y":117.18435763555738},"upperLeft":{"x":176.87141801978,"y":95.18435763555738}},"dockers":[{"x":8,"y":55.5}]}],"outgoing":[],"bounds":{"lowerRight":{"x":484,"y":205},"upperLeft":{"x":15,"y":30}},"dockers":[]},{"resourceId":"sid-CAE28E91-98E2-44B3-9591-BEC39F8A9E25","properties":{"overrideid":"ProcessTask","name":"ProcessTask","documentation":"","isblocking":true,"isblockingexpression":"","processtaskprocessreference":{"id":"ce6aba71-4eec-11e9-8db8-d050993af594","name":"Teste2"},"fallbacktodefaulttenant":"false","processtaskinparameters":{"inParameters":[{"source":"examesarealizar","sourceExpression":"","target":"examesarealizar","$$hashKey":"uiGrid-000B"}]},"processtaskoutparameters":{"outParameters":[{"source":"exames","sourceExpression":"","target":"exames","$$hashKey":"uiGrid-000T"}]},"isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"ProcessTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-02A04EFC-E52C-491A-B86D-0B1587EE2157"}],"bounds":{"lowerRight":{"x":640,"y":230},"upperLeft":{"x":540,"y":150}},"dockers":[]},{"resourceId":"sid-02A04EFC-E52C-491A-B86D-0B1587EE2157","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-2DA7C8F3-509A-42A0-81FA-B5E0E2AEC6A7"}],"bounds":{"lowerRight":{"x":546.5303852296609,"y":205.6408841168128},"upperLeft":{"x":532.5303852296609,"y":183.6408841168128}},"dockers":[{"x":6.5,"y":44}]}],"outgoing":[{"resourceId":"sid-97F8492E-87F6-4C65-9CDA-76A62695CD1E"}],"bounds":{"lowerRight":{"x":748,"y":744},"upperLeft":{"x":30,"y":30}},"dockers":[]},{"resourceId":"sid-D9FE76E2-D06B-419F-8329-460F07C9D6CF","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-68404F4A-D471-4D5E-96C0-57ABFC0415D4"}],"bounds":{"lowerRight":{"x":222.32983182380045,"y":163.91447966603243},"upperLeft":{"x":160.620377046838,"y":153.52363149480337}},"dockers":[{"x":8,"y":10},{"x":50,"y":40}],"target":{"resourceId":"sid-68404F4A-D471-4D5E-96C0-57ABFC0415D4"}},{"resourceId":"sid-2DA7C8F3-509A-42A0-81FA-B5E0E2AEC6A7","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-4E53EDEF-A4B1-4024-9CA9-CC6B1AC3D1B9"}],"bounds":{"lowerRight":{"x":564.704881796,"y":220.47279424248595},"upperLeft":{"x":475.43690504789396,"y":171.92609326498797}},"dockers":[{"x":8,"y":10},{"x":68.8869548103005,"y":49.76824948007339}],"target":{"resourceId":"sid-4E53EDEF-A4B1-4024-9CA9-CC6B1AC3D1B9"}},{"resourceId":"sid-6FE018B5-F87B-4C3C-8EA0-1268CCAE1D03","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-F7310D9C-21B7-45FB-8B25-E6B3F76A4CEE"}],"bounds":{"lowerRight":{"x":367.3520519732279,"y":148.49074782803942},"upperLeft":{"x":329.77919047989127,"y":148.06702145988248}},"dockers":[{"x":8,"y":10},{"x":50,"y":40}],"target":{"resourceId":"sid-F7310D9C-21B7-45FB-8B25-E6B3F76A4CEE"}},{"resourceId":"sid-97F8492E-87F6-4C65-9CDA-76A62695CD1E","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"ExitCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-6AD71C67-550E-4C44-A714-DA92FB4C2762"}],"bounds":{"lowerRight":{"x":755.6978992668131,"y":158.5367831454503},"upperLeft":{"x":741.6978992668131,"y":136.5367831454503}},"dockers":[{"x":716.5,"y":119}]},{"resourceId":"sid-6AD71C67-550E-4C44-A714-DA92FB4C2762","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-CAE28E91-98E2-44B3-9591-BEC39F8A9E25"}],"bounds":{"lowerRight":{"x":742.7481952382714,"y":191.3845135522453},"upperLeft":{"x":670.5200920634868,"y":150.47322018112973}},"dockers":[{"x":8,"y":10},{"x":50,"y":40}],"target":{"resourceId":"sid-CAE28E91-98E2-44B3-9591-BEC39F8A9E25"}}],"stencil":{"id":"CMMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/cmmn1.1#","url":"../editor/stencilsets/cmmn1.1/cmmn1.1.json"}} {"modelId":"3180870d-547e-11e9-90d8-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"case_id":"CaseTestComMessage","name":"CaseTestComMessage","documentation":"","case_initiatorvariablename":"","case_author":"","case_version":"","case_namespace":"http://www.flowable.org/casedef","process_id":"CaseTestComMessage"},"childShapes":[{"resourceId":"casePlanModel","properties":{"overrideid":"","name":"","documentation":"","formkeydefinition":"","formreference":"","autocompleteenabled":"","autocompletecondition":""},"stencil":{"id":"CasePlanModel"},"childShapes":[{"resourceId":"sid-E30DD494-46CB-4140-8B32-C0D4DFF36523","properties":{"overrideid":"","name":"","documentation":"","autocompleteenabled":"","autocompletecondition":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":"","displayorder":"","includeinstageoverview":true},"stencil":{"id":"Stage"},"childShapes":[{"resourceId":"sid-CC5B1352-EAD5-493C-819B-A0B545C6C069","properties":{"overrideid":"userTask1","name":"userTask1","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":{"id":"6626213f-45b6-11e9-965f-d050993af594","name":"Exams","key":"Exams"},"duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":true,"manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":140.5,"y":155},"upperLeft":{"x":40.5,"y":75}},"dockers":[]},{"resourceId":"sid-4E534DA6-8A40-44AA-871B-50C967B4269E","properties":{"overrideid":"userTask2","name":"userTask2","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-A9955E35-B768-4614-B2B0-B181EF21BBF7"},{"resourceId":"sid-F42926E9-706D-4F89-81C2-7FDC5B0B0537"}],"bounds":{"lowerRight":{"x":282.938720703125,"y":163.65783329051064},"upperLeft":{"x":182.938720703125,"y":83.65783329051064}},"dockers":[]},{"resourceId":"sid-A9955E35-B768-4614-B2B0-B181EF21BBF7","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":189.37744140625,"y":134.65783329051064},"upperLeft":{"x":175.37744140625,"y":112.65783329051064}},"dockers":[{"x":7,"y":40}]}],"outgoing":[],"bounds":{"lowerRight":{"x":324,"y":218},"upperLeft":{"x":20,"y":20}},"dockers":[]},{"resourceId":"sid-65A02946-D4B4-452C-A77B-9F8331BE2F0C","properties":{"overrideid":"script","name":"script","documentation":"","servicetaskclass":"groovy","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","scriptformat":"","scripttext":"import org.flowable.engine.runtime.ProcessInstanceBuilder\n\ndef pib = ProcessEngines.getDefaultProcessEngine().getRuntimeService().createProcessInstanceBuilder()\npib.processDefinitionKey(\"TesteSignal\").start()","servicetaskresultvariable":"","planitemlifecyclelisteners":""},"stencil":{"id":"ScriptTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-806461F2-68B8-47BE-A1D9-85A6CD9AB062"}],"bounds":{"lowerRight":{"x":465,"y":159},"upperLeft":{"x":365,"y":79}},"dockers":[]},{"resourceId":"sid-806461F2-68B8-47BE-A1D9-85A6CD9AB062","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":371.6763439989069,"y":138.65783329051064},"upperLeft":{"x":357.6763439989069,"y":116.65783329051064}},"dockers":[{"x":3.5,"y":48}]},{"resourceId":"sid-6990B522-3DEE-47A0-834C-C63428CE3ED4","properties":{"overrideid":"task1234566","name":"userTask3","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-3C4A1CF4-D2DA-46A1-8E81-D851CC409165"}],"bounds":{"lowerRight":{"x":645,"y":159},"upperLeft":{"x":545,"y":79}},"dockers":[]},{"resourceId":"sid-3C4A1CF4-D2DA-46A1-8E81-D851CC409165","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-58A876DC-DF53-41C9-9823-4BD643957615"}],"bounds":{"lowerRight":{"x":551.1758362413904,"y":145.31687126971798},"upperLeft":{"x":537.1758362413904,"y":123.31687126971798}},"dockers":[{"x":13.5,"y":51}]},{"resourceId":"sid-A03395AA-9255-4468-B33C-7AB87C035404","properties":{"overrideid":"ProcessTask","name":"ProcessTask","documentation":"","isblocking":true,"isblockingexpression":"","processtaskprocessreference":"","fallbacktodefaulttenant":"false","processtaskinparameters":{"inParameters":[{"source":"exams","sourceExpression":"exams","target":"exams","$$hashKey":"uiGrid-000B"}]},"processtaskoutparameters":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"ProcessTask"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":441.5,"y":386},"upperLeft":{"x":341.5,"y":306}},"dockers":[]}],"outgoing":[{"resourceId":"sid-0A26C0D4-190F-4A4E-A50A-1E64F7B823A4"}],"bounds":{"lowerRight":{"x":758,"y":754},"upperLeft":{"x":40,"y":40}},"dockers":[]},{"resourceId":"sid-0A26C0D4-190F-4A4E-A50A-1E64F7B823A4","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"examesarealizar\")!=null}","triggermode":""},"stencil":{"id":"ExitCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-2313E07C-1F35-48F1-9939-B4973DFD5403"}],"bounds":{"lowerRight":{"x":765.5760765812296,"y":132.7561543291883},"upperLeft":{"x":751.5760765812296,"y":110.75615432918828}},"dockers":[{"x":706.5,"y":91}]},{"resourceId":"sid-F42926E9-706D-4F89-81C2-7FDC5B0B0537","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-806461F2-68B8-47BE-A1D9-85A6CD9AB062"}],"bounds":{"lowerRight":{"x":397.6414214619782,"y":176.07122638294427},"upperLeft":{"x":343.2502519759719,"y":167.86944019807706}},"dockers":[{"x":50,"y":40},{"x":8,"y":10.000000000000014}],"target":{"resourceId":"sid-806461F2-68B8-47BE-A1D9-85A6CD9AB062"}},{"resourceId":"sid-58A876DC-DF53-41C9-9823-4BD643957615","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-65A02946-D4B4-452C-A77B-9F8331BE2F0C"}],"bounds":{"lowerRight":{"x":578.0798375113557,"y":172.53644609035058},"upperLeft":{"x":505.8269437173766,"y":164.58999912153828}},"dockers":[{"x":8,"y":10},{"x":50,"y":40}],"target":{"resourceId":"sid-65A02946-D4B4-452C-A77B-9F8331BE2F0C"}},{"resourceId":"sid-2313E07C-1F35-48F1-9939-B4973DFD5403","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-6990B522-3DEE-47A0-834C-C63428CE3ED4"}],"bounds":{"lowerRight":{"x":751.8073553760062,"y":143.4687436155272},"upperLeft":{"x":685.5917475300212,"y":123.14108876431958}},"dockers":[{"x":8,"y":10},{"x":50,"y":40}],"target":{"resourceId":"sid-6990B522-3DEE-47A0-834C-C63428CE3ED4"}}],"stencil":{"id":"CMMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/cmmn1.1#","url":"../editor/stencilsets/cmmn1.1/cmmn1.1.json"}} {"name":"Sinistro","key":"Sinistro","version":0,"fields":[{"fieldType":"FormField","id":"cc","name":"CC","type":"text","value":null,"required":false,"readOnly":false,"overrideId":false,"placeholder":null,"layout":null},{"fieldType":"FormField","id":"valordocarro","name":"Valor do Carro","type":"integer","value":null,"required":false,"readOnly":false,"overrideId":false,"placeholder":null,"params":{"regexPattern":"[0-9]+"},"layout":null},{"fieldType":"OptionFormField","id":"situação","name":"Situação","type":"dropdown","value":"Please choose one...","required":false,"readOnly":false,"overrideId":false,"placeholder":null,"layout":null,"optionType":null,"hasEmptyValue":true,"options":[{"id":null,"name":"Please choose one..."},{"id":null,"name":"Culpado"},{"id":null,"name":"Não culpado"}],"optionsExpression":null}],"outcomes":[]} {"models":[{"id":"ce6aba71-4eec-11e9-8db8-d050993af594","name":"Teste2","version":1,"modelType":0,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-03-25T11:02:00.493+0000"}],"cmmnModels":[{"id":"ad54a83a-4eee-11e9-8db8-d050993af594","name":"Exemplo2","version":1,"modelType":5,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-03-26T14:05:36.273+0000"}],"theme":"theme-1","icon":"glyphicon-asterisk"} {"name":"Paga","key":"Paga","version":0,"fields":[{"fieldType":"OptionFormField","id":"efetuarpagamento","name":"Efetuar pagamento?","type":"radio-buttons","value":"Sim","required":false,"readOnly":false,"overrideId":false,"placeholder":null,"layout":null,"optionType":null,"hasEmptyValue":null,"options":[{"id":null,"name":"Sim"},{"id":null,"name":"Não"},{"id":null,"name":"Avalia"}],"optionsExpression":null}],"outcomes":[]} {"modelId":"c5638bb0-546b-11e9-bcbe-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"BPMN","name":"BPMN","documentation":"","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":"","executionlisteners":"{\"executionListeners\":[]}","eventlisteners":"{\"eventListeners\":[]}","signaldefinitions":"[]","messagedefinitions":"[{\"id\":\"signalMessageCMMNCompleted\",\"name\":\"signalMessageCMMNCompleted\",\"$$hashKey\":\"uiGrid-000L\"}]","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false","messages":[{"message_id":"message","message_name":"message","message_item_ref":null}]},"childShapes":[{"resourceId":"task1","properties":{"overrideid":"task1","name":"Participação ao seguro","documentation":"","asynchronousdefinition":false,"exclusivedefinition":true,"executionlisteners":{"executionListeners":[]},"multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":false,"usertaskassignment":{"assignment":{"type":"static","assignee":"$INITIATOR"}},"formkeydefinition":"","formreference":{"id":"742993e5-5f68-11e9-a4f4-d050993af594","name":"Sinistro","key":"Sinistro"},"duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"flow3"}],"bounds":{"lowerRight":{"x":235,"y":218},"upperLeft":{"x":135,"y":138}},"dockers":[]},{"resourceId":"flow1","properties":{"overrideid":"flow1","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"task1"}],"bounds":{"lowerRight":{"x":134.78125,"y":178},"upperLeft":{"x":60.21875,"y":178}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"task1"}},{"resourceId":"flow3","properties":{"overrideid":"flow3","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"caseTask"}],"bounds":{"lowerRight":{"x":314.78125,"y":178},"upperLeft":{"x":235.21875,"y":178}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"caseTask"}},{"resourceId":"caseTask","properties":{"scriptformat":"groovy","scripttext":"import org.flowable.cmmn.engine.impl.util.CommandContextUtil\n\ndef ci = CommandContextUtil.getCmmnRuntimeService().createCaseInstanceBuilder().caseDefinitionKey(\"CaseThree\").start()\n\nci.setVariable(\"rtnExecutionId\",execution.getId())\nci.setVariable(\"rtnMsgId\", \"signalMessageCMMNCompleted\")\nci.setVariable(\"valordocarro\",valordocarro)\nci.setVariable(\"cc\",cc)\nci.setVariable(\"situação\",situação)","overrideid":"caseTask","name":"Avaliação do sinistro (CMMN)","documentation":"","asynchronousdefinition":false,"exclusivedefinition":true,"executionlisteners":{"executionListeners":[]},"multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":false,"scriptautostorevariables":false},"stencil":{"id":"ScriptTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-9DC27076-4266-46F6-99D5-84DB75C97472"}],"bounds":{"lowerRight":{"x":415,"y":218},"upperLeft":{"x":315,"y":138}},"dockers":[]},{"resourceId":"sid-A93F457A-135B-4525-A090-F2AFDDDB2356","properties":{"overrideid":"sid-A93F457A-135B-4525-A090-F2AFDDDB2356","name":"Sim","documentation":"","asynchronousdefinition":false,"exclusivedefinition":true,"executionlisteners":{"executionListeners":[]},"multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":false,"usertaskassignment":{"assignment":{"type":"static","assignee":"$INITIATOR"}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":{"taskListeners":[]},"skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-83ABAAD7-81B5-4905-AFFF-CA7BC2E7D9CF"}],"bounds":{"lowerRight":{"x":760,"y":105.5},"upperLeft":{"x":660,"y":25.5}},"dockers":[]},{"resourceId":"sid-83ABAAD7-81B5-4905-AFFF-CA7BC2E7D9CF","properties":{"overrideid":"sid-83ABAAD7-81B5-4905-AFFF-CA7BC2E7D9CF","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-2EB3400A-5115-4ADF-BA43-FB14AB3AFF7C"}],"bounds":{"lowerRight":{"x":864,"y":161.3203125},"upperLeft":{"x":760.328125,"y":65.5}},"dockers":[{"x":50,"y":40},{"x":864,"y":65.5},{"x":24,"y":29}],"target":{"resourceId":"sid-2EB3400A-5115-4ADF-BA43-FB14AB3AFF7C"}},{"resourceId":"message","properties":{"overrideid":"message","name":"","documentation":"","executionlisteners":{"executionListeners":[]},"messageref":"signalMessageCMMNCompleted"},"stencil":{"id":"CatchMessageEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-FD4D1354-CA6C-4F7D-B0D2-18F62459E954"},{"resourceId":"sid-776C7339-4D77-41D4-BF21-EB5FBD786087"},{"resourceId":"sid-98EDB262-578E-491A-B0A6-23B114426CD4"}],"bounds":{"lowerRight":{"x":585,"y":193},"upperLeft":{"x":555,"y":163}},"dockers":[{"x":570,"y":178}]},{"resourceId":"sid-7730116F-440F-4C2F-9485-0436EADF1867","properties":{"overrideid":"","name":"Não","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":"","skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-3E5E4302-E5F0-401E-BBB0-18856F773EE0"}],"bounds":{"lowerRight":{"x":760,"y":218},"upperLeft":{"x":660,"y":138}},"dockers":[]},{"resourceId":"sid-ECC8A370-71E2-4FC7-B528-024498A70446","properties":{"overrideid":"","name":"Avaliar","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":"","skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-52202F97-B82C-472E-A50A-DD28D1C08E49"}],"bounds":{"lowerRight":{"x":760,"y":330.5},"upperLeft":{"x":660,"y":250.5}},"dockers":[]},{"resourceId":"sid-3E5E4302-E5F0-401E-BBB0-18856F773EE0","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-2EB3400A-5115-4ADF-BA43-FB14AB3AFF7C"}],"bounds":{"lowerRight":{"x":839.5117242686572,"y":178.4302715091982},"upperLeft":{"x":760.3828069813428,"y":178.1673847408018}},"dockers":[{"x":50,"y":40},{"x":20.5,"y":20.5}],"target":{"resourceId":"sid-2EB3400A-5115-4ADF-BA43-FB14AB3AFF7C"}},{"resourceId":"sid-52202F97-B82C-472E-A50A-DD28D1C08E49","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-2EB3400A-5115-4ADF-BA43-FB14AB3AFF7C"}],"bounds":{"lowerRight":{"x":860.5,"y":290.5},"upperLeft":{"x":760.3828125,"y":198.75}},"dockers":[{"x":50,"y":40},{"x":860.5,"y":290.5},{"x":20.5,"y":20.5}],"target":{"resourceId":"sid-2EB3400A-5115-4ADF-BA43-FB14AB3AFF7C"}},{"resourceId":"sid-2EB3400A-5115-4ADF-BA43-FB14AB3AFF7C","properties":{"overrideid":"","name":"","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","sequencefloworder":""},"stencil":{"id":"ExclusiveGateway"},"childShapes":[],"outgoing":[{"resourceId":"sid-22581DA8-0C57-4F6E-AE39-AB039E9E344B"}],"bounds":{"lowerRight":{"x":880,"y":198},"upperLeft":{"x":840,"y":158}},"dockers":[]},{"resourceId":"sid-D8211D0A-31E5-44A8-89DB-49A666120F4B","properties":{"overrideid":"","name":"","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":958,"y":192},"upperLeft":{"x":930,"y":164}},"dockers":[]},{"resourceId":"sid-22581DA8-0C57-4F6E-AE39-AB039E9E344B","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-D8211D0A-31E5-44A8-89DB-49A666120F4B"}],"bounds":{"lowerRight":{"x":929.9531429277333,"y":178.3807308333996},"upperLeft":{"x":880.4179508222667,"y":178.0841129166004}},"dockers":[{"x":20.5,"y":20.5},{"x":14,"y":14}],"target":{"resourceId":"sid-D8211D0A-31E5-44A8-89DB-49A666120F4B"}},{"resourceId":"start","properties":{"overrideid":"start","name":"","documentation":"","executionlisteners":{"executionListeners":[]},"initiator":"","formkeydefinition":"","formreference":"","formproperties":"","interrupting":true},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"flow1"}],"bounds":{"lowerRight":{"x":60,"y":193},"upperLeft":{"x":30,"y":163}},"dockers":[]},{"resourceId":"sid-9DC27076-4266-46F6-99D5-84DB75C97472","properties":{"overrideid":"sid-9DC27076-4266-46F6-99D5-84DB75C97472","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"message"}],"bounds":{"lowerRight":{"x":554.5859375,"y":178},"upperLeft":{"x":415.6484375,"y":178}},"dockers":[{"x":50,"y":40},{"x":15,"y":15}],"target":{"resourceId":"message"}},{"resourceId":"sid-FD4D1354-CA6C-4F7D-B0D2-18F62459E954","properties":{"overrideid":"sid-FD4D1354-CA6C-4F7D-B0D2-18F62459E954","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${var:get(efetuarpagamento)==\"Sim\"}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-A93F457A-135B-4525-A090-F2AFDDDB2356"}],"bounds":{"lowerRight":{"x":659.78125,"y":162.9375},"upperLeft":{"x":570,"y":65.5}},"dockers":[{"x":15,"y":15},{"x":570,"y":65.5},{"x":50,"y":40}],"target":{"resourceId":"sid-A93F457A-135B-4525-A090-F2AFDDDB2356"}},{"resourceId":"sid-98EDB262-578E-491A-B0A6-23B114426CD4","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${var:get(efetuarpagamento)==\"Avaliar\"}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-ECC8A370-71E2-4FC7-B528-024498A70446"}],"bounds":{"lowerRight":{"x":659.78125,"y":290.5},"upperLeft":{"x":570,"y":193.0625}},"dockers":[{"x":15,"y":15},{"x":570,"y":290.5},{"x":50,"y":40}],"target":{"resourceId":"sid-ECC8A370-71E2-4FC7-B528-024498A70446"}},{"resourceId":"sid-776C7339-4D77-41D4-BF21-EB5FBD786087","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":{"expression":{"type":"static","staticValue":"${var:get(efetuarpagamento)==\"Não\"}"}},"executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-7730116F-440F-4C2F-9485-0436EADF1867"}],"bounds":{"lowerRight":{"x":659.78125,"y":178},"upperLeft":{"x":585.21875,"y":178}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-7730116F-440F-4C2F-9485-0436EADF1867"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"1295400b-45bc-11e9-965f-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"case_id":"Exemplo1","name":"Exemplo1","documentation":"","case_initiatorvariablename":"","case_author":"","case_version":"","case_namespace":"http://www.flowable.org/casedef","process_id":"Exemplo1"},"childShapes":[{"resourceId":"casePlanModel","properties":{"overrideid":"processo1","name":"Exemplo1","documentation":"","formkeydefinition":"","formreference":"","autocompleteenabled":false,"autocompletecondition":""},"stencil":{"id":"CasePlanModel"},"childShapes":[{"resourceId":"sid-3F583A04-C783-4F87-95B9-9CFCB917C7DF","properties":{"overrideid":"id1","name":"","documentation":"","autocompleteenabled":true,"autocompletecondition":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":"","displayorder":"","includeinstageoverview":true},"stencil":{"id":"Stage"},"childShapes":[{"resourceId":"sid-9DE72648-10B5-470B-8CB4-8A2CADA8DFA0","properties":{"overrideid":"id2","name":"GetExam","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":{"id":"6626213f-45b6-11e9-965f-d050993af594","name":"Exams","key":"Exams"},"duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":false,"manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":115,"y":165.5},"upperLeft":{"x":15,"y":85.5}},"dockers":[]},{"resourceId":"sid-CB719158-BA4C-4304-9C55-521CF1A3D883","properties":{"overrideid":"id3","name":"AddNotes","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","tasklisteners":"","isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-DBF5FC73-3F53-468F-97B7-BB83E8E0438A"}],"bounds":{"lowerRight":{"x":280,"y":107.5},"upperLeft":{"x":180,"y":27.5}},"dockers":[]},{"resourceId":"sid-DBF5FC73-3F53-468F-97B7-BB83E8E0438A","properties":{"overrideid":"id7","name":"","documentation":"","ifpartcondition":"${var:get(examesarealizar)==\"Sim\"}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":186.0301530689461,"y":85.85647275293562},"upperLeft":{"x":172.0301530689461,"y":63.856472752935616}},"dockers":[{"x":1.5,"y":47}]},{"resourceId":"sid-50FE301E-5353-4BD6-8F4B-E6135B879124","properties":{"overrideid":"task3","name":"3","documentation":"","isblocking":true,"isblockingexpression":"","processtaskprocessreference":{"id":"a16b2901-4cca-11e9-b0f3-d050993af594","name":"Teste1"},"fallbacktodefaulttenant":"false","processtaskinparameters":{"inParameters":[{"source":"exames","sourceExpression":"","target":"exames","$$hashKey":"uiGrid-000B"}]},"processtaskoutparameters":{"outParameters":[{"source":"exames","sourceExpression":"","target":"exames","$$hashKey":"uiGrid-000T"}]},"isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":""},"stencil":{"id":"ProcessTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-F90B0D48-7DF2-441F-A71F-243FFA3F5CFA"}],"bounds":{"lowerRight":{"x":280,"y":212.5},"upperLeft":{"x":180,"y":132.5}},"dockers":[]},{"resourceId":"sid-F90B0D48-7DF2-441F-A71F-243FFA3F5CFA","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(examesarealizar)==\"Não\"}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":186.50005101129904,"y":184.01010049483537},"upperLeft":{"x":172.50005101129904,"y":162.01010049483537}},"dockers":[{"x":0.5,"y":40.5}]}],"outgoing":[],"bounds":{"lowerRight":{"x":337,"y":251.12982344007304},"upperLeft":{"x":15,"y":11.129823440073046}},"dockers":[]}],"outgoing":[],"bounds":{"lowerRight":{"x":625,"y":310.87017655992696},"upperLeft":{"x":45,"y":33.87017655992695}},"dockers":[]}],"stencil":{"id":"CMMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/cmmn1.1#","url":"../editor/stencilsets/cmmn1.1/cmmn1.1.json"}} {"modelId":"a16b2901-4cca-11e9-b0f3-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"process_id":"teste1","name":"Teste1","documentation":"","process_author":"","process_version":"","process_namespace":"http://www.flowable.org/processdef","process_historylevel":"","isexecutable":true,"dataproperties":{"items":[{"dataproperty_id":"exames","dataproperty_name":"exames","dataproperty_type":"string","readable":true,"writable":true,"$$hashKey":"uiGrid-000P"}]},"executionlisteners":"","eventlisteners":"","signaldefinitions":"","messagedefinitions":"","process_potentialstarteruser":"","process_potentialstartergroup":"","iseagerexecutionfetch":"false"},"childShapes":[{"resourceId":"startEvent1","properties":{"overrideid":"","name":"","documentation":"","executionlisteners":"","initiator":"","formkeydefinition":"","formreference":"","formproperties":""},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"sid-F70DB1DD-37B8-4F37-A50E-EA56DE9D4DE2"}],"bounds":{"lowerRight":{"x":130,"y":193},"upperLeft":{"x":100,"y":163}},"dockers":[]},{"resourceId":"sid-1126A02A-059C-4E1F-A0D4-CBC5E47E9E80","properties":{"overrideid":"id1","name":"1","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":"","skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-CF6C68A1-E500-4065-BFAC-0E0CAC7BB34F"}],"bounds":{"lowerRight":{"x":295,"y":218},"upperLeft":{"x":195,"y":138}},"dockers":[]},{"resourceId":"sid-F70DB1DD-37B8-4F37-A50E-EA56DE9D4DE2","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-1126A02A-059C-4E1F-A0D4-CBC5E47E9E80"}],"bounds":{"lowerRight":{"x":194.234375,"y":178},"upperLeft":{"x":130.21875,"y":178}},"dockers":[{"x":15,"y":15},{"x":50,"y":40}],"target":{"resourceId":"sid-1126A02A-059C-4E1F-A0D4-CBC5E47E9E80"}},{"resourceId":"sid-DA054B87-E53C-47C1-9583-2F82A5BB4113","properties":{"overrideid":"","name":"","documentation":"","executionlisteners":""},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":568,"y":192},"upperLeft":{"x":540,"y":164}},"dockers":[]},{"resourceId":"sid-CF6C68A1-E500-4065-BFAC-0E0CAC7BB34F","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":"","showdiamondmarker":false},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-FE3D87CE-44E6-496A-AF68-89C352F5EFE5"}],"bounds":{"lowerRight":{"x":374.78125,"y":178},"upperLeft":{"x":295.21875,"y":178}},"dockers":[{"x":50,"y":40},{"x":50,"y":40}],"target":{"resourceId":"sid-FE3D87CE-44E6-496A-AF68-89C352F5EFE5"}},{"resourceId":"sid-FE3D87CE-44E6-496A-AF68-89C352F5EFE5","properties":{"overrideid":"task2","name":"2","documentation":"","asynchronousdefinition":"false","exclusivedefinition":"false","executionlisteners":"","multiinstance_type":"None","multiinstance_cardinality":"","multiinstance_collection":"","multiinstance_variable":"","multiinstance_condition":"","isforcompensation":"false","usertaskassignment":{"assignment":{"type":"idm","initiatorCanCompleteTask":true,"idm":{"type":"initiator"}}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","formproperties":"","tasklisteners":"","skipexpression":"","categorydefinition":""},"stencil":{"id":"UserTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-9B5189F1-0C01-4FA4-B9A6-9A984F1533D6"}],"bounds":{"lowerRight":{"x":475,"y":218},"upperLeft":{"x":375,"y":138}},"dockers":[]},{"resourceId":"sid-9B5189F1-0C01-4FA4-B9A6-9A984F1533D6","properties":{"overrideid":"","name":"","documentation":"","conditionsequenceflow":"","executionlisteners":"","defaultflow":"false","skipexpression":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"sid-DA054B87-E53C-47C1-9583-2F82A5BB4113"}],"bounds":{"lowerRight":{"x":539.8984375,"y":178},"upperLeft":{"x":475.3828125,"y":178}},"dockers":[{"x":50,"y":40},{"x":14,"y":14}],"target":{"resourceId":"sid-DA054B87-E53C-47C1-9583-2F82A5BB4113"}}],"stencil":{"id":"BPMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/bpmn2.0#","url":"../editor/stencilsets/bpmn2.0/bpmn2.0.json"}} {"modelId":"6c5d6905-4f11-11e9-9ac6-d050993af594","bounds":{"lowerRight":{"x":1200,"y":1050},"upperLeft":{"x":0,"y":0}},"properties":{"case_id":"CaseThree","name":"CaseThree","documentation":"","case_initiatorvariablename":"initiator","case_author":"","case_version":"","case_namespace":"http://www.flowable.org/casedef","process_id":"CaseThree"},"childShapes":[{"resourceId":"processo1","properties":{"overrideid":"","name":"Process1","documentation":"","formkeydefinition":"","formreference":"","autocompleteenabled":"","autocompletecondition":""},"stencil":{"id":"CasePlanModel"},"childShapes":[{"resourceId":"sid-EFC83131-E0F8-44AD-91CE-1185C1B6FC36","properties":{"overrideid":"","name":"","documentation":"","autocompleteenabled":false,"autocompletecondition":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":"","manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":"","displayorder":"","includeinstageoverview":true},"stencil":{"id":"Stage"},"childShapes":[{"resourceId":"sid-0CFC4411-AEAA-4D3F-8759-38E1DF32D913","properties":{"overrideid":"getvar","name":"Get Variables","documentation":"","servicetaskclass":"","isasync":"","isexclusive":"","requiredenabled":false,"requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":false,"manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","scriptformat":"groovy","scripttext":"def valordocarro= planItemInstance.getVariable(\"valordocarro\")\ndef situação = planItemInstance.getVariable(\"situação\")\ndef cc = planItemInstance.getVariable(\"cc\")","servicetaskresultvariable":"","planitemlifecyclelisteners":""},"stencil":{"id":"ScriptTask"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":161,"y":206.5},"upperLeft":{"x":45,"y":127.5}},"dockers":[]},{"resourceId":"planItem1","properties":{"overrideid":"sid-9DE72648-10B5-470B-8CB4-8A2CADA8DFA0","name":"Should we pay?\n(Value equal to or over 1000€)","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"static","assignee":"${initiator}"}},"formkeydefinition":"Paga","formreference":{"id":"cf43ed7a-5f6d-11e9-a4f4-d050993af594","name":"Paga","key":"Paga"},"duedatedefinition":"","prioritydefinition":"","tasklisteners":{"taskListeners":[]},"isasync":"","isexclusive":"","requiredenabled":false,"requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":true,"manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":{"planItemLifecycleListeners":[]}},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-F60A3168-63CD-4C2E-AB45-288ACCB11682"}],"bounds":{"lowerRight":{"x":446.50925370102357,"y":270},"upperLeft":{"x":242.50925370102357,"y":195}},"dockers":[]},{"resourceId":"sid-F60A3168-63CD-4C2E-AB45-288ACCB11682","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"valordocarro\")>=1000}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-5273B5D5-3332-4748-AEA2-436BE276B405"}],"bounds":{"lowerRight":{"x":248.83253569289093,"y":238.85632933631558},"upperLeft":{"x":234.83253569289093,"y":216.85632933631558}},"dockers":[{"x":2.5,"y":33}]},{"resourceId":"planItem2","properties":{"overrideid":"sid-CB719158-BA4C-4304-9C55-521CF1A3D883","name":"AddNotes","documentation":"","isblocking":true,"isblockingexpression":"","usertaskassignment":{"assignment":{"type":"static","assignee":"${initiator}"}},"formkeydefinition":"","formreference":"","duedatedefinition":"","prioritydefinition":"","tasklisteners":{"taskListeners":[]},"isasync":"","isexclusive":"","requiredenabled":"","requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":true,"manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","planitemlifecyclelisteners":{"planItemLifecycleListeners":[]}},"stencil":{"id":"HumanTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-5B704C8E-7C11-4FC0-8081-2492CA62EC2A"}],"bounds":{"lowerRight":{"x":394.50925370102357,"y":125},"upperLeft":{"x":294.50925370102357,"y":45}},"dockers":[]},{"resourceId":"sid-5B704C8E-7C11-4FC0-8081-2492CA62EC2A","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"valordocarro\")<1000}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-B7C003DA-FA94-4043-9881-22D3A114AAD9"}],"bounds":{"lowerRight":{"x":301.01850740204713,"y":107.6378171029285},"upperLeft":{"x":287.01850740204713,"y":85.6378171029285}},"dockers":[{"x":12.5,"y":48.643527247064384}]}],"outgoing":[],"bounds":{"lowerRight":{"x":554,"y":349},"upperLeft":{"x":90,"y":15}},"dockers":[]},{"resourceId":"sid-BCC10FBA-34DC-4B2F-BB9E-AE454F2FD269","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"efetuarpagamento\")!=null}","triggermode":""},"stencil":{"id":"ExitCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-22810203-98D6-4667-852C-9A75119C9078"}],"bounds":{"lowerRight":{"x":956.5,"y":86},"upperLeft":{"x":942.5,"y":64}},"dockers":[{"x":949.5,"y":75}]},{"resourceId":"sid-1BE34662-1F7E-4288-A66D-1F781C9C8045","properties":{"overrideid":"cmmnProcessUpdate","name":"Update Process","documentation":"","servicetaskclass":"","isasync":"","isexclusive":"","requiredenabled":false,"requiredrulecondition":"","repetitionenabled":"","repetitionrulecondition":"","repetitioncountervariablename":"","manualactivationenabled":false,"manualactivationrulecondition":"","completionneutralenabled":"","completionneutralrulecondition":"","scriptformat":"groovy","scripttext":"import org.flowable.engine.ProcessEngines\nimport java.util.HashMap\n\ndef pi = ProcessEngines.getDefaultProcessEngine()\ndef ri = pi.getRuntimeService()\n\ndef exId= planItemInstance.getVariable(\"rtnExecutionId\")\ndef msgId = planItemInstance.getVariable(\"rtnMsgId\")\n\ndef map = new HashMap<String, Object>()\nmap.put(\"efetuarpagamento\", efetuarpagamento)\n\nri.messageEventReceived(msgId, exId,map)","servicetaskresultvariable":"","planitemlifecyclelisteners":""},"stencil":{"id":"ScriptTask"},"childShapes":[],"outgoing":[{"resourceId":"sid-61C8FF18-5164-438F-938F-9251EDC56F3B"}],"bounds":{"lowerRight":{"x":881,"y":154},"upperLeft":{"x":765,"y":75}},"dockers":[]},{"resourceId":"sid-61C8FF18-5164-438F-938F-9251EDC56F3B","properties":{"overrideid":"","name":"","documentation":"","ifpartcondition":"${var:get(\"efetuarpagamento\")!=null}","triggermode":""},"stencil":{"id":"EntryCriterion"},"childShapes":[],"outgoing":[{"resourceId":"sid-A41D999C-C420-4D71-93D7-B66BAAA320DA"}],"bounds":{"lowerRight":{"x":771.9139923384813,"y":129.3724005107679},"upperLeft":{"x":757.9139923384813,"y":107.3724005107679}},"dockers":[{"x":5.5,"y":43}]}],"outgoing":[],"bounds":{"lowerRight":{"x":995.5,"y":459},"upperLeft":{"x":45,"y":30}},"dockers":[]},{"resourceId":"sid-22810203-98D6-4667-852C-9A75119C9078","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-1BE34662-1F7E-4288-A66D-1F781C9C8045"}],"bounds":{"lowerRight":{"x":987.5742708246654,"y":125.84569668842313},"upperLeft":{"x":926.7265104253346,"y":106.51758456157687}},"dockers":[{"x":8,"y":10},{"x":58,"y":39.5}],"target":{"resourceId":"sid-1BE34662-1F7E-4288-A66D-1F781C9C8045"}},{"resourceId":"sid-A41D999C-C420-4D71-93D7-B66BAAA320DA","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-EFC83131-E0F8-44AD-91CE-1185C1B6FC36"}],"bounds":{"lowerRight":{"x":802.9882682862562,"y":178.1536495775619},"upperLeft":{"x":599.4837787703239,"y":148.52627384783273}},"dockers":[{"x":8,"y":10},{"x":232,"y":167}],"target":{"resourceId":"sid-EFC83131-E0F8-44AD-91CE-1185C1B6FC36"}},{"resourceId":"sid-B7C003DA-FA94-4043-9881-22D3A114AAD9","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-0CFC4411-AEAA-4D3F-8759-38E1DF32D913"}],"bounds":{"lowerRight":{"x":422.3304968598148,"y":190.18723092171905},"upperLeft":{"x":296.6929265709011,"y":143.4950063491748}},"dockers":[{"x":8,"y":10},{"x":58,"y":39.5}],"target":{"resourceId":"sid-0CFC4411-AEAA-4D3F-8759-38E1DF32D913"}},{"resourceId":"sid-5273B5D5-3332-4748-AEA2-436BE276B405","properties":{"overrideid":"","name":"","documentation":"","transitionevent":"complete"},"stencil":{"id":"Association"},"childShapes":[],"outgoing":[{"resourceId":"sid-0CFC4411-AEAA-4D3F-8759-38E1DF32D913"}],"bounds":{"lowerRight":{"x":371.4510111735706,"y":269.12467156151035},"upperLeft":{"x":296.8187254041544,"y":237.17778127592356}},"dockers":[{"x":8,"y":10},{"x":58,"y":39.5}],"target":{"resourceId":"sid-0CFC4411-AEAA-4D3F-8759-38E1DF32D913"}}],"stencil":{"id":"CMMNDiagram"},"stencilset":{"namespace":"http://b3mn.org/stencilset/cmmn1.1#","url":"../editor/stencilsets/cmmn1.1/cmmn1.1.json"}} {"models":[{"id":"c5638bb0-546b-11e9-bcbe-d050993af594","name":"BPMN","version":1,"modelType":0,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-04-01T11:01:00.583+0000"}],"cmmnModels":[{"id":"6c5d6905-4f11-11e9-9ac6-d050993af594","name":"CaseThree","version":1,"modelType":5,"description":"","stencilSetId":null,"createdBy":"admin","lastUpdatedBy":"admin","lastUpdated":"2019-04-01T10:43:26.809+0000"}],"theme":"theme-1","icon":"glyphicon-asterisk"}

ryanf4664 commented 4 years ago

Hi, I am having a similar issue. Was this ever resolved? Thanks!