Ir al contenido
Otras versiones

Cargando…

Workflow configuration parameters

Esta página aún no está disponible en tu idioma.

Explain for what these parameteres are:

Field / Property Type Description
workflow.adapter String OpenKM can be used with several workflow engines. By default, we offer an integration with jBPM but by implementing an adapter you can use other workflow engines. To do this, you need to implement the com.openkm.workflow.adapter.WorkflowAdapter interface.
Possible values
- com.openkm.workflow.adapter.DummyWorkflowAdapter
- com.openkm.workflow.adapter.JbpmLocalWorkflowAdapter
- com.openkm.workflow.adapter.JbpmRemoteWorkflowAdapter
com.openkm.workflow.adapter.DummyWorkflowAdapter
When DummyWorkflowAdapter is selected the workflow icon in administration will not being shown.
After changing this value you should restart OpenKM application to take effect.
workflow.adapter.login String Login credentials used to connect to the external workflow engine. Used with com.openkm.workflow.adapter.JbpmRemoteWorkflowAdapter.
admin
workflow.adapter.password String Password used to connect to the external workflow engine. Used with com.openkm.workflow.adapter.JbpmRemoteWorkflowAdapter.
admin
workflow.adapter.url String The URL used to connect to the external workflow engine. Used with com.openkm.workflow.adapter.JbpmRemoteWorkflowAdapter.
http://localhost:8080/jbpm-console
workflow.run.config.form String The form name in case the workflow needs parameters at the start. By default this form is called “run_config”.
run_config
workflow.start.task.auto.run String If OpenKM should run the task defined in the start node. This start dummy task is usually used to assign the “initiator” swimlane. By default the value is set to “true”. You don’t need to modify this value.
true
workflow.node.deletion.check Boolean Enable or disable the deletion of a node which is used in a workflow. By default is set to “true”.
true