import { Epic } from 'redux-observable'; import { ProcessAction } from '../../../actions'; import { ProcessState } from '../../../reducers'; import { Logger } from '../../../../LoggerFactory'; /** * bpmn:Subprocess epic to handle tokens contained inside the subprocess when the subprocess itself is finished * * @returns {Epic} epic handles end actions for subprocesses by ending all tokens inside of them that are still active * */ export default function embeddedSubprocessEndFlowNodeEpic(log: Logger): Epic; //# sourceMappingURL=embeddedSubprocessEpic.d.ts.map