WorkflowEngineSOA Web methods

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > Bizagi from external applications > Bizagi API > Alternative SOAP services > Available SOAP web services >

WorkflowEngineSOA Web methods

Overview

Web methods published for WorkflowEngineSOA are useful to manage the processes workflow through Bizagi BPMN Engine (i.e., start Processes, advance Activities, trigger Events, abort Process instances, amongst others).

WorkflowEngineSOA is one of the three categories featuring web methods which are part of Bizagi API, as described at Available web services.

 

URL

This Web service and its methods, are found at the http URLs described below.

WS-Security web services when enabled, are located as:

https://[environment]-[project]-[company].bizagi.com/WebServices/[internal_component].svc?wsdl

 

Web methods

The WorkflowEngineSOA web service offers the following methods:

 

Method

Description

Invocation

Abort Cases

Cancels one or more cases given their case creation number in an XML in string format.

abortCases
abortCasesAsString

Assign Activity

Assigns/reassigns a case's Activity to a specific user. This method sends and receives a string XML.

assignActivity

assignActivityAsString

Create Cases

Creates one or more cases of a Bizagi Process. It is possible to create a blank case or also to include information the case needs. This method sends and receives a string XML.

createCases

createCasesAsString

Get Activities

Can be used to get all uncompleted Activities (pending, or inactive). It sends and receives a string XML.

getActivities
getActivitiesAsString

Get Cases

Can be used to get all uncompleted Cases. It sends and receives a string XML.

getCases

getCasesAsString

Get Closed Activities

Obtains all completed Activities. The sent and received XML is in string XML format.

getClosedActivities
getClosedActivitiesAsString

Get Events

Returns all available Intermediate Events of a Process, using XMLs in string format.

getEvents
getEventsAsString

Grant Case Access

Can dynamically assign privileged users to specific cases.

grantCaseAccess

grantCaseAccessAsString

Perform Activity

This method is used to make a manual Activity to continue (as if the Next button was clicked). The parameters (input and output) for this method are of type string XML.

perfomActivity
perfomActivityAsString

Revoke Case Access

Can dynamically restrict access to a set of user in order to revoke the access to specific cases.

revokeCaseAccess

revokeCaseAccessAsString

Save Activity

This method is used for available manual Activities to simulate the clicking of the Save button. Sends and receives a string XML.

saveActivity
saveActivityAsString

Set Event

Use this method to trigger an available Intermediate Event, using XMLs in string format.

setEvent
setEventAsString

 

note_pin

Additional web methods not explicitly listed above are deprecated and should not be used by new projects.

Such web methods are mainly shipped in Bizagi for backward compatibility purposes.

Localization is not available for these methods.


Last Updated 2/4/2022 12:10:00 PM