Hide Forgot
Created attachment 814700 [details] Video file - step to reproduce Description of problem: Import of custom task from the service repository is successful but I am not able to find such task in Shape Repository. Custom task is successfully installed into git repository but is not displayed by Designer and WID editor. Version-Release number of selected component (if applicable): 6.0.0 ER4 BPMS Steps to Reproduce (see attached video: 1. create process 2. connect to service repository from file system (service repository is attached) 3. import "Jabber" service 4. reopen process 5. look for "Communication" section 6. find Jabber.wid in "global" directory 7. clone myRepo.git and look directly into repository Actual results: step 3: alert "Assets successfully installed." step 5: there is no "Communication" section step 6: WID editor is empty step 7: Git repository contains a commit with message "Created asset Jabber.wid " and file is presented in repository (non-empty) Expected results: step 3: alert "Assets successfully installed." step 5: there is "Communication" section and it contains "Jabber" task step 6: WID editor is not empty step 7: Git repository contains a commit with message "Created asset Jabber.wid " and file is presented in repository (non-empty) Additional info: Server.log does not contains any error.
Created attachment 814701 [details] Service repository with Jabber Task
fix in designer master and 6.0.x branches
Verified for ER5. Note: there is still problem that WID editor for imported Custom task is still empty and git repository contains non-empty file. I have reported a new bugzilla issue for this problem https://bugzilla.redhat.com/show_bug.cgi?id=1040910