Interface ExecutionResource

All Known Implementing Classes:
ExecutionResourceImpl

public interface ExecutionResource
  • Method Details

    • getExecution

      @GET @Produces("application/json") ExecutionDto getExecution()
    • signalExecution

      @POST @Path("/signal") @Produces("application/json") @Consumes("application/json") void signalExecution(ExecutionTriggerDto triggerDto)
    • getLocalVariables

      @Path("/localVariables") VariableResource getLocalVariables()
    • getMessageEventSubscription

      @Path("/messageSubscriptions/{messageName}") EventSubscriptionResource getMessageEventSubscription(@PathParam("messageName") String messageName)
    • createIncident

      @POST @Path("/create-incident") @Produces("application/json") @Consumes("application/json") IncidentDto createIncident(CreateIncidentDto createIncidentDto)