Under Cover Agent
Invoking UCA can create new instance of process. In general, UCA's are associated to external services. Creation of new instance through UCA provide lots of flexibility.
Consume Message - If it is checked, then subsequent process will not be able to pick message. In case of unchecked all successive processes will be able to create new instance.
Durable Subscription - In normal process, token will wait for message. As soon as, message will reach at token. It will create process instance.
But what if, message has been send and token has not been reached at implementation. In that case if durable subscription is checked, token will not wait at implementation. It will directly execute.
No comments:
Post a Comment