org.camunda.bpm.engine.runtime
Interface ProcessInstance

All Superinterfaces:
Execution
All Known Implementing Classes:
ExecutionEntity

public interface ProcessInstance
extends Execution

Represents one execution of a ProcessDefinition.

Author:
Tom Baeyens, Joram Barrez, Daniel Meyer

Method Summary
 String getBusinessKey()
          The business key of this process instance.
 String getProcessDefinitionId()
          The id of the process definition of the process instance.
 boolean isSuspended()
          returns true if the process instance is suspended
 
Methods inherited from interface org.camunda.bpm.engine.runtime.Execution
getId, getProcessInstanceId, isEnded
 

Method Detail

getProcessDefinitionId

String getProcessDefinitionId()
The id of the process definition of the process instance.


getBusinessKey

String getBusinessKey()
The business key of this process instance.


isSuspended

boolean isSuspended()
returns true if the process instance is suspended

Specified by:
isSuspended in interface Execution


Copyright © 2014 camunda services GmbH. All Rights Reserved.