Official

Accepted

Unanswered

Relevance
Selected Relevance

Advanced Filters

Search Results (59)

Accepted Solution

Give user resource role on asset workflow

Hi. I have userId, roleId, assetId. I would like to give user role of Report Owner on the asset. Currently, I'm doing the following: responsibilityApi.addResponsibility(    AddResponsibilityRequest.builder()         .resourceId(assetId)        .rol

Questions

24

2

0

Accepted Solution

How to pass the 'rd' value into the dataset table query

Requirement is to pass the 'run date' to the dataset table query. Right now the query has a where clause using current_date(); want to have it for run_id(run date). $rd is not recognizable inside the data source query. Can somebody pls help. current query: select * from dataset where load_date = c

Questions

10

1

0

Accepted Solution

How to replace existed user for a role/responsibility by selected user in workflow

Hi, I want to build a workflow where users can select from a list of users shown and choose who will be Reviewer (role) for the asset which they proposed. User A is added as default Reviewer for domain. I'm using SetAssetResponsibilitiesRequest as below. However, this only add new selected user to R

Questions

19

1

0

Accepted Solution

Workflow to create a task list.

Hi All, Does anyone have a workflow which can create a task list by going through a View and identifying the attributes which are null for an asset. The workflow should then create a table with these assets and attributes (which are null)? Any assistance would be appreciated. Thanks, Jas

Questions

73

1

0

Accepted Solution

Request Data Sets Access Workflow

Hello devs! I'm a new user. I've created few workflows. Now, I need to create Request Data Sets Access Workflow, I have seen documentations about this OOTB workflow, I'm wondering if there is a workflow that has already been created, so I can try to use and configure the enhancements I need? Or do

Questions

12

1

0

Accepted Solution

Workflow: User From functionality (dynamic forms) - Filtering selections in form from a previous selection

USE CASE: Enabling filtering of selectable values in a single selection field based on the selection of a single selection field (above in the same form).   I am keen to explore (within 1 form) selecting from a list of values, where the selection from that list, then enables a filtered list in

Questions

148

1

MultiForm Checkout

I would like to have a multiform in the checkout/basket of the collibra, like, when the user start, open a pop-up, then after user fill the information there is a next button that will change to a new pop-up with more information for the user to fill and is the step 2, and then the final step 3, the

Questions

20

1

How can we take backup of Collibra Data using Groovy script ?

I need to write a script task in Workflow which will take back up of the Collibra Data

Questions

12

0

0

0

Statis Code analysis for Collibra workflow BPMN.

Hi, We are creating CICD pipeline for deploying Collibra Workflow BPMN and wanted to check is there any static code analysis tool which collibra supports. I know we can create Sonarqube rules for XML in BPMN files but is there any other way to do the static code analysis. Thanks in advance.

Questions

30

2

Removing Responsibility UUID

Is there a way to remove a Responsibility from a given Asset using the core API? I know it can be done by clicking through: Going into asset -> Responsibility -> selecting, for example, the Data Steward role -> pressing the delete/bin button. I would like to achieve the same through the cor

Questions

29

1

0

List of Data Owners and Data Stewards workflow script

Hi, I'm new to Collibra and I just started working with processes. I wanted to create a workflow that, based on the selected role (Data Owner or Data Steward) from a community chosen by the user, sends an email with the names of the people who have that role. I can't get the code to work properly, a

Questions

11

1

0

Request Asset Access - Voting Sub-Process is suspended

Hi, I'm a new Collibra dev. I just imported Request Asset Access workflow from Collibra Marketplace to Workflow Designer. Upon trying to check out data basket it then asks me for Purpose, however on our environment, we have no Purpose assets created yet. We also haven't installed Data Privacy yet, I

Questions

5

0

0

How to get Domain id while creating a new asset using Workflows

Hello, I'm creating a new workflow that will be used to create a new Asset. The workflow will be triggered inside a Domain, so its not a global create and user can only see the workflow option once they are inside the domain. In the workflow, while creating the asset, how should I get the domain Id

Questions

7

1

0

Is there a form property type for creating assets?

I've been trying to create a workflow where a user can choose an asset from a drop-down menu (asset form property type), but also create one if the asset doesn't exist. Is there a form property type similar to the asset one where a user can input multiple asset names and if those assets don't exist,

Questions

29

2

0

Passing a value from one form to another

Hello, I have a workflow that prompts user to select a value from a list on the first form and then I would like to use this value to limit the list of values shown on another form. The first form works and I am able to track the value of the user selection. Based on the value the user selected, i

Questions

41

0

0

0

Get Form Data via API for Workflow Designer Workflows

Hello Data Citizens, I currently try to get the form values of a workflow task via the REST API. The problem is that I do not know what i should use for the formPropertyType field. I tried using the types from flowable (string, long, enum, date, boolean) but nothing worked. I use the normal text in

Questions

15

0

0

dynamic number of assets shown on same usertask screen.

Hello, Is there a possibility in the workflow designer to create a dynamic number of assets in the same screen coming from a map created in a scripttask before. I want to have 2 columns in my screen. The first column contains on overview of all the assets (= a dynamic number of rows -> can be o

Questions

10

0

0

Workflow Designer - Domain dropdown

I am creating a form in workflow designer that needs to allow the user to pick a glossary from a dropdown. When I add the domain from the pallet, it only lets me specify a community ID and not limit the list to a specific type of domains. The community id I have entered has multiple domains unde

Questions

37

2

0

0

Setting Related Resource in a user task

How do I set the related resource in a user task?  A lot of user task, it automatically sets, but I have one where I created a new asset that is defined in our instance and it is not set automatically.

Questions

35

1

0

Copy a Domain to another Community using workflow keeping all asset, attributes, characteristics, views , relations etc. intact

I have a requirement where Workflow should copy/clone a domain to another community with its assets, attributes, characteristics, views, relations, etc. What should be the approach or the APIs I can use?

Questions

35

0

0

0