Workflow engine

This page is about new (not released) workflow engine that will become available in future IdM 14 releases.

IdM Configuration (Required)

idm.sec.workflow-engine.start-process-url=http://host.docker.internal:8082/wfengine/instances/start
idm.sec.workflow-engine.continue-process-url=http://host.docker.internal:8082/wfengine/instances/continue
idm.sec.workflow-engine.base-url=http://host.docker.internal:8082/wfengine

(You might need to change host.docker.internal or 8082, depends where your wfengine is running)

For appliance where WF engine and idm is running in docker containers on network "appliance" is configuration:

idm.sec.workflow-engine.start-process-url=http://host.docker.internal:8082/wfengine/instances/start
idm.sec.workflow-engine.continue-process-url=http://idstory-wfengine:8080/wfengine/instances/continue
idm.sec.workflow-engine.base-url=http://idstory-wfengine:8080/wfengine

Tags: application properties wfengine