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 2025-02-10 08:22:36 +0100