Why the delegateExpression donot work

when I add flowable:async=“true”,the delegateExpression="${isSelectDelegate} do not work,

but without flowable:async=“true”,thedelegateExpression="${isSelectDelegate} can work

<serviceTask id=“IsSelect” name=“IsSelect” flowable:async=“true” flowable:delegateExpression="${isSelectDelegate}"></serviceTask>

Thanks,
Horace

Hey Horace,

How how you defined isSelectDelegate? Are you using Spring or you are using standalone?

Cheers,
Filip

Do you have the job executor enabled? In case you don’t, it would explain why it doesn’t work in the async case.