Collibra Community logo
  • Community Resources
    • Discussions
    • FAQ
    • Take a tour
    • Request a demo
    • Community job board
    • Resources
  • Participate
    • Discussions
    • Ideation
  • Learn
    • Customer stories
    • Marketplace
    • Blogs
    • University
    • Video tutorials
    • Knowledge Base
    • Developer Portal
    • Podcast “Data Citizens Dialogues”
    • Collibra Excellence Awards
  • Support
    • Support Portal
    • Documentation
    • Release notes
    • Product resource center
  • User Groups and Events
    • Events
    • Collibra Customer Events
    • Data Citizens® User Groups
  •      
  •          
Discussions
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
Discussions
Collibra Logo Community
  • About Collibra
  • Collibra Data Intelligence Platform
  • Blog
  • Careers
  • Partner Program
  • Contact us
© 2025 Collibra. All rights reserved.
  • Privacy and legal
  • Do not sell or share my personal information
© 2025 Collibra. All rights reserved.
  • ForumsChevronRightIcon
  • ProductChevronRightIcon
  • Collibra Data Intelligence PlatformChevronRightIcon
Workflow

Created Nov 18, 2023

36 members

133 discussions

The Workflow topic in the Collibra Community is a space for users to ask questions, share tips, and troubleshoot everything related to building and managing workflows using Collibra’s Workflow Designer. Discussions range from automation triggers and custom scripts to improving task management and UI behavior—ideal for users looking to streamline processes and boost platform efficiency.

Workflow
                   
                                       
  •                                        
  •                                        
  •                                        
  •                                        
  • user_0815

    user_0815

    11 hours ago
    rename a workflow app

    Hi, I have a workflow app that someone created based on an existing workflow and I would like to change its name to reflect that it's something new now. I managed to rename the model and its key, but not the app containing the model - how do I do this? thanks!

                                           
    0
             
  • Justin Truehitt

    Justin Truehitt

    10 days ago
    Task Notification Templates

    Is there any ability for administrators to customize the content of the default task notification emails? I've been unable to find any documentation to support any details related to this system process and the mechanisms which drive it.

                                           
    0
             
  • user_c96dfe

    user_c96dfe

    12 days ago
    Show notification as a pop-up during workflow

    When a workflow is started, a green notification appears in the lower left corner (Latest UI). Is there any way to also display customized notifications there during the execution of a workflow? Or have some other pop-up? A user task with a form doesn't work because it is not displayed like the start form. Also throwing an exception (where the message appears in red at the same place) does not work because it would not be consistent and also cancels the workflow.

                                           
    1
             
  • daria

    daria

    29 days ago
    Workflows scripts unit tests

    Hello, Is there any possibility to create unit tests for workflow scripts? Are there any examples for this?

                                           
    0
             
  • vandan savla

    vandan savla

    30 days ago
    Calling external api endpoints from workflow scripts

    I wanted to call an external api from within the workflow scripts or any task but i am getting this error " [http-nio-0.0.0.0-4400-exec-12] WARN c.c.d.w.s.g.b.SecureGroovyTaskActivityBehavior - Exception while executing ScriptTask_2 : groovy script evaluation failed: 'javax.script.ScriptException: java.net.SocketException: Connection reset' ...." the script is something like this import groovy.json.JsonSlurper import java.net.URLEncoder import groovy.json.JsonOutput import com.collibra.dgc.core.api.component.logger.LoggerApi // Define the URL def url = "endpoint" def conn = new URL(url).openConnection() // Set request method conn.setRequestMethod("POST") conn.doOutput = true // Set headers conn.setRequestProperty("accept", "application/json") conn.setRequestProperty("Authorization", "Bearer MYTOKEN") conn.setRequestProperty("Content-Type", "application/json") // Prepare the payload def payload = JsonOutput.toJson([ key: "vallue" ]) // Log the request loggerApi.info("Payload: " + payload) // Write the payload conn.outputStream.withWriter("UTF-8") { writer -> writer << payload } // Read and log the response def respText = conn.inputStream.text execution.setVariable("rawResponse", respText) loggerApi.info("Response: " + respText) Same i tried with okhttp3 and HttpURLConnection packages but similar errors. PS: Payload type can change it wont be only json everytime.

                                           
    0
             
  • daria

    daria

    1 month ago
    Workflow groovy scripts reserved variables

    Hello, In Groovy scripts it is possible to use variable 'execution' when saving and retrieving variables. Are there any more reserved variables that it is possible to use? And where it is possible to see their implementation?

                                           
    1
             
  • user_29183b

    user_29183b

    1 month ago
    Workflow user task as a pop up and not under the task list

    Hello, I have a workflow created which has a form linked to the start event. When the workflow is started, this form shows as a pop up and after user clicks on Next button, I have a script task to perform some logic and than based on the exclusive gateway decision, it either executes a user task or stops the workflow. The problem is when the initial form is submitted and user clicks on Next button, collibra shows Task completed and based on the script and decision gateway, if the user task is executed it shows under the tasks list of the user which is not very prominent and can be easily ignored / overlooked by the user thinking the first task completed so workflow also completed. How can I get the user task show as a pop up or something and not hidden in the tasks list of the user.

                                           
    1
             
  • Christy_Name

    Christy_Name

    1 month ago
    New Workflow Designer UI

    Is there a way to return to the older Workflow Designer prior to the last update? I am not impressed with the latest and find it hard to navigate.

                                           
    2
             
  • user_Fred

    user_Fred

    1 month ago
    Workflow Designer edit code of script in Full page mode

    Hi guys, I am using the new Workflow Designer but I can only get 20 lines of code on the page to edit my script. There was a key combination to get your code in full screen mode, can anyone remember that ? Thanks F.

                                           
    3
             
  • Mustak Ahmad

    Mustak Ahmad

    2 months ago
    Global create to start workflow and bypass Tasks step

    So, I start my workflow by clicking the "global create" + icon, select my workflow which opens a pop-up message 'Workflow started' and subsequently it adds a new item to the "Tasks" menu. This requires me to click the Tasks item before my workflow starts. How can I bypass the step and once I complete "global create" + icon, select my workflow, it should start the workflow right away bypassing the "Tasks"? Thanks!

                                           
    1
             
…