Class DeleteFormInstanceCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.DeleteFormInstanceCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Void>

public class DeleteFormInstanceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
See Also:
  • Field Details

    • formInstanceId

      protected String formInstanceId
  • Constructor Details

    • DeleteFormInstanceCmd

      public DeleteFormInstanceCmd(String formInstanceId)
  • Method Details

    • execute

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