-
Terminally Deprecated ElementsElementDescriptionwithout an alternative, as the WhatsApp Cloud API does not support this and the On-Premise API is being sunset by Meta.See
WhatsAppContactVerificationQuery
for the deprecation reason
-
Deprecated InterfacesInterfaceDescriptionuse
AccessTokenBuilder
insteadwithout an alternative, as the WhatsApp Cloud API does not support this and the On-Premise API is being sunset by Meta.
-
Deprecated ClassesClassDescriptionuse
FlowableLdapAuthenticationProviderFactory
to expose anAuthenticatioProvider
insteadUse methods fromFlowableExpressionTimeUtils
insteaduseinstead
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionuse
BotActionResult.getPayloadNode()
insteadonly used for getting form info before 3.6com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorAsyncJobLockTimeInMillis(int) com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorResetExpiredJobsInterval(int) com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorResetExpiredJobsPageSize(int) usePlatformIdentityService.setUserStateAndSubState(String, String, String)
instead with stateUserStates.INACTIVE
userPlatformIdentityService.createPlatformGroupQuery()
insteadusePlatformIdentityService.setUserStateAndSubState(String, String, String)
instead with stateUserStates.ACTIVE
use theSecurityScope.hasAuthority(String)
obtained viaSecurityUtils.getCurrentUserSecurityScope()
insteaduse theSecurityScope.getGroupKeys()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
to check insteaduse theSecurityScope.getTenantId()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
insteaduse theSecurityScope.getGroupKeys()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
insteaduse theSecurityScope.getUserId()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
insteadThis method will be removed in a future release, as it does not return the proper result.UseConversation.getUserAccountIds()
insteaduseConversationService.removeUserAccountsFromConversation(String)
to remove all links from a conversation orConversationService.removeUserAccountFromConversation(String, String)
to remove a particular user accountSeeWhatsAppContactVerificationQuery
for the deprecation reasonSeeWhatsAppContactVerificationQuery
for the deprecation reasonuseTextParameter.setText(String)
instead. Kept here for backward compatibility with old json models.always use the method with the template key instead and provide your own keyuse one of the comparison methods inFlowableExpressionTimeUtils
use one of the comparison methods inFlowableExpressionTimeUtils
use one of the plus options inFlowableExpressionTimeUtils
. If a combination of days, months and years is needed useFlowableExpressionTimeUtils.plusDuration(Object, String)
with a duration asP1Y5M10D
use one of the plus options inFlowableExpressionTimeUtils
. If a combination of values is needed useFlowableExpressionTimeUtils.plusDuration(Object, String)
with a duration asP1Y5M10DT10H15M10S
useFlowableExpressionTimeUtils.asLocalDate(Object)
insteaduseFlowableExpressionTimeUtils.currentLocalDate()
insteadcom.flowable.platform.service.action.DefaultScopedObjectFormProvider.getForm(String, String, String) com.flowable.platform.service.content.PlatformFolderItemService.createProcessFolderHierarchy(String)
-
Deprecated Constructors