Open
Conversation
Exportação de workflows a partir da página de exibição da definição implementada. Arquivo .json formatado e configuração do diretório destino também implementada.
Sincroniza as definiições de formulário e de workflow de acordo com os arquivos .json presente em database/customData/Forms e database/customData/Workflows. Faz a busca no banco de dados através do nome do workflow/formulário, portanto, ao alterar o nome, um novo workflow ou formulário é criado e persistido no banco de dados.
… necessário abrir a definition para exportá-la.
Agora a pasta customData que contem os .json do workflow e formulários é ignorada no commit.
Member
|
essa exportação não deveria ficar na biblioteca do workflow? |
Contributor
Author
|
Então, começamos com essa ideia mas você me disse que era melhor manter no
equivalência por enquanto. Mas posso mudar se necessário !
Em qui., 19 de mar. de 2026, 10:23, Masaki Kawabata Neto <
***@***.***> escreveu:
… *masakik* left a comment (uspdev/equivalencia#13)
<#13 (comment)>
essa exportação não deveria ficar na biblioteca do workflow?
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIYM57KHMUKVUIKFV4AIIDT4RPYEFAVCNFSM6AAAAACWVJ6M4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DAOJQGEYDCOJQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workflow exportado em .json e comando workflow:sync implementado -> Falta documentar melhor o código, mas funcionalidade já implementada.