Class GetDeploymentActionDefinitionCmd

    • Field Detail

      • actionDefinitionId

        protected java.lang.String actionDefinitionId
      • actionDefinitionKey

        protected java.lang.String actionDefinitionKey
      • tenantId

        protected java.lang.String tenantId
    • Constructor Detail

      • GetDeploymentActionDefinitionCmd

        public GetDeploymentActionDefinitionCmd​(java.lang.String actionDefinitionId,
                                                java.lang.String actionDefinitionKey,
                                                java.lang.String tenantId)
    • Method Detail

      • execute

        public ActionDefinition execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.flowable.common.engine.impl.interceptor.Command<ActionDefinition>