Package org.bonitasoft.engine.command
package org.bonitasoft.engine.command
-
ClassDescriptionThis command starts the process in the specified activity (if you need to specify several activities as start points, please, use
MultipleStartPointsProcessCommand).Command<T extends ServiceAccessor>A command is a class that is called from the API and executed on the server side.
It is used to extend the engine behavior.This command starts the process in the specified activity(ies).Thrown by aCommandwhen something unexpected happens during execution.Thrown by aCommandthat is called using insufficient or wrong parameters.