String input = dataConverter.toData(arguments);
parameters.setInput(input);
parameters.setWorkflowId(workflowExecution.getWorkflowId());
parameters.setRunId(workflowExecution.getRunId());
GenericWorkflowClient client = getGenericClientToUse();
client.signalWorkflowExecution(parameters);
}
};
}
private void checkState() {