Ditto Renjith's comment: No, not currently. There are more workflow related REST APIs now, so something more could be added in the future. Open an issue with more details. In the meantime, something similar to the following query may help:
select (select pname from project where id = source_node_id) as "Project", (select name from workflowscheme where id = sink_node_id) as "Workflow Scheme", Array((select workflow from workflowschemeentity where scheme = sink_node_id)) as "Workflows" from nodeassociation where source_node_entity = 'Project' and sink_node_entity = 'WorkflowScheme'
Mostly no. Can you let us know what you are trying to achieve?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.