Connect to the gateway from a workflow
To call the gateway from a Collibra DGC workflow, you have to use the following delegate:
com.collibra.dgc.core.workflow.activiti.delegate.StartCollibraConnectFlowDelegate
The integration is started when the workflow reaches the state defined by the delegate.
An example of configuring the delegate to start the workflow (flowId parameter defines which integration has to be started):