You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On adding a BPMN to a workflow-module without adding a @WorkflowService annotated class to handle it an error is thrown: "No bean annotated with '@WorkflowService(bpmnProcessId = "whatever")'". The annotation's attribute bpmnProcessId is deprecated and not available any more. The expection message has to be updated according to the current syntax.
The text was updated successfully, but these errors were encountered:
On adding a BPMN to a workflow-module without adding a
@WorkflowService
annotated class to handle it an error is thrown: "No bean annotated with '@WorkflowService(bpmnProcessId = "whatever")'". The annotation's attributebpmnProcessId
is deprecated and not available any more. The expection message has to be updated according to the current syntax.The text was updated successfully, but these errors were encountered: