Show contents 

Web Service > Web Service Operations > Working with Processes

Working with Processes

This section contains description of the operations that are used to work with the Process repository object.

Operations

Operations used for opening and building a process:

  Operation Brief description
GetBpmProcessSettings The GetBpmProcessSettings operation gets process settings.
GetBpmWorkspace The GetBpmWorkspace operation gets information about process structure.
OpenBpmProcess The OpenBpmProcess operation opens a process.
SaveBpmProcess The SaveBpmProcess operation saves changes in a process.
SetBpmProcessSettings The SetBpmProcessSettings operation changes process settings.

Operations used for working with separate process elements (start event, stages, steps, gateways):

  Operation Brief description
AddBpmElement The AddBpmElement operation creates a new element in process.
ChangeGatewayType The ChangeGatewayType operation changes gateway type.
DeleteBpmElement The DeleteBpmElement operation deletes elements from process.
GetBpmCondition The GetBpmCondition operation gets conditions of executing a group of steps.
GetBpmSegmentInfo The GetBpmSegmentInfo operation gets data segment settings for process step.
GetBpmSegmentsForSteps The GetBpmSegmentsForSteps operation gets information about the segments that can be used in a step.
GetBpmStep The GetBpmStep operation gets process step settings.
GetStartEventSettings The GetStartEventSettings operation gets start process event settings.
GetSubprocessGroupFilter The GetSubprocessGroupFilter operation gets filtering settings for subprocess group call.
MoveBpmElement The MoveBpmElement operation moves element in process structure.
SetBpmCondition The SetBpmCondition operation changes conditions of executing a group of steps.
SetBpmSegmentsInfo The SetBpmSegmentsInfo operation changes data segment settings for process step.
SetSubprocessGroupFilter The SetSubprocessGroupFilter operation changes filtering settings for subprocess group call.
SetBpmStage The SetBpmStage operation changes process stage settings.

SetBpmStep

The SetBpmStep operation changes process step settings.

SetStartEventSettings The SetStartEventSettings operation changes process start event settings.

Operations used for starting and monitoring processes:

  Operation Brief description
ExecuteBpmOperation The ExecuteBpmOperation operation executes various operations with running process instances.
GetActiveProcesses The GetActiveProcesses operation gets information about the processes currently executed in repository.
GetBpmMonitoringWorkspace The GetBpmMonitoringWorkspace operation gets information about process structure during its execution.
GetBpmProcessStartInfo The GetBpmProcessStartInfo operation gets the settings, with which a process or subprocess can be started.
GetBpmStepOperations The GetBpmStepOperations operation gets a list of operations available for step of executed process instance.
GetBpmProcessInstanceJournal The GetBpmProcessInstanceJournal operation gets the log of process instance execution.
GetProcessInstances The GetProcessInstances operation gets a list of executed process instances.
GetSubprocessInstancesList The GetSubprocessInstancesList operation gets a list of subprocesses that are started and running within the process instance.
OpenMonitoringWS The OpenMonitoringWS operation gets URL of the page with process instance execution monitoring.
StartBpmProcess The StartBpmProcess operation starts process for execution.

Operations used for business process work administration:

  Operation Brief description
GetBpmProcAdministration The GetBpmProcAdministration operation gets administration settings for business processes.
SetBpmProcAdministration The SetBpmProcAdministration operation changes business process administration settings.

See also:

Web Service Operations