Usage of @workflowDocu for input-variables in combination with other annotations
/**
* @workflowDocu The authentication type used to authenticate
*/
@Group(GROUP_NAME)
@AllowedValues(values = "REST_BASIC") (1)
@Persistent(mandatory = false) (2)
private String authType;
Last updated 2024-12-19 10:07:55 +0100