Constant Field Values


Contents
org.camunda.*

org.camunda.bpm.extension.jbehave.example.simple.SimpleProcessAdapter
public static final String NAME "simpleProcessAdapter"

org.camunda.bpm.extension.jbehave.example.simple.SimpleProcessConstants
public static final String BPMN "simple.bpmn"
public static final String BPMN_DURABLE "durable.bpmn"
public static final String PROCESS "simple-process"

org.camunda.bpm.extension.jbehave.example.simple.SimpleProcessConstants.Elements
public static final String SERVICE_CANCEL_PROCESSING "service_cancel_contract_processing"
public static final String SERVICE_LOAD_CONTRACT_DATA "service_load_contract_data"
public static final String SERVICE_PROCESS_CONTRACT_AUTOMATICALLY "service_process_contract_automatically"
public static final String TASK_PROCESS_MANUALLY "task_process_contract_manually"

org.camunda.bpm.extension.jbehave.example.simple.SimpleProcessConstants.Events
public static final String ERROR_PROCESS_AUTOMATICALLY_FAILED "errorProcessAutomaticallyFailed"
public static final String EVENT_CONTRACT_PROCESSED "event_contract_processed"
public static final String EVENT_CONTRACT_PROCESSING_CANCELLED "event_processing_cancelled"

org.camunda.bpm.extension.jbehave.example.simple.SimpleProcessConstants.Variables
public static final String ARE_PROCESSING_ERRORS_PRESENT "processingErrorsPresent"
public static final String CONTRACT_ID "contractId"
public static final String IS_AUTOMATIC "isAutomaticProcessing"



Copyright © 2014 camunda services GmbH. All rights reserved.