Hi there,
we need to send some email alarms on certain occasions and it appears that the flow only works with the parameters set in flowable-ui-app.properties under flowable-task only if it is in the main process.
Once you put a mail task in a subprocess it seems to always default to “localhost:25” instead of our set up mail gateway.
Can anyone confirm that?
Thanks,
Marc
tijs
December 21, 2017, 8:14am
2
Hi Marc,
Looking at this class I would not know how that would be possible:
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.flowable.engine.impl.bpmn.behavior;
import java.io.File;
import java.util.Collections;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
This file has been truncated. show original
But if you can provide a unit test showing the issue, then we can see if we can reproduce it.
Best regards,
Tijs