Ir para o conteúdo principal

Modelando com Bizagi

 

Introdução

Em breve!

 

Configuração inicial

EmPara breve!manter a fortamação da fonte dos textos e tamanho dos elementos gráficos padronizados, o Bizagi deverá ser configurado seguindo as especificações abaixo.

Atenção! A configuração se aplicará à novos diagramas, não impactando, portanto no diagrama atual ou em anteriores.

Uma vez aberto o Bizagi, na guia/aba Arquivo, clica no menu Opções.

Configuração Geral

Na janela modal Opções do Bizagi Modeler que se abrirá, clica no menu Geral e, no grupo Opções de elementos BPMN clica no botão Editar e,  na tela que em seguida se abre, configure a fonte para Arial, tamanho 10, e clica no link Aplicar fonte atual a todos os elementos - dessa forma a configuração de fonte é feita uma única vez. Ainda nessa tela, os elementos gráficos devem ter suas dimensões configuradas conforme abaixo especificado (largura x altura):

  • Pool/Piscina: 700 x 350;
  • Início: 30 x 30;
  • Task/Tarefa: 130 x 90;
  • Gateway/Operador lógico: 40 x 40;
  • Fim: 30 x 30;
  • Data Object/Objeto de dados: 40 x 50;
  • Intermediário: 30 x 30;
  • SubProcess/Subprocesso: 130 x 90;
  • Storage/Arnazenamento: 50 x 50;
  • Group/Grupo: 250 x 200;
  • Annotation/Anotação: 100 x 60; e,
  • Text Area/Área de Texto formatado: 90 x 61.

Informação! Por padrão, o Bizagi já vem com essas especificações, exceto os elementos de início, intermediário, fim, gateway, tarefas e subprocesso.

Configuração de Documentação

Também na janela modal Opções do Bizagi Modeler, clica no menu Documentação e, no grupo Propriedade da área do texto, configure a fonte para Arial, tamanho 10. Ainda na mesma tela, no grupo Atributos estendidos, clica em Importar e seleciona o arquivo em XML com os atributos.

Atenção! O arquivo XML com os atributos estendido a ser importado encontra-se no seguinte link: Atributos_Bizagi_SETIC.xml. Ou se preferir, pode salvar o seguinte código XML e importá-lo no Bizagi. 

 

<?xml version="1.0"?>
<SerializableExtendedAttributes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ExtendedAttributeCollection>
    <ExtendedAttribute Id="1e28306e-5996-432a-84d8-8d3c971e2123" Type="LongText" ExportAsTable="true" ModifiedBy="c79f60dc-313d-46fb-a4c3-1b6d2ab270c0" ModificationDate="2023-02-07T09:25:43.7407109-04:00">
      <Name>SUPERINTENDÊNCIA ESTADUAL DE TECNOLOGIA DA INFORMAÇÃO E COMUNICAÇÃO</Name>
      <Description />
      <Options />
      <TableColumns />
      <ElementTypes>
        <AttributeElementType Type="Collaboration" />
        <AttributeElementType Type="Participant" />
      </ElementTypes>
    </ExtendedAttribute>
    <ExtendedAttribute Id="36535e0f-826a-4046-9a43-213aa844bfd9" Type="LongText" ExportAsTable="true" ModifiedBy="c79f60dc-313d-46fb-a4c3-1b6d2ab270c0" ModificationDate="2023-02-06T15:30:07.1288149-04:00">
      <Name>ELABORAÇÃO</Name>
      <Description />
      <Options />
      <TableColumns />
      <ElementTypes>
        <AttributeElementType Type="Collaboration" />
      </ElementTypes>
    </ExtendedAttribute>
    <ExtendedAttribute Id="83732dd6-6de0-47cd-902c-b933abffbb7f" Type="LongText" ExportAsTable="true" ModifiedBy="c79f60dc-313d-46fb-a4c3-1b6d2ab270c0" ModificationDate="2023-02-06T15:30:07.1288149-04:00">
      <Name>COLABORAÇÃO</Name>
      <Description />
      <Options />
      <TableColumns />
      <ElementTypes>
        <AttributeElementType Type="Collaboration" />
      </ElementTypes>
    </ExtendedAttribute>
    <ExtendedAttribute Id="c2a96f0c-76c2-42a8-ac52-3cec66dee76d" Type="LongText" ExportAsTable="true" ModifiedBy="c79f60dc-313d-46fb-a4c3-1b6d2ab270c0" ModificationDate="2023-02-06T15:30:07.1288149-04:00">
      <Name>VERSIONAMENTO</Name>
      <Description />
      <Options />
      <TableColumns />
      <ElementTypes>
        <AttributeElementType Type="Collaboration" />
      </ElementTypes>
    </ExtendedAttribute>
    <ExtendedAttribute Id="ed4daa6f-b04f-4d30-af29-04d3fb03cff0" Type="LongText" ExportAsTable="true" ModifiedBy="c79f60dc-313d-46fb-a4c3-1b6d2ab270c0" ModificationDate="2023-02-06T15:30:07.1288149-04:00">
      <Name>REVISORES</Name>
      <Description />
      <Options />
      <TableColumns />
      <ElementTypes>
        <AttributeElementType Type="Collaboration" />
      </ElementTypes>
    </ExtendedAttribute>
  </ExtendedAttributeCollection>
  <ExtendedAttributeOrderList>
    <ExtendedAttributeOrder ModifiedBy="c79f60dc-313d-46fb-a4c3-1b6d2ab270c0">
      <ExtendedAttributes>
        <Id>1e28306e-5996-432a-84d8-8d3c971e2123</Id>
        <Id>36535e0f-826a-4046-9a43-213aa844bfd9</Id>
        <Id>83732dd6-6de0-47cd-902c-b933abffbb7f</Id>
        <Id>ed4daa6f-b04f-4d30-af29-04d3fb03cff0</Id>
        <Id>c2a96f0c-76c2-42a8-ac52-3cec66dee76d</Id>
      </ExtendedAttributes>
      <ElementType Type="Collaboration" />
    </ExtendedAttributeOrder>
    <ExtendedAttributeOrder ModifiedBy="c79f60dc-313d-46fb-a4c3-1b6d2ab270c0">
      <ExtendedAttributes>
        <Id>1e28306e-5996-432a-84d8-8d3c971e2123</Id>
      </ExtendedAttributes>
      <ElementType Type="Participant" />
    </ExtendedAttributeOrder>
  </ExtendedAttributeOrderList>
</SerializableExtendedAttributes>


Importando atributos

Em breve!


Edição de texto

Em breve!


Padrões de escrita

Elementos

Em breve!


Regras de Negócio

Em breve!


Nome do processo

Em breve!

 

Conclusão

Em breve!

 

Referência Bibliográfica

Em breve!