-
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
WhatsAppContactVerificationQueryfor the deprecation reason
-
Deprecated InterfacesInterfaceDescriptionuse
AccessTokenBuilderinsteadwithout an alternative, as the WhatsApp Cloud API does not support this and the On-Premise API is being sunset by Meta.
-
Deprecated ClassesClassDescriptionuse
FlowableLdapAuthenticationProviderFactoryto expose anAuthenticatioProviderinsteadUse methods fromFlowableExpressionTimeUtilsinsteaduseinstead
-
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.INACTIVEuserPlatformIdentityService.createPlatformGroupQuery()insteadusePlatformIdentityService.setUserStateAndSubState(String, String, String)instead with stateUserStates.ACTIVEuse 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 accountSeeWhatsAppContactVerificationQueryfor the deprecation reasonSeeWhatsAppContactVerificationQueryfor 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 inFlowableExpressionTimeUtilsuse one of the comparison methods inFlowableExpressionTimeUtilsuse one of the plus options inFlowableExpressionTimeUtils. If a combination of days, months and years is needed useFlowableExpressionTimeUtils.plusDuration(Object, String)with a duration asP1Y5M10Duse one of the plus options inFlowableExpressionTimeUtils. If a combination of values is needed useFlowableExpressionTimeUtils.plusDuration(Object, String)with a duration asP1Y5M10DT10H15M10SuseFlowableExpressionTimeUtils.asLocalDate(Object)insteaduseFlowableExpressionTimeUtils.currentLocalDate()insteadcom.flowable.platform.service.action.DefaultScopedObjectFormProvider.getForm(String, String, String) com.flowable.platform.service.content.PlatformFolderItemService.createProcessFolderHierarchy(String)
-
Deprecated Constructors