Interface ExecutionResource

    • Method Detail

      • 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")
                                                              java.lang.String messageName)
      • createIncident

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