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
GetBpmProcessParams The GetBpmProcessParams operation gets a list of process parameters.
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 steps:

  Operation Brief description
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.
GetSubprocessGroupFilter The GetSubprocessGroupFilter operation gets filtering settings for subprocess group call.
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.

SetBpmStep

The SetBpmStep operation changes process step 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.
GetProcessInstances The GetProcessInstances operation gets a list of executed process instances.
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